Class CTShadow

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

public class CTShadow extends Object implements Child

Java class for CT_Shadow complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_Shadow">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attGroup ref="{urn:schemas-microsoft-com:vml}AG_Id"/>
       <attribute name="on" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
       <attribute name="type" type="{urn:schemas-microsoft-com:vml}ST_ShadowType" />
       <attribute name="obscured" type="{urn:schemas-microsoft-com:vml}ST_TrueFalse" />
       <attribute name="color" type="{urn:schemas-microsoft-com:vml}ST_ColorType" />
       <attribute name="opacity" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="offset" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="color2" type="{urn:schemas-microsoft-com:vml}ST_ColorType" />
       <attribute name="offset2" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="origin" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="matrix" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • CTShadow

      public CTShadow()
  • Method Details

    • getOn

      public STTrueFalse getOn()
      Gets the value of the on property.
      Returns:
      possible object is STTrueFalse
    • setOn

      public void setOn(STTrueFalse value)
      Sets the value of the on property.
      Parameters:
      value - allowed object is STTrueFalse
    • getType

      public STShadowType getType()
      Gets the value of the type property.
      Returns:
      possible object is STShadowType
    • setType

      public void setType(STShadowType value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is STShadowType
    • getObscured

      public STTrueFalse getObscured()
      Gets the value of the obscured property.
      Returns:
      possible object is STTrueFalse
    • setObscured

      public void setObscured(STTrueFalse value)
      Sets the value of the obscured property.
      Parameters:
      value - allowed object is STTrueFalse
    • getColor

      public String getColor()
      Gets the value of the color property.
      Returns:
      possible object is String
    • setColor

      public void setColor(String value)
      Sets the value of the color property.
      Parameters:
      value - allowed object is String
    • getOpacity

      public String getOpacity()
      Gets the value of the opacity property.
      Returns:
      possible object is String
    • setOpacity

      public void setOpacity(String value)
      Sets the value of the opacity property.
      Parameters:
      value - allowed object is String
    • getOffset

      public String getOffset()
      Gets the value of the offset property.
      Returns:
      possible object is String
    • setOffset

      public void setOffset(String value)
      Sets the value of the offset property.
      Parameters:
      value - allowed object is String
    • getColor2

      public String getColor2()
      Gets the value of the color2 property.
      Returns:
      possible object is String
    • setColor2

      public void setColor2(String value)
      Sets the value of the color2 property.
      Parameters:
      value - allowed object is String
    • getOffset2

      public String getOffset2()
      Gets the value of the offset2 property.
      Returns:
      possible object is String
    • setOffset2

      public void setOffset2(String value)
      Sets the value of the offset2 property.
      Parameters:
      value - allowed object is String
    • getOrigin

      public String getOrigin()
      Gets the value of the origin property.
      Returns:
      possible object is String
    • setOrigin

      public void setOrigin(String value)
      Sets the value of the origin property.
      Parameters:
      value - allowed object is String
    • getMatrix

      public String getMatrix()
      Gets the value of the matrix property.
      Returns:
      possible object is String
    • setMatrix

      public void setMatrix(String value)
      Sets the value of the matrix property.
      Parameters:
      value - allowed object is String
    • getVmlId

      public String getVmlId()
      Gets the value of the vmlId property.
      Returns:
      possible object is String
    • setVmlId

      public void setVmlId(String value)
      Sets the value of the vmlId property.
      Parameters:
      value - allowed object is String
    • 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.