Package org.docx4j.wml
Class Lvl.Legacy
java.lang.Object
org.docx4j.wml.Lvl.Legacy
- All Implemented Interfaces:
Child
- Enclosing class:
- Lvl
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="legacy" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="legacySpace" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="legacyIndent" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" />
</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.Gets the value of the legacyIndent property.Gets the value of the legacySpace property.Gets the parent object in the object tree representing the unmarshalled xml document.booleanisLegacy()Gets the value of the legacy property.voidSets the value of the legacy property.voidsetLegacyIndent(BigInteger value) Sets the value of the legacyIndent property.voidsetLegacySpace(BigInteger value) Sets the value of the legacySpace property.void
-
Field Details
-
legacy
-
legacySpace
-
legacyIndent
-
-
Constructor Details
-
Legacy
public Legacy()
-
-
Method Details
-
isLegacy
public boolean isLegacy()Gets the value of the legacy property.- Returns:
- possible object is
Boolean
-
setLegacy
Sets the value of the legacy property.- Parameters:
value- allowed object isBoolean
-
getLegacySpace
Gets the value of the legacySpace property.- Returns:
- possible object is
BigInteger
-
setLegacySpace
Sets the value of the legacySpace property.- Parameters:
value- allowed object isBigInteger
-
getLegacyIndent
Gets the value of the legacyIndent property.- Returns:
- possible object is
BigInteger
-
setLegacyIndent
Sets the value of the legacyIndent 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.
-