summaryrefslogtreecommitdiff
path: root/xmloff/dtd/drawing.mod
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-01-31 15:16:18 +0000
committerChristian Lippka <cl@openoffice.org>2001-01-31 15:16:18 +0000
commitceee40860a5ef8f5af30706c59ae6493b4d6de13 (patch)
tree1ca97fb28e8dc4f45290bae93d68461dde43a818 /xmloff/dtd/drawing.mod
parent476a4e162b66f36eb22792c80fdb097ad87dfbfd (diff)
added text frames text attributes
Diffstat (limited to 'xmloff/dtd/drawing.mod')
-rw-r--r--xmloff/dtd/drawing.mod8
1 files changed, 7 insertions, 1 deletions
diff --git a/xmloff/dtd/drawing.mod b/xmloff/dtd/drawing.mod
index b489145878ce..c2b434260106 100644
--- a/xmloff/dtd/drawing.mod
+++ b/xmloff/dtd/drawing.mod
@@ -1,5 +1,5 @@
<!--
- $Id: drawing.mod,v 1.30 2001-01-30 13:55:21 cl Exp $
+ $Id: drawing.mod,v 1.31 2001-01-31 16:16:18 cl Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -318,6 +318,12 @@
<!ATTLIST style:properties svg:stroke-opacity %floatOrPercentage; #IMPLIED>
<!ATTLIST style:properties svg:stroke-linejoin (miter|round|bevel|middle|none|inherit) #IMPLIED>
+<!-- text attributes -->
+<!ATTLIST style:properties draw:auto-grow-width %boolean; #IMPLIED>
+<!ATTLIST style:properties draw:auto-grow-height %boolean; #IMPLIED>
+<!ATTLIST style:properties draw:fit-to-size %boolean; #IMPLIED>
+<!ATTLIST style:properties fo:vertical-align (top | middle | bottom ) #IMPLIED>
+
<!-- fill attributes -->
<!ATTLIST style:properties draw:fill (none|solid|bitmap|gradient|hatch) #IMPLIED>
<!ATTLIST style:properties draw:fill-color %color; #IMPLIED>