public class CTColorMenu extends Object implements Child
Java class for CT_ColorMenu complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_ColorMenu">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attGroup ref="{urn:schemas-microsoft-com:vml}AG_Ext"/>
<attribute name="strokecolor" type="{urn:schemas-microsoft-com:office:office}ST_ColorType" />
<attribute name="fillcolor" type="{urn:schemas-microsoft-com:office:office}ST_ColorType" />
<attribute name="shadowcolor" type="{urn:schemas-microsoft-com:office:office}ST_ColorType" />
<attribute name="extrusioncolor" type="{urn:schemas-microsoft-com:office:office}ST_ColorType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected STExt |
ext |
protected String |
extrusioncolor |
protected String |
fillcolor |
protected String |
shadowcolor |
protected String |
strokecolor |
| Constructor and Description |
|---|
CTColorMenu() |
| 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.
|
STExt |
getExt()
Gets the value of the ext property.
|
String |
getExtrusioncolor()
Gets the value of the extrusioncolor property.
|
String |
getFillcolor()
Gets the value of the fillcolor property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getShadowcolor()
Gets the value of the shadowcolor property.
|
String |
getStrokecolor()
Gets the value of the strokecolor property.
|
void |
setExt(STExt value)
Sets the value of the ext property.
|
void |
setExtrusioncolor(String value)
Sets the value of the extrusioncolor property.
|
void |
setFillcolor(String value)
Sets the value of the fillcolor property.
|
void |
setParent(Object parent) |
void |
setShadowcolor(String value)
Sets the value of the shadowcolor property.
|
void |
setStrokecolor(String value)
Sets the value of the strokecolor property.
|
protected String strokecolor
protected String fillcolor
protected String shadowcolor
protected String extrusioncolor
protected STExt ext
public String getStrokecolor()
Stringpublic void setStrokecolor(String value)
value - allowed object is
Stringpublic String getFillcolor()
Stringpublic void setFillcolor(String value)
value - allowed object is
Stringpublic String getShadowcolor()
Stringpublic void setShadowcolor(String value)
value - allowed object is
Stringpublic String getExtrusioncolor()
Stringpublic void setExtrusioncolor(String value)
value - allowed object is
Stringpublic 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.