public class CTTextPath extends Object implements Child
Java class for CT_TextPath complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_TextPath">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{urn:schemas-microsoft-com:vml}AG_Id"/>
<attGroup ref="{urn:schemas-microsoft-com:vml}AG_Style"/>
<attribute name="on" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
<attribute name="fitshape" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
<attribute name="fitpath" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
<attribute name="trim" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
<attribute name="xscale" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
<attribute name="string" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STTrueFalse |
fitpath |
protected STTrueFalse |
fitshape |
protected STTrueFalse |
on |
protected String |
string |
protected String |
style |
protected STTrueFalse |
trim |
protected String |
vmlId |
protected STTrueFalse |
xscale |
| Constructor and Description |
|---|
CTTextPath() |
| 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.
|
STTrueFalse |
getFitpath()
Gets the value of the fitpath property.
|
STTrueFalse |
getFitshape()
Gets the value of the fitshape property.
|
STTrueFalse |
getOn()
Gets the value of the on property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getString()
Gets the value of the string property.
|
String |
getStyle()
Gets the value of the style property.
|
STTrueFalse |
getTrim()
Gets the value of the trim property.
|
String |
getVmlId()
Gets the value of the vmlId property.
|
STTrueFalse |
getXscale()
Gets the value of the xscale property.
|
void |
setFitpath(STTrueFalse value)
Sets the value of the fitpath property.
|
void |
setFitshape(STTrueFalse value)
Sets the value of the fitshape property.
|
void |
setOn(STTrueFalse value)
Sets the value of the on property.
|
void |
setParent(Object parent) |
void |
setString(String value)
Sets the value of the string property.
|
void |
setStyle(String value)
Sets the value of the style property.
|
void |
setTrim(STTrueFalse value)
Sets the value of the trim property.
|
void |
setVmlId(String value)
Sets the value of the vmlId property.
|
void |
setXscale(STTrueFalse value)
Sets the value of the xscale property.
|
protected STTrueFalse on
protected STTrueFalse fitshape
protected STTrueFalse fitpath
protected STTrueFalse trim
protected STTrueFalse xscale
protected String string
protected String vmlId
protected String style
public STTrueFalse getOn()
STTrueFalsepublic void setOn(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getFitshape()
STTrueFalsepublic void setFitshape(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getFitpath()
STTrueFalsepublic void setFitpath(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getTrim()
STTrueFalsepublic void setTrim(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getXscale()
STTrueFalsepublic void setXscale(STTrueFalse value)
value - allowed object is
STTrueFalsepublic String getString()
Stringpublic void setString(String value)
value - allowed object is
Stringpublic String getVmlId()
Stringpublic void setVmlId(String value)
value - allowed object is
Stringpublic String getStyle()
Stringpublic void setStyle(String value)
value - allowed object is
Stringpublic 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.