Translation5:Hyperlink External Page Destination

From IDMLWiki

Jump to: navigation, search
HyperlinkExternalPageDestination

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

スキーマの例35 HyperlinkExternalPageDestination
  1. HyperlinkExternalPageDestination_Object = element HyperlinkExternalPageDestination
  2. { 
  3.   attribute Self { xsd:string },
  4.   attribute DestinationUniqueKey{  xsd:int }?,
  5.   attribute Name { xsd:string }?,
  6.   attribute DocumentPath{  xsd:string }?,
  7.   attribute DestinationPageIndex{  xsd:int {minInclusive="1" maxInclusive="9999"} }?,
  8.   attribute ViewSetting{  HyperlinkDestinationPageSetting_EnumValue}?,
  9.   attribute ViewPercentage{  xsd:double {minInclusive="5" maxInclusive="4000"} }?,
  10.   attribute Hidden { xsd:boolean }?,
  11.   element Properties {
  12.     element ViewBounds{  UnitRectangleBoundsType_TypeDef }?&
  13.     element Label { element KeyValuePair{  KeyValuePair_TypeDef }*
  14.     }?
  15.   }
  16.   ?
  17. }
表46 属性としてのHyperlinkExternalPageDestinationプロパティ
名前 必須 説明
DestinationPageIndex int リンク先ドキュメントの、ページのインデックス。1-9999
DocumentPath string ハイパーリンク先ドキュメントへのパス
DestinationUniqueKey int ハイパーリンク先のページを指定するユニークなキー
Name string ハイパーリンク先の外部ドキュメントのページの名前
ViewSetting HyperlinkDestinationPageSetting_EnumValue ハイパーリンクコンテンツの表示方法。Fixed、FitView、FitWindow、FitWidth、FitHeight、FitVisibleまたはInheritZoom
ViewPercentage double 表示倍率。ViewSetting属性がFixedのときのみ有効
表47 エレメントとしてのHyperlinkExternalPageDestinationプロパティ
名前 必須 説明
ViewBounds 4つのdouble [y1,x1,y2,x2]で設定される矩形。Note:ViewSetting属性がFixedのときのみ有効
Personal tools