Class ShadowObscured

java.lang.Object
com.independentsoft.office.drawing.extensions.ShadowObscured
All Implemented Interfaces:
IExtensionContent

public class ShadowObscured extends Object implements IExtensionContent
Represents the shadow-obscured extension (a14:shadowObscured), a legacy VML compatibility flag indicating a transparent (obscured) shadow (uri {53640926-AAD7-44D8-BBD7-CCE9431645EC}).
  • Field Details

  • Constructor Details

    • ShadowObscured

      public ShadowObscured()
      Instantiates a new shadow obscured.
    • ShadowObscured

      public ShadowObscured(InternalXMLStreamReader reader) throws XMLStreamException
      Instantiates a new shadow obscured.
      Parameters:
      reader - the reader
      Throws:
      XMLStreamException - the XML stream exception
  • Method Details

    • clone

      public IExtensionContent clone()
      Description copied from interface: IExtensionContent
      Clone.
      Specified by:
      clone in interface IExtensionContent
      Overrides:
      clone in class Object
      Returns:
      the extension content
    • toString

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

      public String getValue()
      Gets the value (val). May be null - the attribute is sometimes absent in the wild.
      Returns:
      the value
    • setValue

      public void setValue(String value)
      Sets the value (val). May be null - the attribute is sometimes absent in the wild.
      Parameters:
      value - the new value