Package org.docx4j.vml
Class CTTextPath
java.lang.Object
org.docx4j.vml.CTTextPath
- All Implemented Interfaces:
Child
public class CTTextPath extends java.lang.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>
-
Field Summary
Fields Modifier and Type Field Description protected STTrueFalsefitpathprotected STTrueFalsefitshapeprotected STTrueFalseonprotected java.lang.Stringstringprotected java.lang.Stringstyleprotected STTrueFalsetrimprotected java.lang.StringvmlIdprotected STTrueFalsexscale -
Constructor Summary
Constructors Constructor Description CTTextPath() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.STTrueFalsegetFitpath()Gets the value of the fitpath property.STTrueFalsegetFitshape()Gets the value of the fitshape property.STTrueFalsegetOn()Gets the value of the on property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetString()Gets the value of the string property.java.lang.StringgetStyle()Gets the value of the style property.STTrueFalsegetTrim()Gets the value of the trim property.java.lang.StringgetVmlId()Gets the value of the vmlId property.STTrueFalsegetXscale()Gets the value of the xscale property.voidsetFitpath(STTrueFalse value)Sets the value of the fitpath property.voidsetFitshape(STTrueFalse value)Sets the value of the fitshape property.voidsetOn(STTrueFalse value)Sets the value of the on property.voidsetParent(java.lang.Object parent)voidsetString(java.lang.String value)Sets the value of the string property.voidsetStyle(java.lang.String value)Sets the value of the style property.voidsetTrim(STTrueFalse value)Sets the value of the trim property.voidsetVmlId(java.lang.String value)Sets the value of the vmlId property.voidsetXscale(STTrueFalse value)Sets the value of the xscale property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
on
-
fitshape
-
fitpath
-
trim
-
xscale
-
string
protected java.lang.String string -
vmlId
protected java.lang.String vmlId -
style
protected java.lang.String style
-
-
Constructor Details
-
CTTextPath
public CTTextPath()
-
-
Method Details
-
getOn
Gets the value of the on property.- Returns:
- possible object is
STTrueFalse
-
setOn
Sets the value of the on property.- Parameters:
value- allowed object isSTTrueFalse
-
getFitshape
Gets the value of the fitshape property.- Returns:
- possible object is
STTrueFalse
-
setFitshape
Sets the value of the fitshape property.- Parameters:
value- allowed object isSTTrueFalse
-
getFitpath
Gets the value of the fitpath property.- Returns:
- possible object is
STTrueFalse
-
setFitpath
Sets the value of the fitpath property.- Parameters:
value- allowed object isSTTrueFalse
-
getTrim
Gets the value of the trim property.- Returns:
- possible object is
STTrueFalse
-
setTrim
Sets the value of the trim property.- Parameters:
value- allowed object isSTTrueFalse
-
getXscale
Gets the value of the xscale property.- Returns:
- possible object is
STTrueFalse
-
setXscale
Sets the value of the xscale property.- Parameters:
value- allowed object isSTTrueFalse
-
getString
public java.lang.String getString()Gets the value of the string property.- Returns:
- possible object is
String
-
setString
public void setString(java.lang.String value)Sets the value of the string property.- Parameters:
value- allowed object isString
-
getVmlId
public java.lang.String getVmlId()Gets the value of the vmlId property.- Returns:
- possible object is
String
-
setVmlId
public void setVmlId(java.lang.String value)Sets the value of the vmlId property.- Parameters:
value- allowed object isString
-
getStyle
public java.lang.String getStyle()Gets the value of the style property.- Returns:
- possible object is
String
-
setStyle
public void setStyle(java.lang.String value)Sets the value of the style property.- Parameters:
value- allowed object isString
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-