public class CTTextSpacing extends Object
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 |
---|---|
CTTextSpacingPercent |
getSpcPct()
Gets the value of the spcPct property.
|
CTTextSpacingPoint |
getSpcPts()
Gets the value of the spcPts property.
|
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()
CTTextSpacingPercent
public void setSpcPct(CTTextSpacingPercent value)
value
- allowed object is
CTTextSpacingPercent
public CTTextSpacingPoint getSpcPts()
CTTextSpacingPoint
public void setSpcPts(CTTextSpacingPoint value)
value
- allowed object is
CTTextSpacingPoint
Copyright © 2007-2019. All Rights Reserved.