Package org.docx4j.vml.officedrawing
Class CTColorMenu
java.lang.Object
org.docx4j.vml.officedrawing.CTColorMenu
- All Implemented Interfaces:
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidafterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, Object parent) This method is invoked by the JAXB implementation on each instance when unmarshalling completes.getExt()Gets the value of the ext property.Gets the value of the extrusioncolor property.Gets the value of the fillcolor property.Gets the parent object in the object tree representing the unmarshalled xml document.Gets the value of the shadowcolor property.Gets the value of the strokecolor property.voidSets the value of the ext property.voidsetExtrusioncolor(String value) Sets the value of the extrusioncolor property.voidsetFillcolor(String value) Sets the value of the fillcolor property.voidvoidsetShadowcolor(String value) Sets the value of the shadowcolor property.voidsetStrokecolor(String value) Sets the value of the strokecolor property.
-
Field Details
-
strokecolor
-
fillcolor
-
shadowcolor
-
extrusioncolor
-
ext
-
-
Constructor Details
-
CTColorMenu
public CTColorMenu()
-
-
Method Details
-
getStrokecolor
Gets the value of the strokecolor property.- Returns:
- possible object is
String
-
setStrokecolor
Sets the value of the strokecolor property.- Parameters:
value- allowed object isString
-
getFillcolor
Gets the value of the fillcolor property.- Returns:
- possible object is
String
-
setFillcolor
Sets the value of the fillcolor property.- Parameters:
value- allowed object isString
-
getShadowcolor
Gets the value of the shadowcolor property.- Returns:
- possible object is
String
-
setShadowcolor
Sets the value of the shadowcolor property.- Parameters:
value- allowed object isString
-
getExtrusioncolor
Gets the value of the extrusioncolor property.- Returns:
- possible object is
String
-
setExtrusioncolor
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
Gets the parent object in the object tree representing the unmarshalled xml document. -
setParent
-
afterUnmarshal
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.
-