public static class PPrBase.Spacing extends 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 BigInteger |
after |
protected Boolean |
afterAutospacing |
protected BigInteger |
afterLines |
protected BigInteger |
before |
protected Boolean |
beforeAutospacing |
protected BigInteger |
beforeLines |
protected BigInteger |
line |
protected STLineSpacingRule |
lineRule |
| Constructor and Description |
|---|
Spacing() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
BigInteger |
getAfter()
Gets the value of the after property.
|
BigInteger |
getAfterLines()
Gets the value of the afterLines property.
|
BigInteger |
getBefore()
Gets the value of the before property.
|
BigInteger |
getBeforeLines()
Gets the value of the beforeLines property.
|
BigInteger |
getLine()
Gets the value of the line property.
|
STLineSpacingRule |
getLineRule()
Gets the value of the lineRule property.
|
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(BigInteger value)
Sets the value of the after property.
|
void |
setAfterAutospacing(Boolean value)
Sets the value of the afterAutospacing property.
|
void |
setAfterLines(BigInteger value)
Sets the value of the afterLines property.
|
void |
setBefore(BigInteger value)
Sets the value of the before property.
|
void |
setBeforeAutospacing(Boolean value)
Sets the value of the beforeAutospacing property.
|
void |
setBeforeLines(BigInteger value)
Sets the value of the beforeLines property.
|
void |
setLine(BigInteger value)
Sets the value of the line property.
|
void |
setLineRule(STLineSpacingRule value)
Sets the value of the lineRule property.
|
void |
setParent(Object parent) |
protected BigInteger before
protected BigInteger beforeLines
protected Boolean beforeAutospacing
protected BigInteger after
protected BigInteger afterLines
protected Boolean afterAutospacing
protected BigInteger line
protected STLineSpacingRule lineRule
public BigInteger getBefore()
BigIntegerpublic void setBefore(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getBeforeLines()
BigIntegerpublic void setBeforeLines(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isBeforeAutospacing()
Booleanpublic void setBeforeAutospacing(Boolean value)
value - allowed object is
Booleanpublic BigInteger getAfter()
BigIntegerpublic void setAfter(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getAfterLines()
BigIntegerpublic void setAfterLines(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isAfterAutospacing()
Booleanpublic void setAfterAutospacing(Boolean value)
value - allowed object is
Booleanpublic BigInteger getLine()
BigIntegerpublic void setLine(BigInteger value)
value - allowed object is
BigIntegerpublic STLineSpacingRule getLineRule()
STLineSpacingRulepublic void setLineRule(STLineSpacingRule value)
value - allowed object is
STLineSpacingRulepublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.