Class HyperlinkColor
java.lang.Object
com.independentsoft.office.drawing.extensions.HyperlinkColor
- All Implemented Interfaces:
IExtensionContent
Represents the hyperlink-color extension (
ahyp:hlinkClr) that specifies
how hyperlink text is colored, e.g. val="tx"
(uri {A12FA001-AC4F-418D-AE19-62706E023703}).-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new hyperlink color.HyperlinkColor(InternalXMLStreamReader reader)Instantiates a new hyperlink color. -
Method Summary
-
Field Details
-
NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
HyperlinkColor
public HyperlinkColor()Instantiates a new hyperlink color. -
HyperlinkColor
Instantiates a new hyperlink color.- 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
-