public class CTPath extends 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>
| Modifier and Type | Field and Description |
|---|---|
protected STTrueFalse |
arrowok |
protected String |
connectangles |
protected String |
connectlocs |
protected STConnectType |
connecttype |
protected STTrueFalse |
extrusionok |
protected STTrueFalse |
fillok |
protected STTrueFalse |
gradientshapeok |
protected STTrueFalse |
insetpenok |
protected String |
limo |
protected STTrueFalse |
shadowok |
protected STTrueFalse |
strokeok |
protected String |
textboxrect |
protected STTrueFalse |
textpathok |
protected String |
v |
protected String |
vmlId |
| Constructor and Description |
|---|
CTPath() |
| 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 |
getArrowok()
Gets the value of the arrowok property.
|
String |
getConnectangles()
Connection Point Connect Angles
|
String |
getConnectlocs()
Connection Points
|
STConnectType |
getConnecttype()
Connection Point Type
|
STTrueFalse |
getExtrusionok()
Extrusion Toggle
|
STTrueFalse |
getFillok()
Gets the value of the fillok property.
|
STTrueFalse |
getGradientshapeok()
Gets the value of the gradientshapeok property.
|
STTrueFalse |
getInsetpenok()
Gets the value of the insetpenok property.
|
String |
getLimo()
Gets the value of the limo property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
STTrueFalse |
getShadowok()
Gets the value of the shadowok property.
|
STTrueFalse |
getStrokeok()
Gets the value of the strokeok property.
|
String |
getTextboxrect()
Gets the value of the textboxrect property.
|
STTrueFalse |
getTextpathok()
Gets the value of the textpathok property.
|
String |
getV()
Gets the value of the v property.
|
String |
getVmlId()
Gets the value of the vmlId property.
|
void |
setArrowok(STTrueFalse value)
Sets the value of the arrowok property.
|
void |
setConnectangles(String value)
Sets the value of the connectangles property.
|
void |
setConnectlocs(String value)
Sets the value of the connectlocs property.
|
void |
setConnecttype(STConnectType value)
Sets the value of the connecttype property.
|
void |
setExtrusionok(STTrueFalse value)
Sets the value of the extrusionok property.
|
void |
setFillok(STTrueFalse value)
Sets the value of the fillok property.
|
void |
setGradientshapeok(STTrueFalse value)
Sets the value of the gradientshapeok property.
|
void |
setInsetpenok(STTrueFalse value)
Sets the value of the insetpenok property.
|
void |
setLimo(String value)
Sets the value of the limo property.
|
void |
setParent(Object parent) |
void |
setShadowok(STTrueFalse value)
Sets the value of the shadowok property.
|
void |
setStrokeok(STTrueFalse value)
Sets the value of the strokeok property.
|
void |
setTextboxrect(String value)
Sets the value of the textboxrect property.
|
void |
setTextpathok(STTrueFalse value)
Sets the value of the textpathok property.
|
void |
setV(String value)
Sets the value of the v property.
|
void |
setVmlId(String value)
Sets the value of the vmlId property.
|
protected String v
protected String limo
protected String textboxrect
protected STTrueFalse fillok
protected STTrueFalse strokeok
protected STTrueFalse shadowok
protected STTrueFalse arrowok
protected STTrueFalse gradientshapeok
protected STTrueFalse textpathok
protected STTrueFalse insetpenok
protected STConnectType connecttype
protected String connectlocs
protected String connectangles
protected STTrueFalse extrusionok
protected String vmlId
public void setV(String value)
value - allowed object is
Stringpublic String getLimo()
Stringpublic void setLimo(String value)
value - allowed object is
Stringpublic String getTextboxrect()
Stringpublic void setTextboxrect(String value)
value - allowed object is
Stringpublic STTrueFalse getFillok()
STTrueFalsepublic void setFillok(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getStrokeok()
STTrueFalsepublic void setStrokeok(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getShadowok()
STTrueFalsepublic void setShadowok(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getArrowok()
STTrueFalsepublic void setArrowok(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getGradientshapeok()
STTrueFalsepublic void setGradientshapeok(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getTextpathok()
STTrueFalsepublic void setTextpathok(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getInsetpenok()
STTrueFalsepublic void setInsetpenok(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STConnectType getConnecttype()
STConnectTypepublic void setConnecttype(STConnectType value)
value - allowed object is
STConnectTypepublic void setConnectlocs(String value)
value - allowed object is
Stringpublic String getConnectangles()
Stringpublic void setConnectangles(String value)
value - allowed object is
Stringpublic STTrueFalse getExtrusionok()
STTrueFalsepublic void setExtrusionok(STTrueFalse value)
value - allowed object is
STTrueFalsepublic String getVmlId()
Stringpublic void setVmlId(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.