public class CTColorMenu extends java.lang.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 java.lang.String |
extrusioncolor |
protected java.lang.String |
fillcolor |
protected java.lang.String |
shadowcolor |
protected java.lang.String |
strokecolor |
| Constructor and Description |
|---|
CTColorMenu() |
| 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.
|
STExt |
getExt()
Gets the value of the ext property.
|
java.lang.String |
getExtrusioncolor()
Gets the value of the extrusioncolor property.
|
java.lang.String |
getFillcolor()
Gets the value of the fillcolor property.
|
java.lang.Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
java.lang.String |
getShadowcolor()
Gets the value of the shadowcolor property.
|
java.lang.String |
getStrokecolor()
Gets the value of the strokecolor property.
|
void |
setExt(STExt value)
Sets the value of the ext property.
|
void |
setExtrusioncolor(java.lang.String value)
Sets the value of the extrusioncolor property.
|
void |
setFillcolor(java.lang.String value)
Sets the value of the fillcolor property.
|
void |
setParent(java.lang.Object parent) |
void |
setShadowcolor(java.lang.String value)
Sets the value of the shadowcolor property.
|
void |
setStrokecolor(java.lang.String value)
Sets the value of the strokecolor property.
|
protected java.lang.String strokecolor
protected java.lang.String fillcolor
protected java.lang.String shadowcolor
protected java.lang.String extrusioncolor
protected STExt ext
public java.lang.String getStrokecolor()
Stringpublic void setStrokecolor(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFillcolor()
Stringpublic void setFillcolor(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getShadowcolor()
Stringpublic void setShadowcolor(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getExtrusioncolor()
Stringpublic void setExtrusioncolor(java.lang.String value)
value - allowed object is
Stringpublic 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.