hyperlinks
Hyperlink collection.
hyperlinks.HyperlinkCollection
collections.hyperlinks.HyperlinkCollection(app)doc.hyperlinks โ collection of hyperlink controls.
Iteration yields :class:Hyperlink value objects extracted from the HeadCtrl chain. Named subscript matches on link text; ordinal subscript returns the nth link in document order.
Methods
| Name | Description |
|---|---|
| add | Insert a hyperlink at the current cursor position. |
| names | Link-display-text values, document order. |
add
collections.hyperlinks.HyperlinkCollection.add(text, url)Insert a hyperlink at the current cursor position.
names
collections.hyperlinks.HyperlinkCollection.names()Link-display-text values, document order.
hyperlinks.Hyperlink
collections.hyperlinks.Hyperlink(text, url)Value object for a single hyperlink.