RTFX Output Format

http://memberwebs.com/ns/rtfx/
element style

Documentation
Represents a paragraph style used in the document.

Model
<style
  bold = xs:boolean : false
  color = xs:integer : 0
  face = xs:string
  hide = xs:boolean : false
  italic = xs:boolean : false
  name = xs:string
  size = xs:string
  strike = xs:boolean : false
  underline = xs:boolean : false>

</style>


Attribute Summary
 xs:booleanbold
          Style text bold. 
 xs:integercolor
          Style text color [NOTE: This attribute is only generated in 'presentation' mode]. 
 xs:stringface
          Style font face [NOTE: This attribute is only generated in 'presentation' mode]. 
 xs:booleanhide
          Style text hidden. 
 xs:booleanitalic
          Style text italicized. 
 xs:stringname
          The style name. 
 xs:stringsize
          Style font size [NOTE: This attribute is only generated in 'presentation' mode]. 
 xs:booleanstrike
          Style text striken out. 
 xs:booleanunderline
          Style text underlined. 

Attribute Detail

bold

Style text bold.

Type:
xs:boolean
Default:
false
Use:
optional
Form:
unqualified

color

Style text color [NOTE: This attribute is only generated in 'presentation' mode].

Type:
xs:integer
Default:
0
Use:
optional
Form:
unqualified

face

Style font face [NOTE: This attribute is only generated in 'presentation' mode].

Type:
xs:string
Use:
optional
Form:
unqualified

hide

Style text hidden.

Type:
xs:boolean
Default:
false
Use:
optional
Form:
unqualified

italic

Style text italicized.

Type:
xs:boolean
Default:
false
Use:
optional
Form:
unqualified

name

The style name.

Type:
xs:string
Use:
optional
Form:
unqualified

size

Style font size [NOTE: This attribute is only generated in 'presentation' mode].

Type:
xs:string
Use:
optional
Form:
unqualified

strike

Style text striken out.

Type:
xs:boolean
Default:
false
Use:
optional
Form:
unqualified

underline

Style text underlined.

Type:
xs:boolean
Default:
false
Use:
optional
Form:
unqualified

Source
<xs:element name="style">
<xs:complexType>
<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:attribute>
</xs:complexType>
</xs:element>

RTFX Output Format

Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://www.sourceforge.net.