Class Styles.LatentStyles

java.lang.Object
org.docx4j.wml.Styles.LatentStyles
All Implemented Interfaces:
Child
Enclosing class:
Styles

public static class Styles.LatentStyles
extends java.lang.Object
implements Child

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="lsdException" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="name" use="required" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_String" />
                 <attribute name="locked" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
                 <attribute name="uiPriority" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
                 <attribute name="semiHidden" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
                 <attribute name="unhideWhenUsed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
                 <attribute name="qFormat" type="{http://www.w3.org/2001/XMLSchema}boolean" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="defLockedState" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="defUIPriority" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
       <attribute name="defSemiHidden" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="defUnhideWhenUsed" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
       <attribute name="defQFormat" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
       <attribute name="count" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  Styles.LatentStyles.LsdException
    Java class for anonymous complex type.
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected java.math.BigInteger count  
    protected java.lang.Boolean defLockedState  
    protected java.lang.Boolean defQFormat  
    protected java.lang.Boolean defSemiHidden  
    protected java.math.BigInteger defUIPriority  
    protected java.lang.Boolean defUnhideWhenUsed  
    protected java.util.List<Styles.LatentStyles.LsdException> lsdException  
  • Constructor Summary

    Constructors
    Constructor Description
    LatentStyles()  
  • Method Summary

    Modifier and Type Method Description
    void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
    This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
    java.math.BigInteger getCount()
    Gets the value of the count property.
    java.math.BigInteger getDefUIPriority()
    Gets the value of the defUIPriority property.
    java.util.List<Styles.LatentStyles.LsdException> getLsdException()
    Gets the value of the lsdException property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    boolean isDefLockedState()
    Gets the value of the defLockedState property.
    boolean isDefQFormat()
    Gets the value of the defQFormat property.
    boolean isDefSemiHidden()
    Gets the value of the defSemiHidden property.
    boolean isDefUnhideWhenUsed()
    Gets the value of the defUnhideWhenUsed property.
    void setCount​(java.math.BigInteger value)
    Sets the value of the count property.
    void setDefLockedState​(java.lang.Boolean value)
    Sets the value of the defLockedState property.
    void setDefQFormat​(java.lang.Boolean value)
    Sets the value of the defQFormat property.
    void setDefSemiHidden​(java.lang.Boolean value)
    Sets the value of the defSemiHidden property.
    void setDefUIPriority​(java.math.BigInteger value)
    Sets the value of the defUIPriority property.
    void setDefUnhideWhenUsed​(java.lang.Boolean value)
    Sets the value of the defUnhideWhenUsed property.
    void setParent​(java.lang.Object parent)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • lsdException

      protected java.util.List<Styles.LatentStyles.LsdException> lsdException
    • defLockedState

      protected java.lang.Boolean defLockedState
    • defUIPriority

      protected java.math.BigInteger defUIPriority
    • defSemiHidden

      protected java.lang.Boolean defSemiHidden
    • defUnhideWhenUsed

      protected java.lang.Boolean defUnhideWhenUsed
    • defQFormat

      protected java.lang.Boolean defQFormat
    • count

      protected java.math.BigInteger count
  • Constructor Details

    • LatentStyles

      public LatentStyles()
  • Method Details

    • getLsdException

      public java.util.List<Styles.LatentStyles.LsdException> getLsdException()
      Gets the value of the lsdException property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the lsdException property.

      For example, to add a new item, do as follows:

          getLsdException().add(newItem);
       

      Objects of the following type(s) are allowed in the list Styles.LatentStyles.LsdException

    • isDefLockedState

      public boolean isDefLockedState()
      Gets the value of the defLockedState property.
      Returns:
      possible object is Boolean
    • setDefLockedState

      public void setDefLockedState​(java.lang.Boolean value)
      Sets the value of the defLockedState property.
      Parameters:
      value - allowed object is Boolean
    • getDefUIPriority

      public java.math.BigInteger getDefUIPriority()
      Gets the value of the defUIPriority property.
      Returns:
      possible object is BigInteger
    • setDefUIPriority

      public void setDefUIPriority​(java.math.BigInteger value)
      Sets the value of the defUIPriority property.
      Parameters:
      value - allowed object is BigInteger
    • isDefSemiHidden

      public boolean isDefSemiHidden()
      Gets the value of the defSemiHidden property.
      Returns:
      possible object is Boolean
    • setDefSemiHidden

      public void setDefSemiHidden​(java.lang.Boolean value)
      Sets the value of the defSemiHidden property.
      Parameters:
      value - allowed object is Boolean
    • isDefUnhideWhenUsed

      public boolean isDefUnhideWhenUsed()
      Gets the value of the defUnhideWhenUsed property.
      Returns:
      possible object is Boolean
    • setDefUnhideWhenUsed

      public void setDefUnhideWhenUsed​(java.lang.Boolean value)
      Sets the value of the defUnhideWhenUsed property.
      Parameters:
      value - allowed object is Boolean
    • isDefQFormat

      public boolean isDefQFormat()
      Gets the value of the defQFormat property.
      Returns:
      possible object is Boolean
    • setDefQFormat

      public void setDefQFormat​(java.lang.Boolean value)
      Sets the value of the defQFormat property.
      Parameters:
      value - allowed object is Boolean
    • getCount

      public java.math.BigInteger getCount()
      Gets the value of the count property.
      Returns:
      possible object is BigInteger
    • setCount

      public void setCount​(java.math.BigInteger value)
      Sets the value of the count property.
      Parameters:
      value - allowed object is BigInteger
    • getParent

      public java.lang.Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal​(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)
      This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
      Parameters:
      parent - The parent object in the object tree.
      unmarshaller - The unmarshaller that generated the instance.