Class Decorative
java.lang.Object
com.independentsoft.office.drawing.extensions.Decorative
- All Implemented Interfaces:
IExtensionContent
Represents the decorative extension (
adec:decorative) that marks a
drawing object as decorative, so accessibility tools can skip it
(uri {C183D7F6-B498-43B3-948B-1728B52AA6E4}).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new decorative.Decorative(InternalXMLStreamReader reader)Instantiates a new decorative. -
Method Summary
-
Field Details
-
NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Decorative
public Decorative()Instantiates a new decorative. -
Decorative
Instantiates a new decorative.- 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.- Returns:
- the value
-
setValue
Sets the value.- Parameters:
value- the new value
-