<hlinkClick> (Click Hyperlink)

Specifies the on-click hyperlink information to be applied to a run of text. When the hyperlink text is clicked the link will be fetched.

example:
<p:txBody><a:p>
    <a:r>
      <a:rPr …>
        <a:hlinkClick r:id="rId2" tooltip="Some Sample Text"/>
      </a:rPr><a:t>Sample Text</a:t></a:r>
  </a:p></p:txBody>

The above run of text will be a hyperlink that points to the resource pointed at by rId2 within this slides relationship file. Additionally this text should display a tooltip when the mouse is hovered over the run of text. ]

Parent Elements

<cNvPr>5.2.2.3); <cNvPr>5.8.2.7); <cNvPr>4.4.1.12); <cNvPr>5.6.2.8); <cNvPr>5.1.2.1.8); <defRPr>5.1.5.3.2); <docPr>5.5.2.5); <endParaRPr>5.1.5.2.3); <rPr>5.1.5.3.9)

Child Elements

Subclause

<extLst> (Extension List)

§5.1.2.1.15

<snd> (Hyperlink Sound)

§5.1.2.1.32

Attributes

Description

<action> (Action Setting)

Specifies an action that is to be taken when this hyperlink is activated. This may be used to specify a slide to be navigated to or a script of code to be run.

The possible values for this attribute are defined by the XML Schema string datatype.

<endSnd> (End Sounds)

Specifies if the URL in question should stop all sounds that are playing when it is clicked.

The possible values for this attribute are defined by the XML Schema boolean datatype.

<highlightClick> (Highlight Click)

Specifies if this attribute has already been used within this document. That is when a hyperlink has already been visited that this attribute would be utilized so the generating application may determine the color of this text. If this attribute is omitted, then a value of 0 or false is implied.

The possible values for this attribute are defined by the XML Schema boolean datatype.

<history> (Add Hyperlink to Page History)

Specifies whether to add this URI to the history when navigating to it. This allows for the viewing of this presentation without the storing of history information on the viewing machine. If this attribute is omitted, then a value of 1, or true is assumed.

The possible values for this attribute are defined by the XML Schema boolean datatype.

<id> (Drawing Object Hyperlink Target)

Namespace: .../officeDocument/2006/relationships

Specifies the relationship id that when looked up in this slides relationship file will contain the target of this hyperlink. This attribute cannot be omitted.

The possible values for this attribute are defined by the ST_RelationshipId simple type (§7.8.2.1).

<invalidUrl> (Invalid URL)

Specifies the URL when it has been determined by the generating application that the URL is invalid. That is the generating application may still store the URL but it is known that this URL is not correct.

The possible values for this attribute are defined by the XML Schema string datatype.

<tgtFrame> (Target Frame)

Specifies the target frame that is to be used when opening this hyperlink. When the hyperlink is activated this attribute will be used to determine if a new window must be launched for viewing or if an existing one may be used. If this attribute is omitted, than a new window will be opened.

The possible values for this attribute are defined by the XML Schema string datatype.

<tooltip> (Hyperlink Tooltip)

Specifies the tooltip that should be displayed when the hyperlink text is hovered over with the mouse. If this attribute is omitted, than the hyperlink text itself may be displayed.

The possible values for this attribute are defined by the XML Schema string datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Hyperlink">
	<sequence>
	<element name="snd" type="CT_EmbeddedWAVAudioFile" minOccurs="0" maxOccurs="1"/>
	<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
	<attribute ref="r:id" use="optional"/>
	<attribute name="invalidUrl" type="xsd:string" use="optional" default=""/>
	<attribute name="action" type="xsd:string" use="optional" default=""/>
	<attribute name="tgtFrame" type="xsd:string" use="optional" default=""/>
	<attribute name="tooltip" type="xsd:string" use="optional" default=""/>
	<attribute name="history" type="xsd:boolean" use="optional" default="true"/>
	<attribute name="highlightClick" type="xsd:boolean" use="optional" default="false"/>
	<attribute name="endSnd" type="xsd:boolean" use="optional" default="false"/>
</complexType>