Class Shadow

java.lang.Object
com.independentsoft.office.vml.Shadow
All Implemented Interfaces:
IContentElement, IGroupElement, IShapeElement, IVmlElement

public class Shadow extends Object implements IShapeElement, IVmlElement
The Class Shadow.
  • Constructor Details

  • Method Details

    • getContentElements

      public List<IContentElement> getContentElements()
      Specified by:
      getContentElements in interface IContentElement
    • clone

      public Shadow clone()
      Specified by:
      clone in interface IContentElement
      Specified by:
      clone in interface IGroupElement
      Specified by:
      clone in interface IShapeElement
      Specified by:
      clone in interface IVmlElement
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getPrimaryColor

      public String getPrimaryColor()
      Gets the primary color.
      Returns:
      the primary color
    • setPrimaryColor

      public void setPrimaryColor(String primaryColor)
      Sets the primary color.
      Parameters:
      primaryColor - the new primary color
    • getSecondaryColor

      public String getSecondaryColor()
      Gets the secondary color.
      Returns:
      the secondary color
    • setSecondaryColor

      public void setSecondaryColor(String secondaryColor)
      Sets the secondary color.
      Parameters:
      secondaryColor - the new secondary color
    • getID

      public String getID()
      Gets the id.
      Returns:
      the id
    • setID

      public void setID(String id)
      Sets the id.
      Parameters:
      id - the new id
    • getMatrix

      public String getMatrix()
      Gets the matrix.
      Returns:
      the matrix
    • setMatrix

      public void setMatrix(String matrix)
      Sets the matrix.
      Parameters:
      matrix - the new matrix
    • isTransparent

      public boolean isTransparent()
      Checks if is transparent.
      Returns:
      true, if is transparent
    • setTransparent

      public void setTransparent(boolean isTransparent)
      Sets the transparent.
      Parameters:
      isTransparent - the new transparent
    • getPrimaryOffset

      public String getPrimaryOffset()
      Gets the primary offset.
      Returns:
      the primary offset
    • setPrimaryOffset

      public void setPrimaryOffset(String primaryOffset)
      Sets the primary offset.
      Parameters:
      primaryOffset - the new primary offset
    • getSecondaryOffset

      public String getSecondaryOffset()
      Gets the secondary offset.
      Returns:
      the secondary offset
    • setSecondaryOffset

      public void setSecondaryOffset(String secondaryOffset)
      Sets the secondary offset.
      Parameters:
      secondaryOffset - the new secondary offset
    • isDisplay

      public boolean isDisplay()
      Checks if is display.
      Returns:
      true, if is display
    • setDisplay

      public void setDisplay(boolean display)
      Sets the display.
      Parameters:
      display - the new display
    • getOpacity

      public String getOpacity()
      Gets the opacity.
      Returns:
      the opacity
    • setOpacity

      public void setOpacity(String opacity)
      Sets the opacity.
      Parameters:
      opacity - the new opacity
    • getOrigin

      public String getOrigin()
      Gets the origin.
      Returns:
      the origin
    • setOrigin

      public void setOrigin(String origin)
      Sets the origin.
      Parameters:
      origin - the new origin
    • getType

      public ShadowType getType()
      Gets the type.
      Returns:
      the type
    • setType

      public void setType(ShadowType type)
      Sets the type.
      Parameters:
      type - the new type