Package org.docx4j.vml.officedrawing
Class CTCallout
java.lang.Object
org.docx4j.vml.officedrawing.CTCallout
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected STTrueFalseprotected Stringprotected Stringprotected Stringprotected STTrueFalseprotected STExtprotected Stringprotected Stringprotected STTrueFalseprotected STTrueFalseprotected STTrueFalseprotected STTrueFalseprotected STTrueFalseprotected String -
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 accentbar property.getAngle()Gets the value of the angle property.Gets the value of the distance property.getDrop()Gets the value of the drop property.Gets the value of the dropauto property.getExt()Gets the value of the ext property.getGap()Gets the value of the gap property.Gets the value of the length property.Gets the value of the lengthspecified property.Gets the value of the minusx property.Gets the value of the minusy 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 textborder property.getType()Gets the value of the type property.voidsetAccentbar(STTrueFalse value) Sets the value of the accentbar property.voidSets the value of the angle property.voidsetDistance(String value) Sets the value of the distance property.voidSets the value of the drop property.voidsetDropauto(STTrueFalse value) Sets the value of the dropauto property.voidSets the value of the ext property.voidSets the value of the gap property.voidSets 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.voidvoidsetTextborder(STTrueFalse value) Sets the value of the textborder property.voidSets the value of the type property.
-
Field Details
-
on
-
type
-
gap
-
angle
-
dropauto
-
drop
-
distance
-
lengthspecified
-
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
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getGap
Gets the value of the gap property.- Returns:
- possible object is
String
-
setGap
Sets the value of the gap property.- Parameters:
value- allowed object isString
-
getAngle
Gets the value of the angle property.- Returns:
- possible object is
String
-
setAngle
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
Gets the value of the drop property.- Returns:
- possible object is
String
-
setDrop
Sets the value of the drop property.- Parameters:
value- allowed object isString
-
getDistance
Gets the value of the distance property.- Returns:
- possible object is
String
-
setDistance
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
Gets the value of the length property.- Returns:
- possible object is
String
-
setLength
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
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.
-