summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/LineNumberingProperties.idl
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-26 22:09:46 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-26 22:09:46 +0000
commit16601009ee70f4622ac237821b39f07f7dabb559 (patch)
treef7e4e49dc9b4489ef7d7a2c780bdda90be7d9e40 /offapi/com/sun/star/text/LineNumberingProperties.idl
parentcb2b21e119cb345a53048afbd29d3d168c9e778f (diff)
INTEGRATION: CWS os43 (1.6.126); FILE MERGED
2004/11/19 13:31:56 tl 1.6.126.2: #i36687# some IDL doumentation fixed 2004/11/17 10:54:03 tl 1.6.126.1: #118397# added property RestartAtEachPage in documentation
Diffstat (limited to 'offapi/com/sun/star/text/LineNumberingProperties.idl')
-rw-r--r--offapi/com/sun/star/text/LineNumberingProperties.idl14
1 files changed, 12 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/LineNumberingProperties.idl b/offapi/com/sun/star/text/LineNumberingProperties.idl
index 8954c236f222..bc3862e193d8 100644
--- a/offapi/com/sun/star/text/LineNumberingProperties.idl
+++ b/offapi/com/sun/star/text/LineNumberingProperties.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: LineNumberingProperties.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2004-06-04 00:06:55 $
+ * last change: $Author: hr $ $Date: 2004-11-26 23:09:46 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -131,6 +131,16 @@ published service LineNumberingProperties
*/
[property] short NumberingType;
+ //-------------------------------------------------------------------------
+ /** specifies if the line numbering should start from the
+ beginning at each page.
+
+ <p>If set to <FALSE/> the line numbering will be continous.</p>
+
+ @since OOo 2.0.0
+ */
+ [optional, property] boolean RestartAtEachPage;
+
};
//=============================================================================