summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2005-06-07 23:19:51 +0000
committerStef Walter <stef@memberwebs.com>2005-06-07 23:19:51 +0000
commit651b7adf13ebc575b4685254c675cc7d35b7fbed (patch)
treeb0f635a5d8b78a78fa8b1d0f6fa7c246b5578ecb /doc
parent56f7f66eb13eefb3ea86e9280e321751d8df2761 (diff)
Add 'align' attribute to <para> tag for paragraph alignment.
Diffstat (limited to 'doc')
-rw-r--r--doc/rtfx.xsd5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/rtfx.xsd b/doc/rtfx.xsd
index 2efbe90..70e981d 100644
--- a/doc/rtfx.xsd
+++ b/doc/rtfx.xsd
@@ -250,6 +250,11 @@
<xs:documentation>The paragraph style name.</xs:documentation>
</xs:annotation>
</xs:attribute>
+ <xs:attribute name="align" type="xs:string" default="left">
+ <xs:annotation>
+ <xs:documentation>The paragraph alignment. Either 'left', 'center', 'right' or 'justify'</xs:documentation>
+ </xs:annotation>
+ </xs:attribute>
</xs:complexType>
</xs:element>