Translation:Hyperlink External Page Destination

From IDMLWiki

Jump to: navigation, search
HyperlinkExternalPageDestination

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

スキーマの例23 HyperlinkExternalPageDestination
  1. HyperlinkExternalPageDestination_Object = element
  2. HyperlinkExternalPageDestination{ 
  3.   attribute Self { xsd:string },
  4.   attribute Name { xsd:string }?,
  5.   attribute DocumentPath{  xsd:string }?,
  6.   attribute DestinationPageIndex{  xsd:int {minInclusive="1"
  7.   maxInclusive="9999"} }?,
  8.   attribute ViewSetting{  HyperlinkDestinationPageSetting_EnumValue}?,
  9.   attribute ViewPercentage{  xsd:double {minInclusive="5" maxInclusive="4000"} }?,
  10.   attribute Hidden { xsd:boolean }?,
  11.   attribute DestinationUniqueKey{  xsd:int }?,
  12.   element Properties {
  13.     element ViewBounds{  UnitRectangleBoundsType_TypeDef }?&
  14.     element Label { element KeyValuePair{  KeyValuePair_TypeDef }*
  15.     }?
  16.   }
  17.   ?
  18. }
表27 属性としての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のときのみ有効
表28 エレメントとしてのHyperlinkExternalPageDestinationプロパティ
名前 必須 説明
ViewBounds UnitRectangleBoundsType_TypeDef [y1,x1,y2,x2]で設定される矩形。Note:ViewSetting属性がFixedのときのみ有効
Personal tools