Translation:Hyperlink Page Item Source
From IDMLWiki
HyperlinkPageItemSource
ページオブジェクトと連動したハイパーリンクを設定します。
スキーマの例24 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属性の値 |
