Package org.docx4j.wml
Class Styles.LatentStyles.LsdException
java.lang.Object
org.docx4j.wml.Styles.LatentStyles.LsdException
- All Implemented Interfaces:
Child
- Enclosing class:
- Styles.LatentStyles
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">
<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>
-
Field Summary
Fields -
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.getName()Gets the value of the name property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the uiPriority property.booleanisLocked()Gets the value of the locked property.Gets the value of the qFormat property.booleanGets the value of the semiHidden property.booleanGets the value of the unhideWhenUsed property.voidSets the value of the locked property.voidSets the value of the name property.voidvoidsetQFormat(Boolean value) Sets the value of the qFormat property.voidsetSemiHidden(Boolean value) Sets the value of the semiHidden property.voidsetUiPriority(BigInteger value) Sets the value of the uiPriority property.voidsetUnhideWhenUsed(Boolean value) Sets the value of the unhideWhenUsed property.
-
Field Details
-
name
-
locked
-
uiPriority
-
semiHidden
-
unhideWhenUsed
-
qFormat
-
-
Constructor Details
-
LsdException
public LsdException()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
isLocked
public boolean isLocked()Gets the value of the locked property.- Returns:
- possible object is
Boolean
-
setLocked
Sets the value of the locked property.- Parameters:
value- allowed object isBoolean
-
getUiPriority
Gets the value of the uiPriority property.- Returns:
- possible object is
BigInteger
-
setUiPriority
Sets the value of the uiPriority property.- Parameters:
value- allowed object isBigInteger
-
isSemiHidden
public boolean isSemiHidden()Gets the value of the semiHidden property.- Returns:
- possible object is
Boolean
-
setSemiHidden
Sets the value of the semiHidden property.- Parameters:
value- allowed object isBoolean
-
isUnhideWhenUsed
public boolean isUnhideWhenUsed()Gets the value of the unhideWhenUsed property.- Returns:
- possible object is
Boolean
-
setUnhideWhenUsed
Sets the value of the unhideWhenUsed property.- Parameters:
value- allowed object isBoolean
-
isQFormat
Gets the value of the qFormat property.- Returns:
- possible object is
Boolean
-
setQFormat
Sets the value of the qFormat property.- Parameters:
value- allowed object isBoolean
-
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.
-