HyperlinkQueries
HyperlinkQueries class
Provide easy access to contained hyperlinks.
getAnyHyperlinks
| Name | Description |
|---|---|
| getAnyHyperlinks () | Get all IHyperlinkContainer subobjects that contain not null HyperlinkMouseOver. With given IHyperlinkContainer object you can manage its hyperlink (read, update or remove). See IHyperlinkContainer interface. |
Returns: BehaviorPropertyCollection, Collection, List, ReadOnlyCollection, KeyedCollection
getHyperlinkClicks
| Name | Description |
|---|---|
| getHyperlinkClicks () | Get all IHyperlinkContainer subobjects that contain not null HyperlinkClick. With given IHyperlinkContainer object you can manage its hyperlink (read, update or remove). See IHyperlinkContainer interface. |
Returns: BehaviorPropertyCollection, Collection, List, ReadOnlyCollection, KeyedCollection
getHyperlinkMouseOvers
| Name | Description |
|---|---|
| getHyperlinkMouseOvers () | Get all IHyperlinkContainer subobjects that contain not null HyperlinkMouseOver. With given IHyperlinkContainer object you can manage its hyperlink (read, update or remove). See IHyperlinkContainer interface. |
Returns: BehaviorPropertyCollection, Collection, List, ReadOnlyCollection, KeyedCollection
removeAllHyperlinks
| Name | Description |
|---|---|
| removeAllHyperlinks () | Removes all contained HyperlinkClick and HyperlinkMouseOver hyperlinks (in all IHyperlinkContainer subobjects). |