Package org.docx4j.wml
Class Styles.LatentStyles
java.lang.Object
org.docx4j.wml.Styles.LatentStyles
- All Implemented Interfaces:
Child
- Enclosing class:
- Styles
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 ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BigIntegerprotected Booleanprotected Booleanprotected Booleanprotected BigIntegerprotected Booleanprotected List<Styles.LatentStyles.LsdException> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getCount()Gets the value of the count property.Gets the value of the defUIPriority property.Gets the value of the lsdException property.Gets the parent object in the object tree representing the unmarshalled xml document.booleanGets the value of the defLockedState property.booleanGets the value of the defQFormat property.booleanGets the value of the defSemiHidden property.booleanGets the value of the defUnhideWhenUsed property.voidsetCount(BigInteger value) Sets the value of the count property.voidsetDefLockedState(Boolean value) Sets the value of the defLockedState property.voidsetDefQFormat(Boolean value) Sets the value of the defQFormat property.voidsetDefSemiHidden(Boolean value) Sets the value of the defSemiHidden property.voidsetDefUIPriority(BigInteger value) Sets the value of the defUIPriority property.voidsetDefUnhideWhenUsed(Boolean value) Sets the value of the defUnhideWhenUsed property.void
-
Field Details
-
lsdException
-
defLockedState
-
defUIPriority
-
defSemiHidden
-
defUnhideWhenUsed
-
defQFormat
-
count
-
-
Constructor Details
-
LatentStyles
public LatentStyles()
-
-
Method Details
-
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
setmethod 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
Sets the value of the defLockedState property.- Parameters:
value- allowed object isBoolean
-
getDefUIPriority
Gets the value of the defUIPriority property.- Returns:
- possible object is
BigInteger
-
setDefUIPriority
Sets the value of the defUIPriority property.- Parameters:
value- allowed object isBigInteger
-
isDefSemiHidden
public boolean isDefSemiHidden()Gets the value of the defSemiHidden property.- Returns:
- possible object is
Boolean
-
setDefSemiHidden
Sets the value of the defSemiHidden property.- Parameters:
value- allowed object isBoolean
-
isDefUnhideWhenUsed
public boolean isDefUnhideWhenUsed()Gets the value of the defUnhideWhenUsed property.- Returns:
- possible object is
Boolean
-
setDefUnhideWhenUsed
Sets the value of the defUnhideWhenUsed property.- Parameters:
value- allowed object isBoolean
-
isDefQFormat
public boolean isDefQFormat()Gets the value of the defQFormat property.- Returns:
- possible object is
Boolean
-
setDefQFormat
Sets the value of the defQFormat property.- Parameters:
value- allowed object isBoolean
-
getCount
Gets the value of the count property.- Returns:
- possible object is
BigInteger
-
setCount
Sets the value of the count property.- Parameters:
value- allowed object isBigInteger
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-