Class CTDiagram

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

public class CTDiagram extends Object implements Child

Java class for CT_Diagram complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_Diagram">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="relationtable" type="{urn:schemas-microsoft-com:office:office}CT_RelationTable" minOccurs="0"/>
       </sequence>
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_Ext"/>
       <attribute name="dgmstyle" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="autoformat" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
       <attribute name="reverse" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
       <attribute name="autolayout" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
       <attribute name="dgmscalex" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="dgmscaley" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="dgmfontsize" type="{http://www.w3.org/2001/XMLSchema}integer" />
       <attribute name="constrainbounds" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="dgmbasetextscale" type="{http://www.w3.org/2001/XMLSchema}integer" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTDiagram

      public CTDiagram()
  • Method Details

    • getRelationtable

      public CTRelationTable getRelationtable()
      Gets the value of the relationtable property.
      Returns:
      possible object is CTRelationTable
    • setRelationtable

      public void setRelationtable(CTRelationTable value)
      Sets the value of the relationtable property.
      Parameters:
      value - allowed object is CTRelationTable
    • getDgmstyle

      public BigInteger getDgmstyle()
      Gets the value of the dgmstyle property.
      Returns:
      possible object is BigInteger
    • setDgmstyle

      public void setDgmstyle(BigInteger value)
      Sets the value of the dgmstyle property.
      Parameters:
      value - allowed object is BigInteger
    • getAutoformat

      public STTrueFalse getAutoformat()
      Gets the value of the autoformat property.
      Returns:
      possible object is STTrueFalse
    • setAutoformat

      public void setAutoformat(STTrueFalse value)
      Sets the value of the autoformat property.
      Parameters:
      value - allowed object is STTrueFalse
    • getReverse

      public STTrueFalse getReverse()
      Gets the value of the reverse property.
      Returns:
      possible object is STTrueFalse
    • setReverse

      public void setReverse(STTrueFalse value)
      Sets the value of the reverse property.
      Parameters:
      value - allowed object is STTrueFalse
    • getAutolayout

      public STTrueFalse getAutolayout()
      Gets the value of the autolayout property.
      Returns:
      possible object is STTrueFalse
    • setAutolayout

      public void setAutolayout(STTrueFalse value)
      Sets the value of the autolayout property.
      Parameters:
      value - allowed object is STTrueFalse
    • getDgmscalex

      public BigInteger getDgmscalex()
      Gets the value of the dgmscalex property.
      Returns:
      possible object is BigInteger
    • setDgmscalex

      public void setDgmscalex(BigInteger value)
      Sets the value of the dgmscalex property.
      Parameters:
      value - allowed object is BigInteger
    • getDgmscaley

      public BigInteger getDgmscaley()
      Gets the value of the dgmscaley property.
      Returns:
      possible object is BigInteger
    • setDgmscaley

      public void setDgmscaley(BigInteger value)
      Sets the value of the dgmscaley property.
      Parameters:
      value - allowed object is BigInteger
    • getDgmfontsize

      public BigInteger getDgmfontsize()
      Gets the value of the dgmfontsize property.
      Returns:
      possible object is BigInteger
    • setDgmfontsize

      public void setDgmfontsize(BigInteger value)
      Sets the value of the dgmfontsize property.
      Parameters:
      value - allowed object is BigInteger
    • getConstrainbounds

      public String getConstrainbounds()
      Gets the value of the constrainbounds property.
      Returns:
      possible object is String
    • setConstrainbounds

      public void setConstrainbounds(String value)
      Sets the value of the constrainbounds property.
      Parameters:
      value - allowed object is String
    • getDgmbasetextscale

      public BigInteger getDgmbasetextscale()
      Gets the value of the dgmbasetextscale property.
      Returns:
      possible object is BigInteger
    • setDgmbasetextscale

      public void setDgmbasetextscale(BigInteger value)
      Sets the value of the dgmbasetextscale property.
      Parameters:
      value - allowed object is BigInteger
    • 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.