Hyperlink Object Members
Publisher Developer Reference |
Represents a hyperlink. The Hyperlink object is a member of the Hyperlinks collection and the Shape and ShapeRange objects.
Methods
Name | Description | |
---|---|---|
Delete | Deletes the specified object. | |
Move | Moves the specified page to the specified index in the Pages collection. | |
SetPageRelative | Sets the target type for the specified hyperlink. |
Properties
Name | Description | |
---|---|---|
Address | Returns or sets a String that represents the URL address for a hyperlink. Read/write. | |
Application | Used without an object qualifier, this property returns an Application object that represents the current instance of Publisher. Used with an object qualifier, this property returns an Application object that represents the creator of the specified object. When used with an OLE Automation object, it returns the object's application. | |
EmailSubject | Sets or returns a String that represents the subject for e-mail messages generated to process Web form data. Read/write. | |
PageID | Returns or sets a Long indicating the page in the publication that is the destination for the specified hyperlink. Read/write. | |
Parent | Returns an object that represents the parent object of the specified object. For example, for a TextFrame object, returns a Shape object representing the parent shape of the text frame. Read-only. | |
Range | Returns a TextRange object representing the base text to which the specified hyperlink has been applied. | |
Shape | Returns a Shape object that represents the shape associated with a hyperlink. | |
TargetType | Returns a PbHlinkTargetType constant that represents the type of hyperlink. Read-only. | |
TextToDisplay | Returns or sets a String that represents the text displayed for a hyperlink. Read/write. | |
Type | Returns an MsoHyperlinkType constant that represents the hyperlink type. Read-only. |