Class ShadowObscured
java.lang.Object
com.independentsoft.office.drawing.extensions.ShadowObscured
- All Implemented Interfaces:
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new shadow obscured.ShadowObscured(InternalXMLStreamReader reader)Instantiates a new shadow obscured. -
Method Summary
-
Field Details
-
NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
ShadowObscured
public ShadowObscured()Instantiates a new shadow obscured. -
ShadowObscured
Instantiates a new shadow obscured.- Parameters:
reader- the reader- Throws:
XMLStreamException- the XML stream exception
-
-
Method Details
-
clone
Description copied from interface:IExtensionContentClone.- Specified by:
clonein interfaceIExtensionContent- Overrides:
clonein classObject- Returns:
- the extension content
-
toString
-
getValue
Gets the value (val). May be null - the attribute is sometimes absent in the wild.- Returns:
- the value
-
setValue
Sets the value (val). May be null - the attribute is sometimes absent in the wild.- Parameters:
value- the new value
-