| TextRangeContentProperties.idl (d1766043) | TextRangeContentProperties.idl (2a413f17) |
|---|---|
| 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 51 unchanged lines hidden (view full) --- 60//============================================================================= 61 62module com { module sun { module star { module text { 63 64//============================================================================= 65 66/** describes the structural properties to retrieve text contents. 67 | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 51 unchanged lines hidden (view full) --- 60//============================================================================= 61 62module com { module sun { module star { module text { 63 64//============================================================================= 65 66/** describes the structural properties to retrieve text contents. 67 |
| 68 @since OOo 3.3 | 68 @since OpenOffice 3.3 |
| 69 */ 70service TextRangeContentProperties 71{ 72 //------------------------------------------------------------------------- 73 /** may contain a document index. */ 74 [optional, readonly, property] com::sun::star::text::XDocumentIndex 75 DocumentIndex; 76 --- 53 unchanged lines hidden --- | 69 */ 70service TextRangeContentProperties 71{ 72 //------------------------------------------------------------------------- 73 /** may contain a document index. */ 74 [optional, readonly, property] com::sun::star::text::XDocumentIndex 75 DocumentIndex; 76 --- 53 unchanged lines hidden --- |