From IDMLWiki
ハイパーリンク先テキスト
ハイパーリンク先テキストは、ハイパーリンクのターゲットの1つです。
スキーマの例51 HyperlinkTextDestination
HyperlinkTextDestination_Object = element HyperlinkTextDestination { attribute Self { xsd:string }, attribute Name { xsd:string }?, attribute Hidden { xsd:boolean }?, attribute DestinationUniqueKey { xsd:int }?, element Properties { element Label { element KeyValuePair { KeyValuePair_TypeDef }* }?
}
?
}
表60 属性としてのHyperlinkTextDestinationプロパティ
| 名前 |
値 |
必須 |
説明 |
| DestinationUniqueKey |
int |
|
ハイパーリンク先テキストのユニークなID |
| Hidden |
boolean |
|
trueのとき、ハイパーリンク先テキストは表示されない |
| Name |
string |
|
ハイパーリンク先テキストの名前 |
IDMLの例49 HyperlinkTextDestination
<Story Self="uc8">
<ParagraphStyleRange AppliedParagraphStyle= "ParagraphStyle/$ID/NormalParagraphStyle">
<CharacterStyleRange AppliedCharacterStyle= "CharacterStyle/$ID/[No character style]">
<Content>This is a </Content>
<HyperlinkTextDestination Self="ue5" Name="hyperlink text destination" Hidden="false" DestinationUniqueKey="1"/>
<HyperlinkTextSource Self="u104" Name="Hyperlink 1" Hidden="false" AppliedCharacterStyle="n">
<Content>hyperlink text destination</Content>
</HyperlinkTextSource>
<Content>.</Content>
<Br/>
</CharacterStyleRange>
</ParagraphStyleRange>
</Story>
図41 ハイパーリンク先テキスト