Represents the style definition.
      
        | Element | Description | 
      
        | name | Represents the primary name of style. Built-in style names are converted to a language-independent form. | 
      
        | aliases | Represents the secondary names of a style, separated by commas | 
      
        | sti | Represents the built-in style's unique numerical identifier. | 
      
        | basedOn | Represents the styleId (name of style) this style is based on. | 
      
        | next | Represents the styleId name of the next-paragraph-style; used only for paragraph styles. | 
      
        | link | Represents the styleId of the linked style; used only for linked paragraph and character styles. | 
      
        | autoRedefine | Specifies whether this style can be automatically redefined when appropriate. | 
      
        | hidden | Specifies whether to show this style to the user. | 
      
        | semiHidden | Specifies not to show this style to users unless they request to see it. | 
      
        | locked | Restricts this style from use by the end user. | 
      
        | personal | Specifies whether this is another user's HTML threading personal style. | 
      
        | personalCompose | Specifies whether this is another user's HTML threading compose style. | 
      
        | personalReply | Specifies whether this is another user's HTML threading reply style. | 
      
        | rsid | Represents the Revision Save ID for this style, which is a unique identifier used to track when the style was last changed. | 
      
        | pPr | Represents the paragraph properties for the style, if any. | 
      
        | rPr | Represents the character properties for the style, if any. | 
      
        | tblPr | Represents the table properties for the style. | 
      
        | trPr | Represents the row properties for the style. | 
      
        | tcPr | Represents the cell properties for the style. | 
      
        | tblStylePr | Represents the table-style conditional-override properties. | 
      
        | wx:uiName | See external namespace. |