diff options
Diffstat (limited to 'doc')
| -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 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>  | 
