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>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
firstLine |
protected java.math.BigInteger |
firstLineChars |
protected java.math.BigInteger |
hanging |
protected java.math.BigInteger |
hangingChars |
protected java.math.BigInteger |
left |
protected java.math.BigInteger |
leftChars |
protected java.math.BigInteger |
right |
protected java.math.BigInteger |
rightChars |
| Constructor and Description |
|---|
Ind() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.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 |
getFirstLine()
Gets the value of the firstLine property.
|
java.math.BigInteger |
getFirstLineChars()
Gets the value of the firstLineChars property.
|
java.math.BigInteger |
getHanging()
Gets the value of the hanging property.
|
java.math.BigInteger |
getHangingChars()
Gets the value of the hangingChars property.
|
java.math.BigInteger |
getLeft()
Gets the value of the left property.
|
java.math.BigInteger |
getLeftChars()
Gets the value of the leftChars property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.math.BigInteger |
getRight()
Gets the value of the right property.
|
java.math.BigInteger |
getRightChars()
Gets the value of the rightChars property.
|
void |
setFirstLine(java.math.BigInteger value)
Sets the value of the firstLine property.
|
void |
setFirstLineChars(java.math.BigInteger value)
Sets the value of the firstLineChars property.
|
void |
setHanging(java.math.BigInteger value)
Sets the value of the hanging property.
|
void |
setHangingChars(java.math.BigInteger value)
Sets the value of the hangingChars property.
|
void |
setLeft(java.math.BigInteger value)
Sets the value of the left property.
|
void |
setLeftChars(java.math.BigInteger value)
Sets the value of the leftChars property.
|
void |
setParent(java.lang.Object parent) |
void |
setRight(java.math.BigInteger value)
Sets the value of the right property.
|
void |
setRightChars(java.math.BigInteger value)
Sets the value of the rightChars property.
|
protected java.math.BigInteger left
protected java.math.BigInteger leftChars
protected java.math.BigInteger right
protected java.math.BigInteger rightChars
protected java.math.BigInteger hanging
protected java.math.BigInteger hangingChars
protected java.math.BigInteger firstLine
protected java.math.BigInteger firstLineChars
public java.math.BigInteger getLeft()
BigIntegerpublic void setLeft(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getLeftChars()
BigIntegerpublic void setLeftChars(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getRight()
BigIntegerpublic void setRight(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getRightChars()
BigIntegerpublic void setRightChars(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getHanging()
BigIntegerpublic void setHanging(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getHangingChars()
BigIntegerpublic void setHangingChars(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getFirstLine()
BigIntegerpublic void setFirstLine(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getFirstLineChars()
BigIntegerpublic void setFirstLineChars(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2023. All rights reserved.