| RTFX Output Format | |||||
DETAILS: DOCUMENTATION | ATTRIBUTES | SOURCE | FRAMES| NO FRAMES |
Represents a paragraph style used in the document.
Attribute Summary | |
xs:boolean | bold Style text bold. |
xs:integer | color Style text color [NOTE: This attribute is only generated in 'presentation' mode]. |
xs:string | face Style font face [NOTE: This attribute is only generated in 'presentation' mode]. |
xs:boolean | hide Style text hidden. |
xs:boolean | italic Style text italicized. |
xs:string | name The style name. |
xs:string | size Style font size [NOTE: This attribute is only generated in 'presentation' mode]. |
xs:boolean | strike Style text striken out. |
xs:boolean | underline Style text underlined. |
Attribute Detail |
xs:boolean
false
optional
unqualified
xs:integer
0
optional
unqualified
xs:string
optional
unqualified
xs:boolean
false
optional
unqualified
xs:boolean
false
optional
unqualified
xs:string
optional
unqualified
xs:string
optional
unqualified
xs:boolean
false
optional
unqualified
xs:boolean
false
optional
unqualified
<xs:element name="style"><xs:complexType></xs:element><xs:attribute name="name" type="xs:string">
</xs:attribute><xs:attribute name="bold" type="xs:boolean" default="false">
</xs:attribute><xs:attribute name="hide" type="xs:boolean" default="false">
</xs:attribute><xs:attribute name="italic" type="xs:boolean" default="false">
</xs:attribute><xs:attribute name="strike" type="xs:boolean" default="false">
</xs:attribute><xs:attribute name="underline" type="xs:boolean" default="false">
</xs:attribute><xs:attribute name="color" type="xs:integer" default="0">
</xs:attribute><xs:attribute name="face" type="xs:string">
</xs:attribute><xs:attribute name="size" type="xs:string"></xs:complexType>
</xs:attribute>
| RTFX Output Format | |||||
DETAILS: DOCUMENTATION | ATTRIBUTES | SOURCE | FRAMES| NO FRAMES |