Package org.docx4j.vml
Class CTPath
java.lang.Object
org.docx4j.vml.CTPath
- All Implemented Interfaces:
Child
public class CTPath extends java.lang.Object implements Child
Java class for CT_Path complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Path">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{urn:schemas-microsoft-com:vml}AG_Id"/>
<attribute name="v" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="limo" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="textboxrect" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="fillok" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
<attribute name="strokeok" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
<attribute name="shadowok" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
<attribute name="arrowok" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
<attribute name="gradientshapeok" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
<attribute name="textpathok" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
<attribute name="insetpenok" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
<attribute ref="{urn:schemas-microsoft-com:office:office}connecttype"/>
<attribute ref="{urn:schemas-microsoft-com:office:office}connectlocs"/>
<attribute ref="{urn:schemas-microsoft-com:office:office}connectangles"/>
<attribute ref="{urn:schemas-microsoft-com:office:office}extrusionok"/>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected STTrueFalsearrowokprotected java.lang.Stringconnectanglesprotected java.lang.Stringconnectlocsprotected STConnectTypeconnecttypeprotected STTrueFalseextrusionokprotected STTrueFalsefillokprotected STTrueFalsegradientshapeokprotected STTrueFalseinsetpenokprotected java.lang.Stringlimoprotected STTrueFalseshadowokprotected STTrueFalsestrokeokprotected java.lang.Stringtextboxrectprotected STTrueFalsetextpathokprotected java.lang.Stringvprotected java.lang.StringvmlId -
Constructor Summary
Constructors Constructor Description CTPath() -
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.STTrueFalsegetArrowok()Gets the value of the arrowok property.java.lang.StringgetConnectangles()Connection Point Connect Anglesjava.lang.StringgetConnectlocs()Connection PointsSTConnectTypegetConnecttype()Connection Point TypeSTTrueFalsegetExtrusionok()Extrusion ToggleSTTrueFalsegetFillok()Gets the value of the fillok property.STTrueFalsegetGradientshapeok()Gets the value of the gradientshapeok property.STTrueFalsegetInsetpenok()Gets the value of the insetpenok property.java.lang.StringgetLimo()Gets the value of the limo property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.STTrueFalsegetShadowok()Gets the value of the shadowok property.STTrueFalsegetStrokeok()Gets the value of the strokeok property.java.lang.StringgetTextboxrect()Gets the value of the textboxrect property.STTrueFalsegetTextpathok()Gets the value of the textpathok property.java.lang.StringgetV()Gets the value of the v property.java.lang.StringgetVmlId()Gets the value of the vmlId property.voidsetArrowok(STTrueFalse value)Sets the value of the arrowok property.voidsetConnectangles(java.lang.String value)Sets the value of the connectangles property.voidsetConnectlocs(java.lang.String value)Sets the value of the connectlocs property.voidsetConnecttype(STConnectType value)Sets the value of the connecttype property.voidsetExtrusionok(STTrueFalse value)Sets the value of the extrusionok property.voidsetFillok(STTrueFalse value)Sets the value of the fillok property.voidsetGradientshapeok(STTrueFalse value)Sets the value of the gradientshapeok property.voidsetInsetpenok(STTrueFalse value)Sets the value of the insetpenok property.voidsetLimo(java.lang.String value)Sets the value of the limo property.voidsetParent(java.lang.Object parent)voidsetShadowok(STTrueFalse value)Sets the value of the shadowok property.voidsetStrokeok(STTrueFalse value)Sets the value of the strokeok property.voidsetTextboxrect(java.lang.String value)Sets the value of the textboxrect property.voidsetTextpathok(STTrueFalse value)Sets the value of the textpathok property.voidsetV(java.lang.String value)Sets the value of the v property.voidsetVmlId(java.lang.String value)Sets the value of the vmlId property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
v
protected java.lang.String v -
limo
protected java.lang.String limo -
textboxrect
protected java.lang.String textboxrect -
fillok
-
strokeok
-
shadowok
-
arrowok
-
gradientshapeok
-
textpathok
-
insetpenok
-
connecttype
-
connectlocs
protected java.lang.String connectlocs -
connectangles
protected java.lang.String connectangles -
extrusionok
-
vmlId
protected java.lang.String vmlId
-
-
Constructor Details
-
CTPath
public CTPath()
-
-
Method Details
-
getV
public java.lang.String getV()Gets the value of the v property.- Returns:
- possible object is
String
-
setV
public void setV(java.lang.String value)Sets the value of the v property.- Parameters:
value- allowed object isString
-
getLimo
public java.lang.String getLimo()Gets the value of the limo property.- Returns:
- possible object is
String
-
setLimo
public void setLimo(java.lang.String value)Sets the value of the limo property.- Parameters:
value- allowed object isString
-
getTextboxrect
public java.lang.String getTextboxrect()Gets the value of the textboxrect property.- Returns:
- possible object is
String
-
setTextboxrect
public void setTextboxrect(java.lang.String value)Sets the value of the textboxrect property.- Parameters:
value- allowed object isString
-
getFillok
Gets the value of the fillok property.- Returns:
- possible object is
STTrueFalse
-
setFillok
Sets the value of the fillok property.- Parameters:
value- allowed object isSTTrueFalse
-
getStrokeok
Gets the value of the strokeok property.- Returns:
- possible object is
STTrueFalse
-
setStrokeok
Sets the value of the strokeok property.- Parameters:
value- allowed object isSTTrueFalse
-
getShadowok
Gets the value of the shadowok property.- Returns:
- possible object is
STTrueFalse
-
setShadowok
Sets the value of the shadowok property.- Parameters:
value- allowed object isSTTrueFalse
-
getArrowok
Gets the value of the arrowok property.- Returns:
- possible object is
STTrueFalse
-
setArrowok
Sets the value of the arrowok property.- Parameters:
value- allowed object isSTTrueFalse
-
getGradientshapeok
Gets the value of the gradientshapeok property.- Returns:
- possible object is
STTrueFalse
-
setGradientshapeok
Sets the value of the gradientshapeok property.- Parameters:
value- allowed object isSTTrueFalse
-
getTextpathok
Gets the value of the textpathok property.- Returns:
- possible object is
STTrueFalse
-
setTextpathok
Sets the value of the textpathok property.- Parameters:
value- allowed object isSTTrueFalse
-
getInsetpenok
Gets the value of the insetpenok property.- Returns:
- possible object is
STTrueFalse
-
setInsetpenok
Sets the value of the insetpenok property.- Parameters:
value- allowed object isSTTrueFalse
-
getConnecttype
Connection Point Type- Returns:
- possible object is
STConnectType
-
setConnecttype
Sets the value of the connecttype property.- Parameters:
value- allowed object isSTConnectType
-
getConnectlocs
public java.lang.String getConnectlocs()Connection Points- Returns:
- possible object is
String
-
setConnectlocs
public void setConnectlocs(java.lang.String value)Sets the value of the connectlocs property.- Parameters:
value- allowed object isString
-
getConnectangles
public java.lang.String getConnectangles()Connection Point Connect Angles- Returns:
- possible object is
String
-
setConnectangles
public void setConnectangles(java.lang.String value)Sets the value of the connectangles property.- Parameters:
value- allowed object isString
-
getExtrusionok
Extrusion Toggle- Returns:
- possible object is
STTrueFalse
-
setExtrusionok
Sets the value of the extrusionok property.- Parameters:
value- allowed object isSTTrueFalse
-
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
-
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.
-