Class CTCallout

java.lang.Object
org.docx4j.vml.officedrawing.CTCallout
All Implemented Interfaces:
Child

public class CTCallout extends 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 Details

  • Constructor Details

    • CTCallout

      public CTCallout()
  • Method Details

    • getOn

      public STTrueFalse getOn()
      Gets the value of the on property.
      Returns:
      possible object is STTrueFalse
    • setOn

      public void setOn(STTrueFalse value)
      Sets the value of the on property.
      Parameters:
      value - allowed object is STTrueFalse
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getGap

      public String getGap()
      Gets the value of the gap property.
      Returns:
      possible object is String
    • setGap

      public void setGap(String value)
      Sets the value of the gap property.
      Parameters:
      value - allowed object is String
    • getAngle

      public String getAngle()
      Gets the value of the angle property.
      Returns:
      possible object is String
    • setAngle

      public void setAngle(String value)
      Sets the value of the angle property.
      Parameters:
      value - allowed object is String
    • getDropauto

      public STTrueFalse getDropauto()
      Gets the value of the dropauto property.
      Returns:
      possible object is STTrueFalse
    • setDropauto

      public void setDropauto(STTrueFalse value)
      Sets the value of the dropauto property.
      Parameters:
      value - allowed object is STTrueFalse
    • getDrop

      public String getDrop()
      Gets the value of the drop property.
      Returns:
      possible object is String
    • setDrop

      public void setDrop(String value)
      Sets the value of the drop property.
      Parameters:
      value - allowed object is String
    • getDistance

      public String getDistance()
      Gets the value of the distance property.
      Returns:
      possible object is String
    • setDistance

      public void setDistance(String value)
      Sets the value of the distance property.
      Parameters:
      value - allowed object is String
    • getLengthspecified

      public STTrueFalse getLengthspecified()
      Gets the value of the lengthspecified property.
      Returns:
      possible object is STTrueFalse
    • setLengthspecified

      public void setLengthspecified(STTrueFalse value)
      Sets the value of the lengthspecified property.
      Parameters:
      value - allowed object is STTrueFalse
    • getLength

      public String getLength()
      Gets the value of the length property.
      Returns:
      possible object is String
    • setLength

      public void setLength(String value)
      Sets the value of the length property.
      Parameters:
      value - allowed object is String
    • getAccentbar

      public STTrueFalse getAccentbar()
      Gets the value of the accentbar property.
      Returns:
      possible object is STTrueFalse
    • setAccentbar

      public void setAccentbar(STTrueFalse value)
      Sets the value of the accentbar property.
      Parameters:
      value - allowed object is STTrueFalse
    • getTextborder

      public STTrueFalse getTextborder()
      Gets the value of the textborder property.
      Returns:
      possible object is STTrueFalse
    • setTextborder

      public void setTextborder(STTrueFalse value)
      Sets the value of the textborder property.
      Parameters:
      value - allowed object is STTrueFalse
    • getMinusx

      public STTrueFalse getMinusx()
      Gets the value of the minusx property.
      Returns:
      possible object is STTrueFalse
    • setMinusx

      public void setMinusx(STTrueFalse value)
      Sets the value of the minusx property.
      Parameters:
      value - allowed object is STTrueFalse
    • getMinusy

      public STTrueFalse getMinusy()
      Gets the value of the minusy property.
      Returns:
      possible object is STTrueFalse
    • setMinusy

      public void setMinusy(STTrueFalse value)
      Sets the value of the minusy property.
      Parameters:
      value - allowed object is STTrueFalse
    • getExt

      public STExt getExt()
      Gets the value of the ext property.
      Returns:
      possible object is STExt
    • setExt

      public void setExt(STExt value)
      Sets the value of the ext property.
      Parameters:
      value - allowed object is STExt
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.