Translation:Hyperlink URLDestination
From IDMLWiki
HyperlinkURLDestination
ハイパーリンク先に、webのアドレスを指定します。
スキーマの例22 HyperlinkURLDestination
HyperlinkURLDestination_Object = element HyperlinkURLDestination{
attribute Self { xsd:string },
attribute Name { xsd:string }?,
attribute DestinationURL{ xsd:string }?,
attribute Hidden { xsd:boolean }?,
attribute DestinationUniqueKey{ xsd:int }?,
element Properties {element Label { element KeyValuePair{ KeyValuePair_TypeDef }*
}?
}?}
| 名前 | 値 | 必須 | 説明 |
|---|---|---|---|
| DestinationUniqueKey | int | ハイパーリンク先のURLを指定するユニークなキー | |
| DestinationURL | string | ハイパーリンク先のURL | |
| Name | string | ハイパーリンク先のURLの名前 | |
| Hidden | boolean | trueのとき、書き出されたPDFでハイパーリンクが表示されない |
