Package org.docx4j.wml
Class PPrBase.Ind
java.lang.Object
org.docx4j.wml.PPrBase.Ind
- All Implemented Interfaces:
Child
- Enclosing class:
- PPrBase
public static class PPrBase.Ind 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">
<attribute name="left" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" />
<attribute name="leftChars" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="right" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" />
<attribute name="rightChars" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="hanging" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="hangingChars" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="firstLine" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="firstLineChars" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected java.math.BigIntegerfirstLineprotected java.math.BigIntegerfirstLineCharsprotected java.math.BigIntegerhangingprotected java.math.BigIntegerhangingCharsprotected java.math.BigIntegerleftprotected java.math.BigIntegerleftCharsprotected java.math.BigIntegerrightprotected java.math.BigIntegerrightChars -
Constructor Summary
Constructors Constructor Description Ind() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(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.BigIntegergetFirstLine()Gets the value of the firstLine property.java.math.BigIntegergetFirstLineChars()Gets the value of the firstLineChars property.java.math.BigIntegergetHanging()Gets the value of the hanging property.java.math.BigIntegergetHangingChars()Gets the value of the hangingChars property.java.math.BigIntegergetLeft()Gets the value of the left property.java.math.BigIntegergetLeftChars()Gets the value of the leftChars property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.math.BigIntegergetRight()Gets the value of the right property.java.math.BigIntegergetRightChars()Gets the value of the rightChars property.voidsetFirstLine(java.math.BigInteger value)Sets the value of the firstLine property.voidsetFirstLineChars(java.math.BigInteger value)Sets the value of the firstLineChars property.voidsetHanging(java.math.BigInteger value)Sets the value of the hanging property.voidsetHangingChars(java.math.BigInteger value)Sets the value of the hangingChars property.voidsetLeft(java.math.BigInteger value)Sets the value of the left property.voidsetLeftChars(java.math.BigInteger value)Sets the value of the leftChars property.voidsetParent(java.lang.Object parent)voidsetRight(java.math.BigInteger value)Sets the value of the right property.voidsetRightChars(java.math.BigInteger value)Sets the value of the rightChars property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
left
protected java.math.BigInteger left -
leftChars
protected java.math.BigInteger leftChars -
right
protected java.math.BigInteger right -
rightChars
protected java.math.BigInteger rightChars -
hanging
protected java.math.BigInteger hanging -
hangingChars
protected java.math.BigInteger hangingChars -
firstLine
protected java.math.BigInteger firstLine -
firstLineChars
protected java.math.BigInteger firstLineChars
-
-
Constructor Details
-
Ind
public Ind()
-
-
Method Details
-
getLeft
public java.math.BigInteger getLeft()Gets the value of the left property.- Returns:
- possible object is
BigInteger
-
setLeft
public void setLeft(java.math.BigInteger value)Sets the value of the left property.- Parameters:
value- allowed object isBigInteger
-
getLeftChars
public java.math.BigInteger getLeftChars()Gets the value of the leftChars property.- Returns:
- possible object is
BigInteger
-
setLeftChars
public void setLeftChars(java.math.BigInteger value)Sets the value of the leftChars property.- Parameters:
value- allowed object isBigInteger
-
getRight
public java.math.BigInteger getRight()Gets the value of the right property.- Returns:
- possible object is
BigInteger
-
setRight
public void setRight(java.math.BigInteger value)Sets the value of the right property.- Parameters:
value- allowed object isBigInteger
-
getRightChars
public java.math.BigInteger getRightChars()Gets the value of the rightChars property.- Returns:
- possible object is
BigInteger
-
setRightChars
public void setRightChars(java.math.BigInteger value)Sets the value of the rightChars property.- Parameters:
value- allowed object isBigInteger
-
getHanging
public java.math.BigInteger getHanging()Gets the value of the hanging property.- Returns:
- possible object is
BigInteger
-
setHanging
public void setHanging(java.math.BigInteger value)Sets the value of the hanging property.- Parameters:
value- allowed object isBigInteger
-
getHangingChars
public java.math.BigInteger getHangingChars()Gets the value of the hangingChars property.- Returns:
- possible object is
BigInteger
-
setHangingChars
public void setHangingChars(java.math.BigInteger value)Sets the value of the hangingChars property.- Parameters:
value- allowed object isBigInteger
-
getFirstLine
public java.math.BigInteger getFirstLine()Gets the value of the firstLine property.- Returns:
- possible object is
BigInteger
-
setFirstLine
public void setFirstLine(java.math.BigInteger value)Sets the value of the firstLine property.- Parameters:
value- allowed object isBigInteger
-
getFirstLineChars
public java.math.BigInteger getFirstLineChars()Gets the value of the firstLineChars property.- Returns:
- possible object is
BigInteger
-
setFirstLineChars
public void setFirstLineChars(java.math.BigInteger value)Sets the value of the firstLineChars property.- Parameters:
value- allowed object isBigInteger
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
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.
-