public class CTShapeDefaults extends Object implements Child
Java class for CT_ShapeDefaults complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ShapeDefaults">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all minOccurs="0">
<element ref="{urn:schemas-microsoft-com:vml}fill" minOccurs="0"/>
<element ref="{urn:schemas-microsoft-com:vml}stroke" minOccurs="0"/>
<element ref="{urn:schemas-microsoft-com:vml}textbox" minOccurs="0"/>
<element ref="{urn:schemas-microsoft-com:vml}shadow" minOccurs="0"/>
<element ref="{urn:schemas-microsoft-com:office:office}skew" minOccurs="0"/>
<element ref="{urn:schemas-microsoft-com:office:office}extrusion" minOccurs="0"/>
<element ref="{urn:schemas-microsoft-com:office:office}callout" minOccurs="0"/>
<element ref="{urn:schemas-microsoft-com:office:office}lock" minOccurs="0"/>
<element name="colormru" type="{urn:schemas-microsoft-com:office:office}CT_ColorMru" minOccurs="0"/>
<element name="colormenu" type="{urn:schemas-microsoft-com:office:office}CT_ColorMenu" minOccurs="0"/>
</all>
<attGroup ref="{urn:schemas-microsoft-com:vml}AG_Ext"/>
<attribute name="spidmax" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="style" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="fill" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="fillcolor" type="{urn:schemas-microsoft-com:office:office}ST_ColorType" />
<attribute name="stroke" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
<attribute name="strokecolor" type="{urn:schemas-microsoft-com:office:office}ST_ColorType" />
<attribute name="allowincell" type="{urn:schemas-microsoft-com:office:office}ST_TrueFalse" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STTrueFalse |
allowincell |
protected CTCallout |
callout |
protected CTColorMenu |
colormenu |
protected CTColorMru |
colormru |
protected STExt |
ext |
protected CTExtrusion |
extrusion |
protected CTFill |
fill |
protected String |
fillcolor |
protected STTrueFalse |
fillToggle |
protected CTLock |
lock |
protected CTShadow |
shadow |
protected CTSkew |
skew |
protected BigInteger |
spidmax |
protected CTStroke |
stroke |
protected String |
strokecolor |
protected STTrueFalse |
strokeToggle |
protected String |
style |
protected CTTextbox |
textbox |
| Constructor and Description |
|---|
CTShapeDefaults() |
| 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 |
getAllowincell()
Gets the value of the allowincell property.
|
CTCallout |
getCallout()
Callout
|
CTColorMenu |
getColormenu()
Gets the value of the colormenu property.
|
CTColorMru |
getColormru()
Gets the value of the colormru property.
|
STExt |
getExt()
Gets the value of the ext property.
|
CTExtrusion |
getExtrusion()
Gets the value of the extrusion property.
|
CTFill |
getFill()
Gets the value of the fill property.
|
String |
getFillcolor()
Gets the value of the fillcolor property.
|
STTrueFalse |
getFillToggle()
Gets the value of the fillToggle property.
|
CTLock |
getLock()
Shape Protections
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
CTShadow |
getShadow()
Gets the value of the shadow property.
|
CTSkew |
getSkew()
Gets the value of the skew property.
|
BigInteger |
getSpidmax()
Gets the value of the spidmax property.
|
CTStroke |
getStroke()
Gets the value of the stroke property.
|
String |
getStrokecolor()
Gets the value of the strokecolor property.
|
STTrueFalse |
getStrokeToggle()
Gets the value of the strokeToggle property.
|
String |
getStyle()
Gets the value of the style property.
|
CTTextbox |
getTextbox()
Gets the value of the textbox property.
|
void |
setAllowincell(STTrueFalse value)
Sets the value of the allowincell property.
|
void |
setCallout(CTCallout value)
Sets the value of the callout property.
|
void |
setColormenu(CTColorMenu value)
Sets the value of the colormenu property.
|
void |
setColormru(CTColorMru value)
Sets the value of the colormru property.
|
void |
setExt(STExt value)
Sets the value of the ext property.
|
void |
setExtrusion(CTExtrusion value)
Sets the value of the extrusion property.
|
void |
setFill(CTFill value)
Sets the value of the fill property.
|
void |
setFillcolor(String value)
Sets the value of the fillcolor property.
|
void |
setFillToggle(STTrueFalse value)
Sets the value of the fillToggle property.
|
void |
setLock(CTLock value)
Sets the value of the lock property.
|
void |
setParent(Object parent) |
void |
setShadow(CTShadow value)
Sets the value of the shadow property.
|
void |
setSkew(CTSkew value)
Sets the value of the skew property.
|
void |
setSpidmax(BigInteger value)
Sets the value of the spidmax property.
|
void |
setStroke(CTStroke value)
Sets the value of the stroke property.
|
void |
setStrokecolor(String value)
Sets the value of the strokecolor property.
|
void |
setStrokeToggle(STTrueFalse value)
Sets the value of the strokeToggle property.
|
void |
setStyle(String value)
Sets the value of the style property.
|
void |
setTextbox(CTTextbox value)
Sets the value of the textbox property.
|
protected CTFill fill
protected CTStroke stroke
protected CTTextbox textbox
protected CTShadow shadow
protected CTSkew skew
protected CTExtrusion extrusion
protected CTCallout callout
protected CTLock lock
protected CTColorMru colormru
protected CTColorMenu colormenu
protected BigInteger spidmax
protected String style
protected STTrueFalse fillToggle
protected String fillcolor
protected STTrueFalse strokeToggle
protected String strokecolor
protected STTrueFalse allowincell
protected STExt ext
public CTFill getFill()
CTFillpublic void setFill(CTFill value)
value - allowed object is
CTFillpublic CTStroke getStroke()
CTStrokepublic void setStroke(CTStroke value)
value - allowed object is
CTStrokepublic CTTextbox getTextbox()
CTTextboxpublic void setTextbox(CTTextbox value)
value - allowed object is
CTTextboxpublic CTShadow getShadow()
CTShadowpublic void setShadow(CTShadow value)
value - allowed object is
CTShadowpublic CTSkew getSkew()
CTSkewpublic void setSkew(CTSkew value)
value - allowed object is
CTSkewpublic CTExtrusion getExtrusion()
CTExtrusionpublic void setExtrusion(CTExtrusion value)
value - allowed object is
CTExtrusionpublic void setCallout(CTCallout value)
value - allowed object is
CTCalloutpublic void setLock(CTLock value)
value - allowed object is
CTLockpublic CTColorMru getColormru()
CTColorMrupublic void setColormru(CTColorMru value)
value - allowed object is
CTColorMrupublic CTColorMenu getColormenu()
CTColorMenupublic void setColormenu(CTColorMenu value)
value - allowed object is
CTColorMenupublic BigInteger getSpidmax()
BigIntegerpublic void setSpidmax(BigInteger value)
value - allowed object is
BigIntegerpublic String getStyle()
Stringpublic void setStyle(String value)
value - allowed object is
Stringpublic STTrueFalse getFillToggle()
STTrueFalsepublic void setFillToggle(STTrueFalse value)
value - allowed object is
STTrueFalsepublic String getFillcolor()
Stringpublic void setFillcolor(String value)
value - allowed object is
Stringpublic STTrueFalse getStrokeToggle()
STTrueFalsepublic void setStrokeToggle(STTrueFalse value)
value - allowed object is
STTrueFalsepublic String getStrokecolor()
Stringpublic void setStrokecolor(String value)
value - allowed object is
Stringpublic STTrueFalse getAllowincell()
STTrueFalsepublic void setAllowincell(STTrueFalse value)
value - allowed object is
STTrueFalsepublic 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.