Translation5:Hyperlink Page Item Source
From IDMLWiki
HyperlinkPageItemSource
ページオブジェクトと連動したハイパーリンクを設定します。
スキーマの例36 HyperlinkPageItemSource
HyperlinkPageItemSource_Object = element HyperlinkPageItemSource{
attribute Self { xsd:string },
attribute Name { xsd:string }?,
attribute SourcePageItem{ xsd:string },
attribute Hidden { xsd:boolean }?,
element Properties {element Label { element KeyValuePair{ KeyValuePair_TypeDef }*
}?
}?}
| 名前 | 値 | 必須 | 説明 |
|---|---|---|---|
| Name | string | ○ | ハイパーリンク先の名前 |
| Hidden | boolean | trueのとき、書き出されたPDFでハイパーリンク元が表示されない | |
| SourcePageItem | string | ○ | 参照するページオブジェクト。Self属性の値 |
IDMLの例13 Hyperlink
<HyperlinkURLDestination Self="HyperlinkURLDestination/adobe.com"DestinationUniqueKey="1" Name="adobe.com" DestinationURL="http://www.adobe.com"Hidden="false"/><Hyperlink Self="ufb" Name="website" Source="uf8" Visible="false" Highlight="None"Width="Thin" BorderStyle="Solid" Hidden="false" DestinationUniqueKey="1"><Properties><BorderColor type="enumeration">Black</BorderColor>
<Destination type="object">HyperlinkURLDestination/adobe.com</Destination>
</Properties></Hyperlink>
