ApiHyperlink
Represents the ApiHyperlink class.
Methods
Method | Returns | Description |
---|---|---|
GetClassType | "hyperlink" | Returns a type of the ApiHyperlink class. |
GetDisplayedText | string | Returns the hyperlink display text. |
GetElement | ParagraphContent | Returns the hyperlink element using the position specified. |
GetElementsCount | number | Returns a number of elements in the current hyperlink. |
GetLinkedText | string | Returns the hyperlink address. |
GetScreenTipText | string | Returns the screen tip text of the hyperlink. |
SetDefaultStyle | boolean | Sets the default hyperlink style. |
SetDisplayedText | boolean | Sets the hyperlink display text. |
SetLink | boolean | Sets the hyperlink address. |
SetScreenTipText | boolean | Sets the screen tip text of the hyperlink. |