public final class HyperlinkProperties extends StructuredElementProperties
Provides properties of the document's hyperlink element.
Constructor and Description |
---|
HyperlinkProperties()
Initializes a new instance of the
HyperlinkProperties class. |
HyperlinkProperties(String link)
Initializes a new instance of the
HyperlinkProperties class. |
Modifier and Type | Method and Description |
---|---|
String |
getLink()
Gets a URL of the hyperlink.
|
get_Item, getElementType, getSkipElement, isEmptyElement, setSkipElement
public HyperlinkProperties()
Initializes a new instance of the HyperlinkProperties
class.
public HyperlinkProperties(String link)
Initializes a new instance of the HyperlinkProperties
class.
link
- A URL of the hyperlink.public String getLink()
Gets a URL of the hyperlink.
Copyright © 2018. All rights reserved.