public static class PPrBase.Spacing 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="before" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="beforeLines" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="beforeAutospacing" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="after" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_TwipsMeasure" />
<attribute name="afterLines" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_DecimalNumber" />
<attribute name="afterAutospacing" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="line" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_SignedTwipsMeasure" />
<attribute name="lineRule" type="{http://schemas.openxmlformats.org/wordprocessingml/2006/main}ST_LineSpacingRule" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.math.BigInteger |
after |
protected java.lang.Boolean |
afterAutospacing |
protected java.math.BigInteger |
afterLines |
protected java.math.BigInteger |
before |
protected java.lang.Boolean |
beforeAutospacing |
protected java.math.BigInteger |
beforeLines |
protected java.math.BigInteger |
line |
protected STLineSpacingRule |
lineRule |
| Constructor and Description |
|---|
Spacing() |
| 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 |
getAfter()
Gets the value of the after property.
|
java.math.BigInteger |
getAfterLines()
Gets the value of the afterLines property.
|
java.math.BigInteger |
getBefore()
Gets the value of the before property.
|
java.math.BigInteger |
getBeforeLines()
Gets the value of the beforeLines property.
|
java.math.BigInteger |
getLine()
Gets the value of the line property.
|
STLineSpacingRule |
getLineRule()
Gets the value of the lineRule property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
boolean |
isAfterAutospacing()
Gets the value of the afterAutospacing property.
|
boolean |
isBeforeAutospacing()
Gets the value of the beforeAutospacing property.
|
void |
setAfter(java.math.BigInteger value)
Sets the value of the after property.
|
void |
setAfterAutospacing(java.lang.Boolean value)
Sets the value of the afterAutospacing property.
|
void |
setAfterLines(java.math.BigInteger value)
Sets the value of the afterLines property.
|
void |
setBefore(java.math.BigInteger value)
Sets the value of the before property.
|
void |
setBeforeAutospacing(java.lang.Boolean value)
Sets the value of the beforeAutospacing property.
|
void |
setBeforeLines(java.math.BigInteger value)
Sets the value of the beforeLines property.
|
void |
setLine(java.math.BigInteger value)
Sets the value of the line property.
|
void |
setLineRule(STLineSpacingRule value)
Sets the value of the lineRule property.
|
void |
setParent(java.lang.Object parent) |
protected java.math.BigInteger before
protected java.math.BigInteger beforeLines
protected java.lang.Boolean beforeAutospacing
protected java.math.BigInteger after
protected java.math.BigInteger afterLines
protected java.lang.Boolean afterAutospacing
protected java.math.BigInteger line
protected STLineSpacingRule lineRule
public java.math.BigInteger getBefore()
BigIntegerpublic void setBefore(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getBeforeLines()
BigIntegerpublic void setBeforeLines(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isBeforeAutospacing()
Booleanpublic void setBeforeAutospacing(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.math.BigInteger getAfter()
BigIntegerpublic void setAfter(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getAfterLines()
BigIntegerpublic void setAfterLines(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic boolean isAfterAutospacing()
Booleanpublic void setAfterAutospacing(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.math.BigInteger getLine()
BigIntegerpublic void setLine(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic STLineSpacingRule getLineRule()
STLineSpacingRulepublic void setLineRule(STLineSpacingRule value)
value - allowed object is
STLineSpacingRulepublic 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–2025. All rights reserved.