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.

맨 위로