Package org.docx4j.vml.officedrawing
Class CTCallout
java.lang.Object
org.docx4j.vml.officedrawing.CTCallout
- All Implemented Interfaces:
Child
public class CTCallout extends java.lang.Object implements Child
Java class for CT_Callout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Callout">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{urn:schemas-microsoft-com:vml}AG_Ext"/>
<attribute name="on" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="gap" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="angle" type="{urn:schemas-microsoft-com:office:office}ST_Angle" />
<attribute name="dropauto" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="drop" type="{urn:schemas-microsoft-com:office:office}ST_CalloutDrop" />
<attribute name="distance" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="lengthspecified" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" default="f" />
<attribute name="length" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="accentbar" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="textborder" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="minusx" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="minusy" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields Modifier and Type Field Description protected STTrueFalseaccentbarprotected java.lang.Stringangleprotected java.lang.Stringdistanceprotected java.lang.Stringdropprotected STTrueFalsedropautoprotected STExtextprotected java.lang.Stringgapprotected java.lang.Stringlengthprotected STTrueFalselengthspecifiedprotected STTrueFalseminusxprotected STTrueFalseminusyprotected STTrueFalseonprotected STTrueFalsetextborderprotected java.lang.Stringtype -
Constructor Summary
Constructors Constructor Description CTCallout() -
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.STTrueFalsegetAccentbar()Gets the value of the accentbar property.java.lang.StringgetAngle()Gets the value of the angle property.java.lang.StringgetDistance()Gets the value of the distance property.java.lang.StringgetDrop()Gets the value of the drop property.STTrueFalsegetDropauto()Gets the value of the dropauto property.STExtgetExt()Gets the value of the ext property.java.lang.StringgetGap()Gets the value of the gap property.java.lang.StringgetLength()Gets the value of the length property.STTrueFalsegetLengthspecified()Gets the value of the lengthspecified property.STTrueFalsegetMinusx()Gets the value of the minusx property.STTrueFalsegetMinusy()Gets the value of the minusy 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.STTrueFalsegetTextborder()Gets the value of the textborder property.java.lang.StringgetType()Gets the value of the type property.voidsetAccentbar(STTrueFalse value)Sets the value of the accentbar property.voidsetAngle(java.lang.String value)Sets the value of the angle property.voidsetDistance(java.lang.String value)Sets the value of the distance property.voidsetDrop(java.lang.String value)Sets the value of the drop property.voidsetDropauto(STTrueFalse value)Sets the value of the dropauto property.voidsetExt(STExt value)Sets the value of the ext property.voidsetGap(java.lang.String value)Sets the value of the gap property.voidsetLength(java.lang.String value)Sets the value of the length property.voidsetLengthspecified(STTrueFalse value)Sets the value of the lengthspecified property.voidsetMinusx(STTrueFalse value)Sets the value of the minusx property.voidsetMinusy(STTrueFalse value)Sets the value of the minusy property.voidsetOn(STTrueFalse value)Sets the value of the on property.voidsetParent(java.lang.Object parent)voidsetTextborder(STTrueFalse value)Sets the value of the textborder property.voidsetType(java.lang.String value)Sets the value of the type property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
on
-
type
protected java.lang.String type -
gap
protected java.lang.String gap -
angle
protected java.lang.String angle -
dropauto
-
drop
protected java.lang.String drop -
distance
protected java.lang.String distance -
lengthspecified
-
length
protected java.lang.String length -
accentbar
-
textborder
-
minusx
-
minusy
-
ext
-
-
Constructor Details
-
CTCallout
public CTCallout()
-
-
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
-
getType
public java.lang.String getType()Gets the value of the type property.- Returns:
- possible object is
String
-
setType
public void setType(java.lang.String value)Sets the value of the type property.- Parameters:
value- allowed object isString
-
getGap
public java.lang.String getGap()Gets the value of the gap property.- Returns:
- possible object is
String
-
setGap
public void setGap(java.lang.String value)Sets the value of the gap property.- Parameters:
value- allowed object isString
-
getAngle
public java.lang.String getAngle()Gets the value of the angle property.- Returns:
- possible object is
String
-
setAngle
public void setAngle(java.lang.String value)Sets the value of the angle property.- Parameters:
value- allowed object isString
-
getDropauto
Gets the value of the dropauto property.- Returns:
- possible object is
STTrueFalse
-
setDropauto
Sets the value of the dropauto property.- Parameters:
value- allowed object isSTTrueFalse
-
getDrop
public java.lang.String getDrop()Gets the value of the drop property.- Returns:
- possible object is
String
-
setDrop
public void setDrop(java.lang.String value)Sets the value of the drop property.- Parameters:
value- allowed object isString
-
getDistance
public java.lang.String getDistance()Gets the value of the distance property.- Returns:
- possible object is
String
-
setDistance
public void setDistance(java.lang.String value)Sets the value of the distance property.- Parameters:
value- allowed object isString
-
getLengthspecified
Gets the value of the lengthspecified property.- Returns:
- possible object is
STTrueFalse
-
setLengthspecified
Sets the value of the lengthspecified property.- Parameters:
value- allowed object isSTTrueFalse
-
getLength
public java.lang.String getLength()Gets the value of the length property.- Returns:
- possible object is
String
-
setLength
public void setLength(java.lang.String value)Sets the value of the length property.- Parameters:
value- allowed object isString
-
getAccentbar
Gets the value of the accentbar property.- Returns:
- possible object is
STTrueFalse
-
setAccentbar
Sets the value of the accentbar property.- Parameters:
value- allowed object isSTTrueFalse
-
getTextborder
Gets the value of the textborder property.- Returns:
- possible object is
STTrueFalse
-
setTextborder
Sets the value of the textborder property.- Parameters:
value- allowed object isSTTrueFalse
-
getMinusx
Gets the value of the minusx property.- Returns:
- possible object is
STTrueFalse
-
setMinusx
Sets the value of the minusx property.- Parameters:
value- allowed object isSTTrueFalse
-
getMinusy
Gets the value of the minusy property.- Returns:
- possible object is
STTrueFalse
-
setMinusy
Sets the value of the minusy property.- Parameters:
value- allowed object isSTTrueFalse
-
getExt
Gets the value of the ext property.- Returns:
- possible object is
STExt
-
setExt
Sets the value of the ext property.- Parameters:
value- allowed object isSTExt
-
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.
-