summaryrefslogtreecommitdiff
path: root/xmloff/dtd/text.mod
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2000-12-11 18:14:26 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2000-12-11 18:14:26 +0000
commit510a490cf7b1c31f2398c4f29b0ff12417a97c31 (patch)
tree1f3ce35f152d37f1687d3c396c80007070df6609 /xmloff/dtd/text.mod
parent5c8bbb25a426583a195c7073a28e523da6e543c9 (diff)
- added: line numbering (configuration + paragraph properties)
Diffstat (limited to 'xmloff/dtd/text.mod')
-rw-r--r--xmloff/dtd/text.mod18
1 files changed, 17 insertions, 1 deletions
diff --git a/xmloff/dtd/text.mod b/xmloff/dtd/text.mod
index 23f3739a35da..8666d332f68d 100644
--- a/xmloff/dtd/text.mod
+++ b/xmloff/dtd/text.mod
@@ -1,5 +1,5 @@
<!--
- $Id: text.mod,v 1.13 2000-12-05 15:25:07 cl Exp $
+ $Id: text.mod,v 1.14 2000-12-11 19:14:23 dvo Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -1033,3 +1033,19 @@ indices, and there may be only one text:index-title element.
organizations | pages | publisher | report_type | school | series |
title | url | volume | year ) #REQUIRED>
<!ATTLIST text:sort-key text:sort-ascending %boolean; "true">
+
+<!ELEMENT text:linenumbering-configuration (text:linenumbering-separator?)>
+<!ATTLIST text:linenumbering-configuration text:style-name %styleName; #IMPLIED>
+<!ATTLIST text:linenumbering-configuration text:number-lines %boolean; "true">
+<!ATTLIST text:linenumbering-configuration text:count-empty-lines %boolean; "true">
+<!ATTLIST text:linenumbering-configuration text:count-in-floating-frames %boolean; "false">
+<!ATTLIST text:linenumbering-configuration text:restart-numbering %boolean; "false">
+<!ATTLIST text:linenumbering-configuration text:offset %nonNegativeLength; #IMPLIED
+<!ATTLIST text:linenumbering-configuration style:num-format (1|a|A|i|I) "1">
+<!ATTLIST text:linenumbering-configuration style:num-letter-sync %boolean; "false">
+<!ATTLIST text:linenumbering-configuration text:number-position (left|rigth|inner|outer) "left">
+<!ATTLIST text:linenumbering-configuration text:increment %nonNegativeInteger; #IMPLIED>
+
+<!ELEMENT text:linenumbering-separator (#PCDATA)>
+<!ATTLIST text:linenumbering-separator text:increment %nonNegativeInteger; #IMPLIED>
+