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 STTrueFalse accentbar  
    protected java.lang.String angle  
    protected java.lang.String distance  
    protected java.lang.String drop  
    protected STTrueFalse dropauto  
    protected STExt ext  
    protected java.lang.String gap  
    protected java.lang.String length  
    protected STTrueFalse lengthspecified  
    protected STTrueFalse minusx  
    protected STTrueFalse minusy  
    protected STTrueFalse on  
    protected STTrueFalse textborder  
    protected java.lang.String type  
  • Constructor Summary

    Constructors
    Constructor Description
    CTCallout()  
  • Method Summary

    Modifier and Type Method Description
    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.
    STTrueFalse getAccentbar()
    Gets the value of the accentbar property.
    java.lang.String getAngle()
    Gets the value of the angle property.
    java.lang.String getDistance()
    Gets the value of the distance property.
    java.lang.String getDrop()
    Gets the value of the drop property.
    STTrueFalse getDropauto()
    Gets the value of the dropauto property.
    STExt getExt()
    Gets the value of the ext property.
    java.lang.String getGap()
    Gets the value of the gap property.
    java.lang.String getLength()
    Gets the value of the length property.
    STTrueFalse getLengthspecified()
    Gets the value of the lengthspecified property.
    STTrueFalse getMinusx()
    Gets the value of the minusx property.
    STTrueFalse getMinusy()
    Gets the value of the minusy property.
    STTrueFalse getOn()
    Gets the value of the on property.
    java.lang.Object getParent()
    Gets the parent object in the object tree representing the unmarshalled xml document.
    STTrueFalse getTextborder()
    Gets the value of the textborder property.
    java.lang.String getType()
    Gets the value of the type property.
    void setAccentbar​(STTrueFalse value)
    Sets the value of the accentbar property.
    void setAngle​(java.lang.String value)
    Sets the value of the angle property.
    void setDistance​(java.lang.String value)
    Sets the value of the distance property.
    void setDrop​(java.lang.String value)
    Sets the value of the drop property.
    void setDropauto​(STTrueFalse value)
    Sets the value of the dropauto property.
    void setExt​(STExt value)
    Sets the value of the ext property.
    void setGap​(java.lang.String value)
    Sets the value of the gap property.
    void setLength​(java.lang.String value)
    Sets the value of the length property.
    void setLengthspecified​(STTrueFalse value)
    Sets the value of the lengthspecified property.
    void setMinusx​(STTrueFalse value)
    Sets the value of the minusx property.
    void setMinusy​(STTrueFalse value)
    Sets the value of the minusy property.
    void setOn​(STTrueFalse value)
    Sets the value of the on property.
    void setParent​(java.lang.Object parent)  
    void setTextborder​(STTrueFalse value)
    Sets the value of the textborder property.
    void setType​(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

      protected STTrueFalse on
    • type

      protected java.lang.String type
    • gap

      protected java.lang.String gap
    • angle

      protected java.lang.String angle
    • dropauto

      protected STTrueFalse dropauto
    • drop

      protected java.lang.String drop
    • distance

      protected java.lang.String distance
    • lengthspecified

      protected STTrueFalse lengthspecified
    • length

      protected java.lang.String length
    • accentbar

      protected STTrueFalse accentbar
    • textborder

      protected STTrueFalse textborder
    • minusx

      protected STTrueFalse minusx
    • minusy

      protected STTrueFalse minusy
    • ext

      protected STExt ext
  • 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 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 is String
    • 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 is String
    • 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 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 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 is String
    • 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 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 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 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 java.lang.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​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.