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