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>
| Modifier and Type | Field and Description |
|---|---|
protected STTrueFalse |
autoformat |
protected STTrueFalse |
autolayout |
protected String |
constrainbounds |
protected BigInteger |
dgmbasetextscale |
protected BigInteger |
dgmfontsize |
protected BigInteger |
dgmscalex |
protected BigInteger |
dgmscaley |
protected BigInteger |
dgmstyle |
protected STExt |
ext |
protected CTRelationTable |
relationtable |
protected STTrueFalse |
reverse |
| Constructor and Description |
|---|
CTDiagram() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
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.
|
String |
getConstrainbounds()
Gets the value of the constrainbounds property.
|
BigInteger |
getDgmbasetextscale()
Gets the value of the dgmbasetextscale property.
|
BigInteger |
getDgmfontsize()
Gets the value of the dgmfontsize property.
|
BigInteger |
getDgmscalex()
Gets the value of the dgmscalex property.
|
BigInteger |
getDgmscaley()
Gets the value of the dgmscaley property.
|
BigInteger |
getDgmstyle()
Gets the value of the dgmstyle property.
|
STExt |
getExt()
Gets the value of the ext property.
|
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(String value)
Sets the value of the constrainbounds property.
|
void |
setDgmbasetextscale(BigInteger value)
Sets the value of the dgmbasetextscale property.
|
void |
setDgmfontsize(BigInteger value)
Sets the value of the dgmfontsize property.
|
void |
setDgmscalex(BigInteger value)
Sets the value of the dgmscalex property.
|
void |
setDgmscaley(BigInteger value)
Sets the value of the dgmscaley property.
|
void |
setDgmstyle(BigInteger value)
Sets the value of the dgmstyle property.
|
void |
setExt(STExt value)
Sets the value of the ext property.
|
void |
setParent(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 BigInteger dgmstyle
protected STTrueFalse autoformat
protected STTrueFalse reverse
protected STTrueFalse autolayout
protected BigInteger dgmscalex
protected BigInteger dgmscaley
protected BigInteger dgmfontsize
protected String constrainbounds
protected BigInteger dgmbasetextscale
protected STExt ext
public CTRelationTable getRelationtable()
CTRelationTablepublic void setRelationtable(CTRelationTable value)
value - allowed object is
CTRelationTablepublic BigInteger getDgmstyle()
BigIntegerpublic void setDgmstyle(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 BigInteger getDgmscalex()
BigIntegerpublic void setDgmscalex(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDgmscaley()
BigIntegerpublic void setDgmscaley(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getDgmfontsize()
BigIntegerpublic void setDgmfontsize(BigInteger value)
value - allowed object is
BigIntegerpublic String getConstrainbounds()
Stringpublic void setConstrainbounds(String value)
value - allowed object is
Stringpublic BigInteger getDgmbasetextscale()
BigIntegerpublic void setDgmbasetextscale(BigInteger value)
value - allowed object is
BigIntegerpublic void setExt(STExt value)
value - allowed object is
STExtpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2022. All Rights Reserved.