Package org.docx4j.vml.officedrawing
Class CTDiagram
java.lang.Object
org.docx4j.vml.officedrawing.CTDiagram
- All Implemented Interfaces:
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
FieldsModifier and TypeFieldDescriptionprotected STTrueFalseprotected STTrueFalseprotected Stringprotected BigIntegerprotected BigIntegerprotected BigIntegerprotected BigIntegerprotected BigIntegerprotected STExtprotected CTRelationTableprotected STTrueFalse -
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 autoformat property.Gets the value of the autolayout property.Gets the value of the constrainbounds property.Gets the value of the dgmbasetextscale property.Gets the value of the dgmfontsize property.Gets the value of the dgmscalex property.Gets the value of the dgmscaley property.Gets the value of the dgmstyle property.getExt()Gets the value of the ext property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the relationtable property.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(String value) Sets the value of the constrainbounds property.voidsetDgmbasetextscale(BigInteger value) Sets the value of the dgmbasetextscale property.voidsetDgmfontsize(BigInteger value) Sets the value of the dgmfontsize property.voidsetDgmscalex(BigInteger value) Sets the value of the dgmscalex property.voidsetDgmscaley(BigInteger value) Sets the value of the dgmscaley property.voidsetDgmstyle(BigInteger value) Sets the value of the dgmstyle property.voidSets the value of the ext property.voidvoidsetRelationtable(CTRelationTable value) Sets the value of the relationtable property.voidsetReverse(STTrueFalse value) Sets the value of the reverse property.
-
Field Details
-
relationtable
-
dgmstyle
-
autoformat
-
reverse
-
autolayout
-
dgmscalex
-
dgmscaley
-
dgmfontsize
-
constrainbounds
-
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
Gets the value of the dgmstyle property.- Returns:
- possible object is
BigInteger
-
setDgmstyle
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
Gets the value of the dgmscalex property.- Returns:
- possible object is
BigInteger
-
setDgmscalex
Sets the value of the dgmscalex property.- Parameters:
value- allowed object isBigInteger
-
getDgmscaley
Gets the value of the dgmscaley property.- Returns:
- possible object is
BigInteger
-
setDgmscaley
Sets the value of the dgmscaley property.- Parameters:
value- allowed object isBigInteger
-
getDgmfontsize
Gets the value of the dgmfontsize property.- Returns:
- possible object is
BigInteger
-
setDgmfontsize
Sets the value of the dgmfontsize property.- Parameters:
value- allowed object isBigInteger
-
getConstrainbounds
Gets the value of the constrainbounds property.- Returns:
- possible object is
String
-
setConstrainbounds
Sets the value of the constrainbounds property.- Parameters:
value- allowed object isString
-
getDgmbasetextscale
Gets the value of the dgmbasetextscale property.- Returns:
- possible object is
BigInteger
-
setDgmbasetextscale
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
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.
-