Translation:Hyperlink Page Destination

From IDMLWiki

Jump to: navigation, search
HyperlinkPageDestination

ハイパーリンク先に、ドキュメント中のページを指定します。

スキーマの例21 HyperlinkPageDestination
  1. HyperlinkPageDestination_Object = element HyperlinkPageDestination{ 
  2.   attribute Self { xsd:string },
  3.   attribute Name { xsd:string }?,
  4.   attribute NameManually{  xsd:boolean }?,
  5.   attribute DestinationPage{  xsd:string }?,
  6.   attribute ViewSetting{  HyperlinkDestinationPageSetting_EnumValue }?,
  7.   attribute ViewPercentage{  xsd:double {minInclusive="5" maxInclusive="4000"} }?,
  8.   attribute Hidden { xsd:boolean }?,
  9.   attribute DestinationUniqueKey{  xsd:int }?,
  10.   HyperlinkPageDestelement Properties {
  11.     element ViewBounds{  UnitRectangleBoundsType_TypeDef }?&
  12.     element Label { element KeyValuePair{  KeyValuePair_TypeDef }*
  13.     }?
  14.   }
  15.   ?
  16. }
表24 属性としてのHyperlinkPageDestinationプロパティ
名前 必須 説明
DestinationPage string ハイパーリンク先のページ
DestinationUniqueKey int ハイパーリンク先を指定するユニークなキー
Hidden boolean trueのとき、書き出されたPDFでハイパーリンクが表示されない
Name string ハイパーリンク先のページの名前
NameManually boolean trueのとき、ハイパーリンク先のページ名が自動で付けられる
ViewPercentage double 表示倍率。ViewSetting属性がFixedのときのみ有効
ViewSetting HyperlinkDestinationPageSetting_EnumValue ハイパーリンクコンテンツの表示方法。Fixed、FitView、FitWindow、FitWidth、FitHeight、FitVisibleまたはInheritZoom
表25 エレメントとしてのHyperlinkPageDestinationプロパティ
名前 必須 説明
ViewBounds UnitRectangleBoundsType_TypeDef [y1,x1,y2,x2]で設定される矩形。Note:ViewSetting属性がFixedのときのみ有効
Personal tools