Hyperlink class
Contents
[
Hide
]Hyperlink class
Represents a hyperlink.
Inheritance:Hyperlink
→ PVIObject
The Hyperlink type exposes the following members:
Constructors
Constructor | Description |
---|---|
__init__ | Creates an instance of a hyperlink. |
__init__ | Creates an instance of a hyperlink which points to specific slide. Note: created hyperlink should be assigned to some object from the same presentation, otherwise link will be saved as NoAction. |
__init__ | Creates an instance of a hyperlink using another hyperlink as source, overriding secondary properties. |
Properties
Property | Description |
---|---|
no_action | Returns a special “do nothing” hyperlink. Read-only Hyperlink . |
media | Returns a special “play mediafile” hyperlink. Used in AudioFrame and VideoFrame. Read-only Hyperlink . |
next_slide | Returns a hyperlink to the next slide. Read-only Hyperlink . |
previous_slide | Returns a hyperlink to the previous slide. Read-only Hyperlink . |
first_slide | Returns a hyperlink to the first slide of the presentation. Read-only Hyperlink . |
last_slide | Returns a hyperlink to the last slide of the presentation. Read-only Hyperlink . |
last_vieved_slide | Returns a hyperlink to the last viewed slide. Read-only Hyperlink . |
end_show | Returns a hyperlink which ends the show. Read-only Hyperlink . |
action_type | Returns type of Hyperlink’s action. Read-only HyperlinkActionType . |
external_url | Specifies the external URL. Read-only str. |
target_slide | If the Hyperlink targets specific slide returns this slide. Read-only ISlide . |
external_url_original | Represents a hyperlink that is set for this portion without regard to the actual content of the portion. PowerPoint behaves specifically for links and their corresponding text in a portion. It allows to create text for the hyperlink in the form of a valid URL, different from the real address of the link. In this case, when you view the link in the edit window, it will be changed to match the text portion. This property represents the original value of the hyperlink. |
target_frame | Returns the frame within the parent HTML frameset for the target of the parent hyperlink when one exists. Read/wite str. |
tooltip | Returns the string which may be surfaced in a user interface as associated with the parent hyperlink. Read/write str. |
history | Determines whether the target of the parent hyperlink shall be added to a list of viewed hyperlinks when it is invoked. Read/write bool. |
highlight_click | Determines whether the hyperlink should be highlighted on click. Read/write bool. |
stop_sound_on_click | Determines whether the sound should be stopped on hyperlink click. Read/write bool. |
sound | Represents the playing sound of the hyperlink. Read/write IAudio . |
color_source | Represents the source of hyperlink color - either styles or portion format. Read/write HyperlinkColorSource . |
slide | |
presentation |
Methods
Method | Description |
---|---|
equals | Determines whether the two Hyperlink instances are equal. |
See Also
- class
Hyperlink
- class
PVIObject
- module
aspose.slides
- library
Aspose.Slides