diff options
-rw-r--r-- | doc/rtfx.xsd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/rtfx.xsd b/doc/rtfx.xsd index 70e981d..6ee37ee 100644 --- a/doc/rtfx.xsd +++ b/doc/rtfx.xsd @@ -255,6 +255,11 @@ <xs:documentation>The paragraph alignment. Either 'left', 'center', 'right' or 'justify'</xs:documentation> </xs:annotation> </xs:attribute> + <xs:attribute name="indent" type="xs:float" default="0"> + <xs:annotation> + <xs:documentation>Left paragraph indent in points.</xs:documentation> + </xs:annotation> + </xs:attribute> </xs:complexType> </xs:element> |