Class RecolorImage
java.lang.Object
com.independentsoft.office.drawing.extensions.RecolorImage
- All Implemented Interfaces:
IExtensionContent
Represents the diagram recolor-image extension (
dgm14:recolorImg) that
indicates whether images inside a SmartArt diagram are recolored
(uri {C62137D5-CB1D-491B-B009-E17868A290BF}).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new recolor image.RecolorImage(InternalXMLStreamReader reader)Instantiates a new recolor image. -
Method Summary
-
Field Details
-
NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
RecolorImage
public RecolorImage()Instantiates a new recolor image. -
RecolorImage
Instantiates a new recolor image.- 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
-