From IDMLWiki
HyperlinkExternalPageDestination
ハイパーリンク先に、他のドキュメントのページを指定します。
スキーマの例35 HyperlinkExternalPageDestination
HyperlinkExternalPageDestination_Object = element HyperlinkExternalPageDestination
{ attribute Self { xsd:string }, attribute DestinationUniqueKey{ xsd:int }?, attribute Name { xsd:string }?, attribute DocumentPath{ xsd:string }?, attribute DestinationPageIndex{ xsd:int {minInclusive="1" maxInclusive="9999"} }?, attribute ViewSetting{ HyperlinkDestinationPageSetting_EnumValue}?, attribute ViewPercentage{ xsd:double {minInclusive="5" maxInclusive="4000"} }?, attribute Hidden { xsd:boolean }?, element Properties { element ViewBounds{ UnitRectangleBoundsType_TypeDef }?& element Label { element KeyValuePair{ KeyValuePair_TypeDef }* }?
}
?
}
表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のときのみ有効 |