MCPcopy Create free account
hub / github.com/scanny/python-pptx / CT_Hyperlink

Class CT_Hyperlink

tests/oxml/unitdata/text.py:8–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8class CT_Hyperlink(BaseBuilder):
9 __tag__ = "a:hlinkClick"
10 __nspfxs__ = ("a", "r")
11 __attrs__ = (
12 "r:id",
13 "invalidUrl",
14 "action",
15 "tgtFrame",
16 "tooltip",
17 "history",
18 "highlightClick",
19 "endSnd",
20 )
21
22 def with_rId(self, rId):
23 self._set_xmlattr("r:id", rId)
24 return self
25
26
27class CT_RegularTextRunBuilder(BaseBuilder):

Callers 1

an_hlinkClickFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…