public class CTTextSpacing extends Object implements Child
Java class for CT_TextSpacing complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TextSpacing">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="spcPct" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextSpacingPercent"/>
<element name="spcPts" type="{http://schemas.openxmlformats.org/drawingml/2006/main}CT_TextSpacingPoint"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CTTextSpacingPercent |
spcPct |
protected CTTextSpacingPoint |
spcPts |
| Constructor and Description |
|---|
CTTextSpacing() |
| 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.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTTextSpacingPercent |
getSpcPct()
Gets the value of the spcPct property.
|
CTTextSpacingPoint |
getSpcPts()
Gets the value of the spcPts property.
|
void |
setParent(Object parent) |
void |
setSpcPct(CTTextSpacingPercent value)
Sets the value of the spcPct property.
|
void |
setSpcPts(CTTextSpacingPoint value)
Sets the value of the spcPts property.
|
protected CTTextSpacingPercent spcPct
protected CTTextSpacingPoint spcPts
public CTTextSpacingPercent getSpcPct()
CTTextSpacingPercentpublic void setSpcPct(CTTextSpacingPercent value)
value - allowed object is
CTTextSpacingPercentpublic CTTextSpacingPoint getSpcPts()
CTTextSpacingPointpublic void setSpcPts(CTTextSpacingPoint value)
value - allowed object is
CTTextSpacingPointpublic 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-2020. All Rights Reserved.