Defines a specific instance of a latent style (the attributes give information about the locked state).

Type Information

Namespace http://schemas.microsoft.com/office/word/2003/wordml
Schema name wordnet

Elements and Attributes

Child Elements

Element Type Description
lsdException lsdExceptionElt 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

XML

<xsd:complexType name="latentStylesElt" ">
    
    <xsd:sequence>
      <xsd:element name="lsdException" type="lsdExceptionElt" minOccurs="0" maxOccurs="unbounded">
        
      </xsd:element>
    </xsd:sequence>
    <xsd:attribute name="defLockedState" type="onOffType">
      
    </xsd:attribute>
    <xsd:attribute name="latentStyleCount" type="decimalNumberType">
      
    </xsd:attribute>
  </xsd:complexType>

©2006 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/odcXMLRefLegalNotice12.asp