Translation:Bookmark

From IDMLWiki

Jump to: navigation, search

10.2.10 Bookmark

InDesignドキュメントで、書き出したPDFのしおりの設定をすることができます。

スキーマの例25 Bookmark
  1. Bookmark_Object = element Bookmark {
  2.   attribute Self { xsd:string },
  3.   attribute Name { xsd:string }?,
  4.   attribute Destination { xsd:string },
  5.   element Properties {
  6.     element Label { element KeyValuePair{  KeyValuePair_TypeDef }*
  7.     }?
  8.   }
  9.   ?
  10.   ,
  11. (
  12.   Bookmark_Object*
  13. )
  14. }
表30 属性としてのBookmarkプロパティ
名前 必須 説明
Destination string しおりの設定先。<Page>エレメントのSelf属性
Name string しおりの名前
Personal tools