Translation:Section(10.2.7)

From IDMLWiki

Jump to: navigation, search

10.2.7 Section

InDesignドキュメントのページ範囲は、セクションで区切ることができます。Sectionプロパティはページ番号の設定をコントロールします。セクションについての詳細は、InDesignのオンラインヘルプを参照してください。

スキーマの例17 Section
  1. Section_Object = element Section {
  2.   attribute Self { xsd:string },
  3.   attribute Length { xsd:int }?,
  4.   attribute Name { xsd:string }?,
  5.   attribute PageNumberStyle{  PageNumberStyle_EnumValue }?,
  6.   attribute ContinueNumbering{  xsd:boolean }?,
  7.   attribute IncludeSectionPrefix{  xsd:boolean }?,
  8.   attribute PageNumberStart{  xsd:int {minInclusive="1" maxInclusive="999999"} }?,
  9.   attribute Marker { xsd:string }?,
  10.   attribute PageStart{  xsd:string }?,
  11.   attribute SectionPrefix{  xsd:string }?,
  12.   element Properties {
  13.     element Label { element KeyValuePair{  KeyValuePair_TypeDef}*
  14.     }?
  15.   }
  16.   ?
  17. }

Note:InDesignには、番号付けや相互参照に様々なやりかたがあります。セクション番号は特殊文字やテキスト変数、段落の自動番号と互いに影響しあいます。

表20 属性としてのSectionプロパティ
名前 必須 説明
ContinueNumbering boolean trueのとき、ドキュメン内の前のセクションからページ番号を継続する
IncludeSectionPrefix boolean trueのとき、SectionPrefix属性の値を含む
Length int セクションのページ数
Marker string セクションマーカー
Name string セクション名
PageNumberStart int セクションのページ番号開始値 1-999999
PageNumberStyle PageNumber_EnumValue ページ番号のスタイル。UpperRoman、LowerRoman、UpperLetters、LowerLetters、Arabic、Kanji、DoubleLeadingZeros、TripleLeadingZeros、ArabicAlifBaTah、ArabicAbjad、HebrewBiblicalまたはHebrewNonStandard
PageStart string セクションを開始するページへの参照(<Page>エレメントのSelf属性の値)
SectionPrefix string セクションプレフィックス
Personal tools