hyperlinks
하이퍼링크 컬렉션.
노트
API 시그니처와 docstring 은 Python 소스에서 자동 생성되어 영문으로 표시됩니다.
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.