Paper Office
paper-pptxAPI referenceaction

Hyperlink

paper-pptx 0.2.0 API reference

Represents a hyperlink action on a shape or text run.

Hyperlink(xPr: CT_NonVisualDrawingProps | CT_TextCharacterProperties, parent: BaseShape, hover: bool = False)

Attributes

address

attributeaddressstr | None

Read/write. The URL of the hyperlink.

URL can be on http, https, mailto, or file scheme; others may work. Returns None if no hyperlink is defined, including when another action such as RUN_MACRO is defined on the object. Assigning None removes any action defined on the object, whether it is a hyperlink action or not.

part

attributepartXmlPart

The package part containing this object.

On this page