17.7.4 General Style Properties
General style properties refer to the set of properties which can be used regardless of the type of style. [Example: Within a style definition the style name, additional aliases for the style, a style ID (used by the document content to refer to the style), if style is hidden, if style is locked, etc. are general style properties. end example]
[Example: Consider a style called Heading 1 in a document as follows:
<w:style w:type="paragraph" w:styleId="Heading1">
<w:name w:val="Heading 1"/>
<w:basedOn w:val="Normal"/>
<w:next w:val="Normal"/>
<w:link w:val="Heading1Char"/>
<w:uiPriority w:val="1"/>
<w:qFormat/>
<w:rsid w:val="00F303CE"/>
…
</w:style>
Above the formatting information specific to this style type are a set of general style properties which define information shared by all style types. end example]
Subsections
- 17.7.4.1 aliases
- 17.7.4.2 autoRedefine
- 17.7.4.3 basedOn
- 17.7.4.4 hidden
- 17.7.4.5 latentStyles
- 17.7.4.6 link
- 17.7.4.7 locked
- 17.7.4.8 lsdException
- 17.7.4.9 name
- 17.7.4.10 next
- 17.7.4.11 personal
- 17.7.4.12 personalCompose
- 17.7.4.13 personalReply
- 17.7.4.14 qFormat
- 17.7.4.15 rsid
- 17.7.4.16 semiHidden
- 17.7.4.17 style
- 17.7.4.18 styles
- 17.7.4.19 uiPriority
- 17.7.4.20 unhideWhenUsed
Last updated on