latentStyles element

Represents information about latent (not-yet-instantiated built-in) styles.

Usage

      
<latentStyles
	defLockedState="onOffType"
	latentStyleCount="decimalNumberType"
/>

    

Element Information

Element type latentStylesElt
Namespace http://schemas.microsoft.com/office/word/2003/wordml
Schema name XML Document 2003

Elements and Attributes

Parent Elements

Element Description
styles Represents style definitions.
styles Represents the style definitions.

Child Elements

Element Description
lsdException Represents a specific instance of a latent style (the attributes give information about the locked state).

Attributes

Attribute Type Required Description Possible Values
defLockedState onOffType optional Gets or sets defines the default locked state.
  • on
  • off
latentStyleCount decimalNumberType optional If not zero, represents the number of latent styles that should be initialized to the given defaults.

Definition

      
<xsd:element name="latentStyles" type="latentStylesElt" minOccurs="0" maxOccurs="1" >
</xsd:element>


    
©2003-2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp