Package org.docx4j.vml
Class CTTextPath
java.lang.Object
org.docx4j.vml.CTTextPath
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected STTrueFalseprotected STTrueFalseprotected STTrueFalseprotected Stringprotected Stringprotected STTrueFalseprotected Stringprotected STTrueFalse -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.Gets the value of the fitpath property.Gets the value of the fitshape property.getOn()Gets the value of the on property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the string property.getStyle()Gets the value of the style property.getTrim()Gets the value of the trim property.getVmlId()Gets the value of the vmlId property.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.voidvoidSets the value of the string property.voidSets the value of the style property.voidsetTrim(STTrueFalse value) Sets the value of the trim property.voidSets the value of the vmlId property.voidsetXscale(STTrueFalse value) Sets the value of the xscale property.
-
Field Details
-
on
-
fitshape
-
fitpath
-
trim
-
xscale
-
string
-
vmlId
-
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
Gets the value of the string property.- Returns:
- possible object is
String
-
setString
Sets the value of the string property.- Parameters:
value- allowed object isString
-
getVmlId
Gets the value of the vmlId property.- Returns:
- possible object is
String
-
setVmlId
Sets the value of the vmlId property.- Parameters:
value- allowed object isString
-
getStyle
Gets the value of the style property.- Returns:
- possible object is
String
-
setStyle
Sets the value of the style property.- Parameters:
value- allowed object isString
-
getParent
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-