Package org.docx4j.vml.officedrawing
Class CTDiagram
java.lang.Object
org.docx4j.vml.officedrawing.CTDiagram
- All Implemented Interfaces:
Child
public class CTDiagram extends java.lang.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 Summary
Fields Modifier and Type Field Description protected STTrueFalseautoformatprotected STTrueFalseautolayoutprotected java.lang.Stringconstrainboundsprotected java.math.BigIntegerdgmbasetextscaleprotected java.math.BigIntegerdgmfontsizeprotected java.math.BigIntegerdgmscalexprotected java.math.BigIntegerdgmscaleyprotected java.math.BigIntegerdgmstyleprotected STExtextprotected CTRelationTablerelationtableprotected STTrueFalsereverse -
Constructor Summary
Constructors Constructor Description CTDiagram() -
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.STTrueFalsegetAutoformat()Gets the value of the autoformat property.STTrueFalsegetAutolayout()Gets the value of the autolayout property.java.lang.StringgetConstrainbounds()Gets the value of the constrainbounds property.java.math.BigIntegergetDgmbasetextscale()Gets the value of the dgmbasetextscale property.java.math.BigIntegergetDgmfontsize()Gets the value of the dgmfontsize property.java.math.BigIntegergetDgmscalex()Gets the value of the dgmscalex property.java.math.BigIntegergetDgmscaley()Gets the value of the dgmscaley property.java.math.BigIntegergetDgmstyle()Gets the value of the dgmstyle property.STExtgetExt()Gets the value of the ext property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.CTRelationTablegetRelationtable()Gets the value of the relationtable property.STTrueFalsegetReverse()Gets the value of the reverse property.voidsetAutoformat(STTrueFalse value)Sets the value of the autoformat property.voidsetAutolayout(STTrueFalse value)Sets the value of the autolayout property.voidsetConstrainbounds(java.lang.String value)Sets the value of the constrainbounds property.voidsetDgmbasetextscale(java.math.BigInteger value)Sets the value of the dgmbasetextscale property.voidsetDgmfontsize(java.math.BigInteger value)Sets the value of the dgmfontsize property.voidsetDgmscalex(java.math.BigInteger value)Sets the value of the dgmscalex property.voidsetDgmscaley(java.math.BigInteger value)Sets the value of the dgmscaley property.voidsetDgmstyle(java.math.BigInteger value)Sets the value of the dgmstyle property.voidsetExt(STExt value)Sets the value of the ext property.voidsetParent(java.lang.Object parent)voidsetRelationtable(CTRelationTable value)Sets the value of the relationtable property.voidsetReverse(STTrueFalse value)Sets the value of the reverse property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
relationtable
-
dgmstyle
protected java.math.BigInteger dgmstyle -
autoformat
-
reverse
-
autolayout
-
dgmscalex
protected java.math.BigInteger dgmscalex -
dgmscaley
protected java.math.BigInteger dgmscaley -
dgmfontsize
protected java.math.BigInteger dgmfontsize -
constrainbounds
protected java.lang.String constrainbounds -
dgmbasetextscale
protected java.math.BigInteger dgmbasetextscale -
ext
-
-
Constructor Details
-
CTDiagram
public CTDiagram()
-
-
Method Details
-
getRelationtable
Gets the value of the relationtable property.- Returns:
- possible object is
CTRelationTable
-
setRelationtable
Sets the value of the relationtable property.- Parameters:
value- allowed object isCTRelationTable
-
getDgmstyle
public java.math.BigInteger getDgmstyle()Gets the value of the dgmstyle property.- Returns:
- possible object is
BigInteger
-
setDgmstyle
public void setDgmstyle(java.math.BigInteger value)Sets the value of the dgmstyle property.- Parameters:
value- allowed object isBigInteger
-
getAutoformat
Gets the value of the autoformat property.- Returns:
- possible object is
STTrueFalse
-
setAutoformat
Sets the value of the autoformat property.- Parameters:
value- allowed object isSTTrueFalse
-
getReverse
Gets the value of the reverse property.- Returns:
- possible object is
STTrueFalse
-
setReverse
Sets the value of the reverse property.- Parameters:
value- allowed object isSTTrueFalse
-
getAutolayout
Gets the value of the autolayout property.- Returns:
- possible object is
STTrueFalse
-
setAutolayout
Sets the value of the autolayout property.- Parameters:
value- allowed object isSTTrueFalse
-
getDgmscalex
public java.math.BigInteger getDgmscalex()Gets the value of the dgmscalex property.- Returns:
- possible object is
BigInteger
-
setDgmscalex
public void setDgmscalex(java.math.BigInteger value)Sets the value of the dgmscalex property.- Parameters:
value- allowed object isBigInteger
-
getDgmscaley
public java.math.BigInteger getDgmscaley()Gets the value of the dgmscaley property.- Returns:
- possible object is
BigInteger
-
setDgmscaley
public void setDgmscaley(java.math.BigInteger value)Sets the value of the dgmscaley property.- Parameters:
value- allowed object isBigInteger
-
getDgmfontsize
public java.math.BigInteger getDgmfontsize()Gets the value of the dgmfontsize property.- Returns:
- possible object is
BigInteger
-
setDgmfontsize
public void setDgmfontsize(java.math.BigInteger value)Sets the value of the dgmfontsize property.- Parameters:
value- allowed object isBigInteger
-
getConstrainbounds
public java.lang.String getConstrainbounds()Gets the value of the constrainbounds property.- Returns:
- possible object is
String
-
setConstrainbounds
public void setConstrainbounds(java.lang.String value)Sets the value of the constrainbounds property.- Parameters:
value- allowed object isString
-
getDgmbasetextscale
public java.math.BigInteger getDgmbasetextscale()Gets the value of the dgmbasetextscale property.- Returns:
- possible object is
BigInteger
-
setDgmbasetextscale
public void setDgmbasetextscale(java.math.BigInteger value)Sets the value of the dgmbasetextscale property.- Parameters:
value- allowed object isBigInteger
-
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.
-