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 STExt ext  
    protected java.lang.String extrusioncolor  
    protected java.lang.String fillcolor  
    protected java.lang.String shadowcolor  
    protected java.lang.String strokecolor  
  • Constructor Summary

    Constructors
    Constructor Description
    CTColorMenu()  
  • Method Summary

    Modifier and Type Method Description
    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.
    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.

    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

      protected STExt 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 is String
    • 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 is String
    • 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 is String
    • 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 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 java.lang.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​(java.lang.Object parent)
      Specified by:
      setParent in interface Child
    • 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.