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>
| Modifier and Type | Field and Description |
|---|---|
protected STTrueFalse |
autoformat |
protected STTrueFalse |
autolayout |
protected java.lang.String |
constrainbounds |
protected java.math.BigInteger |
dgmbasetextscale |
protected java.math.BigInteger |
dgmfontsize |
protected java.math.BigInteger |
dgmscalex |
protected java.math.BigInteger |
dgmscaley |
protected java.math.BigInteger |
dgmstyle |
protected STExt |
ext |
protected CTRelationTable |
relationtable |
protected STTrueFalse |
reverse |
| Constructor and Description |
|---|
CTDiagram() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
STTrueFalse |
getAutoformat()
Gets the value of the autoformat property.
|
STTrueFalse |
getAutolayout()
Gets the value of the autolayout property.
|
java.lang.String |
getConstrainbounds()
Gets the value of the constrainbounds property.
|
java.math.BigInteger |
getDgmbasetextscale()
Gets the value of the dgmbasetextscale property.
|
java.math.BigInteger |
getDgmfontsize()
Gets the value of the dgmfontsize property.
|
java.math.BigInteger |
getDgmscalex()
Gets the value of the dgmscalex property.
|
java.math.BigInteger |
getDgmscaley()
Gets the value of the dgmscaley property.
|
java.math.BigInteger |
getDgmstyle()
Gets the value of the dgmstyle property.
|
STExt |
getExt()
Gets the value of the ext property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTRelationTable |
getRelationtable()
Gets the value of the relationtable property.
|
STTrueFalse |
getReverse()
Gets the value of the reverse property.
|
void |
setAutoformat(STTrueFalse value)
Sets the value of the autoformat property.
|
void |
setAutolayout(STTrueFalse value)
Sets the value of the autolayout property.
|
void |
setConstrainbounds(java.lang.String value)
Sets the value of the constrainbounds property.
|
void |
setDgmbasetextscale(java.math.BigInteger value)
Sets the value of the dgmbasetextscale property.
|
void |
setDgmfontsize(java.math.BigInteger value)
Sets the value of the dgmfontsize property.
|
void |
setDgmscalex(java.math.BigInteger value)
Sets the value of the dgmscalex property.
|
void |
setDgmscaley(java.math.BigInteger value)
Sets the value of the dgmscaley property.
|
void |
setDgmstyle(java.math.BigInteger value)
Sets the value of the dgmstyle property.
|
void |
setExt(STExt value)
Sets the value of the ext property.
|
void |
setParent(java.lang.Object parent) |
void |
setRelationtable(CTRelationTable value)
Sets the value of the relationtable property.
|
void |
setReverse(STTrueFalse value)
Sets the value of the reverse property.
|
protected CTRelationTable relationtable
protected java.math.BigInteger dgmstyle
protected STTrueFalse autoformat
protected STTrueFalse reverse
protected STTrueFalse autolayout
protected java.math.BigInteger dgmscalex
protected java.math.BigInteger dgmscaley
protected java.math.BigInteger dgmfontsize
protected java.lang.String constrainbounds
protected java.math.BigInteger dgmbasetextscale
protected STExt ext
public CTRelationTable getRelationtable()
CTRelationTablepublic void setRelationtable(CTRelationTable value)
value - allowed object is
CTRelationTablepublic java.math.BigInteger getDgmstyle()
BigIntegerpublic void setDgmstyle(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic STTrueFalse getAutoformat()
STTrueFalsepublic void setAutoformat(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getReverse()
STTrueFalsepublic void setReverse(STTrueFalse value)
value - allowed object is
STTrueFalsepublic STTrueFalse getAutolayout()
STTrueFalsepublic void setAutolayout(STTrueFalse value)
value - allowed object is
STTrueFalsepublic java.math.BigInteger getDgmscalex()
BigIntegerpublic void setDgmscalex(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getDgmscaley()
BigIntegerpublic void setDgmscaley(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getDgmfontsize()
BigIntegerpublic void setDgmfontsize(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String getConstrainbounds()
Stringpublic void setConstrainbounds(java.lang.String value)
value - allowed object is
Stringpublic java.math.BigInteger getDgmbasetextscale()
BigIntegerpublic void setDgmbasetextscale(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic void setExt(STExt value)
value - allowed object is
STExtpublic java.lang.Object getParent()
public void afterUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
java.lang.Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007–2025. All rights reserved.