Translation:Hyperlink URLDestination

From IDMLWiki

Jump to: navigation, search
HyperlinkURLDestination

ハイパーリンク先に、webのアドレスを指定します。

スキーマの例22 HyperlinkURLDestination
  1. HyperlinkURLDestination_Object = element HyperlinkURLDestination{ 
  2.   attribute Self { xsd:string },
  3.   attribute Name { xsd:string }?,
  4.   attribute DestinationURL{  xsd:string }?,
  5.   attribute Hidden { xsd:boolean }?,
  6.   attribute DestinationUniqueKey{  xsd:int }?,
  7.   element Properties {
  8.     element Label { element KeyValuePair{  KeyValuePair_TypeDef }*
  9.     }?
  10.   }
  11.   ?
  12. }
表26 属性としてのHyperlinkURLDestination
名前 必須 説明
DestinationUniqueKey int ハイパーリンク先のURLを指定するユニークなキー
DestinationURL string ハイパーリンク先のURL
Name string ハイパーリンク先のURLの名前
Hidden boolean trueのとき、書き出されたPDFでハイパーリンクが表示されない
Personal tools