Class CTColorMenu

java.lang.Object
org.docx4j.vml.officedrawing.CTColorMenu
All Implemented Interfaces:
Child

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>
 
  • Field Details

    • strokecolor

      protected String strokecolor
    • fillcolor

      protected String fillcolor
    • shadowcolor

      protected String shadowcolor
    • extrusioncolor

      protected String extrusioncolor
    • ext

      protected STExt ext
  • Constructor Details

    • CTColorMenu

      public CTColorMenu()
  • Method Details

    • getStrokecolor

      public String getStrokecolor()
      Gets the value of the strokecolor property.
      Returns:
      possible object is String
    • setStrokecolor

      public void setStrokecolor(String value)
      Sets the value of the strokecolor property.
      Parameters:
      value - allowed object is String
    • getFillcolor

      public String getFillcolor()
      Gets the value of the fillcolor property.
      Returns:
      possible object is String
    • setFillcolor

      public void setFillcolor(String value)
      Sets the value of the fillcolor property.
      Parameters:
      value - allowed object is String
    • getShadowcolor

      public String getShadowcolor()
      Gets the value of the shadowcolor property.
      Returns:
      possible object is String
    • setShadowcolor

      public void setShadowcolor(String value)
      Sets the value of the shadowcolor property.
      Parameters:
      value - allowed object is String
    • getExtrusioncolor

      public String getExtrusioncolor()
      Gets the value of the extrusioncolor property.
      Returns:
      possible object is String
    • setExtrusioncolor

      public void setExtrusioncolor(String value)
      Sets the value of the extrusioncolor property.
      Parameters:
      value - allowed object is String
    • getExt

      public STExt getExt()
      Gets the value of the ext property.
      Returns:
      possible object is STExt
    • setExt

      public void setExt(STExt value)
      Sets the value of the ext property.
      Parameters:
      value - allowed object is STExt
    • getParent

      public Object getParent()
      Gets the parent object in the object tree representing the unmarshalled xml document.
      Specified by:
      getParent in interface Child
      Returns:
      The parent object.
    • setParent

      public void setParent(Object parent)
      Specified by:
      setParent in interface Child
    • afterUnmarshal

      public void afterUnmarshal(jakarta.xml.bind.Unmarshaller unmarshaller, 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.