Package org.docx4j.vml.officedrawing
Class CTColorMenu
java.lang.Object
org.docx4j.vml.officedrawing.CTColorMenu
- All Implemented Interfaces:
Child
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>
-
Field Summary
Fields Modifier and Type Field Description protected STExtextprotected java.lang.Stringextrusioncolorprotected java.lang.Stringfillcolorprotected java.lang.Stringshadowcolorprotected java.lang.Stringstrokecolor -
Constructor Summary
Constructors Constructor Description CTColorMenu() -
Method Summary
Modifier and Type Method Description voidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.STExtgetExt()Gets the value of the ext property.java.lang.StringgetExtrusioncolor()Gets the value of the extrusioncolor property.java.lang.StringgetFillcolor()Gets the value of the fillcolor property.java.lang.ObjectgetParent()Gets the parent object in the object tree representing the unmarshalled xml document.java.lang.StringgetShadowcolor()Gets the value of the shadowcolor property.java.lang.StringgetStrokecolor()Gets the value of the strokecolor property.voidsetExt(STExt value)Sets the value of the ext property.voidsetExtrusioncolor(java.lang.String value)Sets the value of the extrusioncolor property.voidsetFillcolor(java.lang.String value)Sets the value of the fillcolor property.voidsetParent(java.lang.Object parent)voidsetShadowcolor(java.lang.String value)Sets the value of the shadowcolor property.voidsetStrokecolor(java.lang.String value)Sets the value of the strokecolor property.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
strokecolor
protected java.lang.String strokecolor -
fillcolor
protected java.lang.String fillcolor -
shadowcolor
protected java.lang.String shadowcolor -
extrusioncolor
protected java.lang.String extrusioncolor -
ext
-
-
Constructor Details
-
CTColorMenu
public CTColorMenu()
-
-
Method Details
-
getStrokecolor
public java.lang.String getStrokecolor()Gets the value of the strokecolor property.- Returns:
- possible object is
String
-
setStrokecolor
public void setStrokecolor(java.lang.String value)Sets the value of the strokecolor property.- Parameters:
value- allowed object isString
-
getFillcolor
public java.lang.String getFillcolor()Gets the value of the fillcolor property.- Returns:
- possible object is
String
-
setFillcolor
public void setFillcolor(java.lang.String value)Sets the value of the fillcolor property.- Parameters:
value- allowed object isString
-
getShadowcolor
public java.lang.String getShadowcolor()Gets the value of the shadowcolor property.- Returns:
- possible object is
String
-
setShadowcolor
public void setShadowcolor(java.lang.String value)Sets the value of the shadowcolor property.- Parameters:
value- allowed object isString
-
getExtrusioncolor
public java.lang.String getExtrusioncolor()Gets the value of the extrusioncolor property.- Returns:
- possible object is
String
-
setExtrusioncolor
public void setExtrusioncolor(java.lang.String value)Sets the value of the extrusioncolor property.- Parameters:
value- allowed object isString
-
getExt
Gets the value of the ext property.- Returns:
- possible object is
STExt
-
setExt
Sets the value of the ext property.- Parameters:
value- allowed object isSTExt
-
getParent
public java.lang.Object getParent()Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
public void setParent(java.lang.Object parent) -
afterUnmarshal
public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, java.lang.Object parent)This method is invoked by the JAXB implementation on each instance when unmarshalling completes.- Parameters:
parent- The parent object in the object tree.unmarshaller- The unmarshaller that generated the instance.
-