Translation:Tables

From IDMLWiki

Jump to: navigation, search

Contents

InDesignの表は、行、列、セルとセル内のテキスト、配置画像、または入れ子の表でできています。IDMLでは、<Table>エレメントには<Row>エレメント、<Column>エレメントと<Cell>エレメントが含まれ、それぞれ他のエレメントを含むことができます。InDesignの表についての詳細は、オンラインヘルプを参照してください。

スキーマの例45 Table
  1. Table_Object = element Table {
  2.   attribute Self { xsd:string },
  3.   attribute HeaderRowCount{  xsd:int {minInclusive="0" maxInclusive="25"} }?,
  4.   attribute FooterRowCount{  xsd:int {minInclusive="0" maxInclusive="25"} }?,
  5.   attribute TopBorderStrokeWeight{  xsd:double }?,
  6.   attribute TopBorderStrokeType{  xsd:string }?,
  7.   attribute TopBorderStrokeColor{  xsd:string }?,
  8.   attribute TopBorderStrokeTint{  xsd:double }?,
  9.   attribute TopBorderStrokeOverprint{  xsd:boolean }?,
  10.   attribute TopBorderStrokeGapColor{  xsd:string }?,
  11.   attribute TopBorderStrokeGapTint{  xsd:double }?,
  12.   attribute TopBorderStrokeGapOverprint{  xsd:boolean }?,
  13.   attribute LeftBorderStrokeWeight{  xsd:double }?,
  14.   attribute LeftBorderStrokeType{  xsd:string }?,
  15.   attribute LeftBorderStrokeColor{  xsd:string }?,
  16.   attribute LeftBorderStrokeTint{  xsd:double }?,
  17.   attribute LeftBorderStrokeOverprint{  xsd:boolean }?,
  18.   attribute LeftBorderStrokeGapColor{  xsd:string }?,
  19.   attribute LeftBorderStrokeGapTint{  xsd:double }?,
  20.   attribute LeftBorderStrokeGapOverprint{  xsd:boolean }?,
  21.   attribute BottomBorderStrokeWeight{  xsd:double }?,
  22.   attribute BottomBorderStrokeType{  xsd:string }?,
  23.   attribute BottomBorderStrokeColor{  xsd:string }?,
  24.   attribute BottomBorderStrokeTint{  xsd:double }?,
  25.   attribute BottomBorderStrokeOverprint{  xsd:boolean }?,
  26.   attribute BottomBorderStrokeGapColor{  xsd:string }?,
  27.   attribute BottomBorderStrokeGapTint{  xsd:double }?,
  28.   attribute BottomBorderStrokeGapOverprint{  xsd:boolean }?,
  29.   attribute RightBorderStrokeWeight{  xsd:double }?,
  30.   attribute RightBorderStrokeType{  xsd:string }?,
  31.   attribute RightBorderStrokeColor{  xsd:string }?,
  32.   attribute RightBorderStrokeTint{  xsd:double }?,
  33.   attribute RightBorderStrokeOverprint{  xsd:boolean }?,
  34.   attribute RightBorderStrokeGapColor{  xsd:string }?,
  35.   attribute RightBorderStrokeGapTint{  xsd:double }?,
  36.   attribute RightBorderStrokeGapOverprint{  xsd:boolean }?,
  37.   attribute SpaceBefore{  xsd:double }?,
  38.   attribute SpaceAfter{  xsd:double }?,
  39.   attribute SkipFirstAlternatingStrokeRows{  xsd:int }?,
  40.   attribute SkipLastAlternatingStrokeRows{  xsd:int }?,
  41.   attribute StartRowStrokeCount{  xsd:int }?,
  42.   attribute StartRowStrokeColor{  xsd:string }?,
  43.   attribute StartRowStrokeWeight{  xsd:double }?,
  44.   attribute StartRowStrokeType{  xsd:string }?,
  45.   attribute StartRowStrokeTint{  xsd:double }?,
  46.   attribute StartRowStrokeGapOverprint{  xsd:boolean }?,
  47.   attribute StartRowStrokeGapColor{  xsd:string }?,
  48.   attribute StartRowStrokeGapTint{  xsd:double }?,
  49.   attribute StartRowStrokeOverprint{  xsd:boolean }?,
  50.   attribute EndRowStrokeCount{  xsd:int }?,
  51.   attribute EndRowStrokeColor{  xsd:string }?,
  52.   attribute EndRowStrokeWeight{  xsd:double }?,
  53.   attribute EndRowStrokeType{  xsd:string }?,
  54.   attribute EndRowStrokeTint{  xsd:double }?,
  55.   attribute EndRowStrokeOverprint{  xsd:boolean }?,
  56.   attribute EndRowStrokeGapColor{  xsd:string }?,
  57.   attribute EndRowStrokeGapTint{  xsd:double }?,
  58.   attribute EndRowStrokeGapOverprint{  xsd:boolean }?,
  59.   attribute SkipFirstAlternatingStrokeColumns{  xsd:int }?,
  60.   attribute SkipLastAlternatingStrokeColumns{  xsd:int }?,
  61.   attribute StartColumnStrokeCount{  xsd:int }?,
  62.   attribute StartColumnStrokeColor{  xsd:string }?,
  63.   attribute StartColumnStrokeWeight{  xsd:double }?,
  64.   attribute StartColumnStrokeType{  xsd:string }?,
  65.   attribute StartColumnStrokeTint{  xsd:double }?,
  66.   attribute StartColumnStrokeOverprint{  xsd:boolean }?,
  67.   attribute StartColumnStrokeGapColor{  xsd:string }?,
  68.   attribute StartColumnStrokeGapTint{  xsd:double }?,
  69.   attribute StartColumnStrokeGapOverprint{  xsd:boolean }?,
  70.   attribute EndColumnStrokeCount{  xsd:int }?,
  71.   attribute EndColumnStrokeColor{  xsd:string }?,
  72.   attribute EndColumnStrokeWeight{  xsd:double }?,
  73.   attribute EndColumnLineStyle{  xsd:string }?,
  74.   attribute EndColumnStrokeTint{  xsd:double }?,
  75.   attribute EndColumnStrokeOverprint{  xsd:boolean }?,
  76.   attribute EndColumnStrokeGapColor{  xsd:string }?,
  77.   attribute EndColumnStrokeGapTint{  xsd:double }?,
  78.   attribute EndColumnStrokeGapOverprint{  xsd:boolean }?,
  79.   attribute ColumnFillsPriority{  xsd:boolean }?,
  80.   attribute SkipFirstAlternatingFillRows{  xsd:int }?,
  81.   attribute SkipLastAlternatingFillRows{  xsd:int }?,
  82.   attribute StartRowFillColor{  xsd:string }?,
  83.   attribute StartRowFillCount{  xsd:int }?,
  84.   attribute StartRowFillTint{  xsd:double }?,
  85.   attribute StartRowFillOverprint{  xsd:boolean }?,
  86.   attribute EndRowFillCount{  xsd:int }?,
  87.   attribute EndRowFillColor{  xsd:string }?,
  88.   attribute EndRowFillTint{  xsd:double }?,
  89.   attribute EndRowFillOverprint{  xsd:boolean }?,
  90.   attribute SkipFirstAlternatingFillColumns{  xsd:int }?,
  91.   attribute SkipLastAlternatingFillColumns{  xsd:int }?,
  92.   attribute StartColumnFillCount{  xsd:int }?,
  93.   attribute StartColumnFillColor{  xsd:string }?,
  94.   attribute StartColumnFillTint{  xsd:double }?,
  95.   attribute StartColumnFillOverprint{  xsd:boolean }?,
  96.   attribute EndColumnFillCount{  xsd:int }?,
  97.   attribute EndColumnFillColor{  xsd:string }?,
  98.   attribute EndColumnFillTint{  xsd:double }?,
  99.   attribute EndColumnFillOverprint{  xsd:boolean }?,
  100.   attribute BreakHeaders{  HeaderFooterBreakTypes_EnumValue }?,
  101.   attribute BreakFooters{  HeaderFooterBreakTypes_EnumValue }?,
  102.   attribute SkipFirstHeader{  xsd:boolean }?,
  103.   attribute SkipLastFooter{  xsd:boolean }?,
  104.   attribute StrokeOrder{  StrokeOrderTypes_EnumValue }?,
  105.   attribute DefaultRowStrokeWeight{  xsd:double }?,
  106.   attribute DefaultRowStrokeType{  xsd:string }?,
  107.   attribute DefaultRowStrokeColor{  xsd:string }?,
  108.   attribute DefaultRowStrokeTint{  xsd:double }?,
  109.   attribute DefaultRowStrokeOverprint{  xsd:boolean }?,
  110.   attribute DefaultRowStrokeGapColor{  xsd:string }?,
  111.   attribute DefaultRowStrokeGapTint{  xsd:double }?,
  112.   attribute DefaultRowStrokeGapOverprint{  xsd:boolean }?,
  113.   attribute DefaultColumnStrokeWeight{  xsd:double }?,
  114.   attribute DefaultColumnStrokeType{  xsd:string }?,
  115.   attribute DefaultColumnStrokeColor{  xsd:string }?,
  116.   attribute DefaultColumnStrokeTint{  xsd:double }?,
  117.   attribute DefaultColumnStrokeOverprint{  xsd:boolean }?,
  118.   attribute DefaultColumnStrokeGapColor{  xsd:string }?,
  119.   attribute DefaultColumnStrokeGapTint{  xsd:double }?,
  120.   attribute DefaultColumnStrokeGapOverprint{  xsd:boolean }?,
  121.   attribute TopInset{  xsd:double }?,
  122.   attribute LeftInset{  xsd:double }?,
  123.   attribute BottomInset{  xsd:double }?,
  124.   attribute RightInset{  xsd:double }?,
  125.   attribute FillColor{  xsd:string }?,
  126.   attribute FillTint{  xsd:double }?,
  127.   attribute OverprintFill{  xsd:boolean }?,
  128.   attribute TopLeftDiagonalLine{  xsd:boolean }?,
  129.   attribute TopRightDiagonalLine{  xsd:boolean }?,
  130.   attribute DiagonalLineInFront{  xsd:boolean }?,
  131.   attribute DiagonalLineStrokeWeight{  xsd:double }?,
  132.   attribute DiagonalLineStrokeType{  xsd:string }?,
  133.   attribute DiagonalLineStrokeColor{  xsd:string }?,
  134.   attribute DiagonalLineStrokeTint{  xsd:double }?,
  135.   attribute DiagonalLineStrokeOverprint{  xsd:boolean }?,
  136.   attribute DiagonalLineStrokeGapColor{  xsd:string }?,
  137.   attribute DiagonalLineStrokeGapTint{  xsd:double }?,
  138.   attribute DiagonalLineStrokeGapOverprint{  xsd:boolean }?,
  139.   attribute ClipContentToCell{  xsd:boolean }?,
  140.   attribute FirstBaselineOffset{  FirstBaseline_EnumValue }?,
  141.   attribute VerticalJustification{  VerticalJustification_EnumValue }?,
  142.   attribute ParagraphSpacingLimit{  xsd:double }?,
  143.   attribute MinimumFirstBaselineOffset{  xsd:double {minInclusive="0" maxInclusive="8640"} }?,
  144.   attribute RotationAngle{  xsd:double }?,
  145.   attribute WritingDirection{  xsd:boolean }?,
  146.   attribute MinimumHeight{  xsd:double }?,
  147.   attribute MaximumHeight{  xsd:double }?,
  148.   attribute KeepWithNextRow{  xsd:boolean }?,
  149.   attribute StartRow{  StartParagraph_EnumValue }?,
  150.   attribute AutoGrow{  xsd:boolean }?,
  151.   attribute BodyRowCount{  xsd:int {minInclusive="1" maxInclusive="10000"} }?,
  152.   attribute ColumnCount{  xsd:int {minInclusive="1" maxInclusive="200"} }?,
  153.   attribute SingleRowHeight{  xsd:double }?,
  154.   attribute SingleColumnWidth{  xsd:double }?,
  155.   attribute AppliedTableStyle{  xsd:string }?,
  156.   attribute TableDirection{  TableDirection_EnumValue }?,
  157.   attribute DisplayCollapsed{  xsd:boolean }?,
  158.   attribute DisplayOrder{  DisplayOrderOptions_EnumValue }?,
  159.   element Properties {
  160.     element Label { element KeyValuePair{  KeyValuePair_TypeDef }*
  161.     }?
  162.   }
  163.   ?
  164.   ,
  165. (
  166.   Cell_Object*&
  167.   Row_Object*&
  168.   Column_Object*
  169. )
  170. }
表53 属性としてのTableプロパティ
名前 必須 説明
AppliedTableStyle string 表スタイル
AutoGrow boolean trueのとき、セルの高さを内容に合わせる
BodyRowCount int 本文行数
BottomBorderStrokeColor string 下境界線のカラー。スウォッチ(カラー、グラデーション、濃淡または混合インキ)で指定
BottomBorderStorkeGapColor string 下境界線の間隔のカラー。スウォッチ(カラー、グラデーション、濃淡または混合インキ)で指定。Note:下境界線がベタ以外のときのみ
BottomBorderStrokeGapOverprint boolean trueのとき、下境界線の間隔オーバープリントはオン。Note:下境界線がベタ以外のときのみ
BottomBorderStrokeGapTint double 下境界線の間隔の濃淡(0-100%)Note:下境界線がベタ以外のときのみ
BottomBorderStrokeOverprint boolean trueのとき、下境界線オーバープリントはオン
BottomBorderStrokeTint double 下境界線の濃淡(0-100%)Note:下境界線がベタ以外のときのみ
BottomBorderStrokeType string 下境界線の種類
BottomBorderStrokeWeight double 下境界線の線幅
BreakFooters HeaderFooterBreakTypes_EnumValue フッタの繰り返し。InAllTextColumns(テキスト行ごとに反復)、OncePerTextFrame(フレームごとに1度)またはOncePerPage(ページごとに1度)
BreakHeaders HeaderFooterBreakTypes_EnumValue ヘッダの繰り返し。InAllTextColumns(テキスト行ごとに反復)、OncePerTextFrame(フレームごとに1度)またはOncePerPage(ページごとに1度)
ColumnCount int 列数
ColumnFillsPriority boolean trueのとき、塗りのパターンの繰り返しは列単位。falseのときは行単位
DefaultColumnStrokeColor string 新規列のデフォルトの線カラー
DefaultColumnStrokeGapColor string 新規列のデフォルトの線の間隔カラー
DefaultColumnStrokeGapOverprint boolean trueのとき、新規列のデフォルトの線の間隔オーバープリントはオン
DefaultColumnStrokeGapTint double 新規列のデフォルトの線の間隔の濃淡
DefaultColumnStrokeOverprint boolean trueのとき、新規列のデフォルトの線オーバープリントはオン
DefaultColumnStrokeTint double 新規列のデフォルトの線の濃淡
DefaultColumnStrokeType string 新規列のデフォルトの線の種類
DefaultColumnStrokeWeight double 新規列のデフォルトの線の線幅
DefaultRowStrokeColor string 新規行のデフォルトの線カラー
DefaultRowStrokeGapColor string 新規行のデフォルトの線の間隔カラー
DefaultRowStrokeGapOverprint boolean trueのとき、新規行のデフォルトの線の間隔オーバープリントはオン
DefaultRowStrokeGapTint double 新規行のデフォルトの線の間隔の濃淡
DefaultRowStrokeOverprint boolean trueのとき、新規行のデフォルトの線オーバープリントはオン
DefaultRowStrokeTint double 新規行のデフォルトの線の濃淡
DefaultRowStrokeType string 新規行のデフォルトの線の種類
DefaultRowStrokeWeight double 新規行のデフォルトの線の線幅
DisplayCollapsed boolean trueのとき、ストーリービューとゲラビューで、表はつぶれて表示される
DisplayOrder DisplayOrder_Options_EnumValue ストーリービューまたはゲラビューでの、セルの表示順。OrderByRows(行順)またはOrderByColumns(列順)
EndColumnFillColor string 表の属性/塗りのスタイル/次のカラーのスウォッチ(カラー、グラデーション、濃淡または混合インキ)。Note:塗りのパターンの繰り返しが列単位に設定されているときのみ
EndColumnFillCount int 表の属性/塗りのスタイル/次の列数。Note:塗りのパターンの繰り返しが列単位に設定されているときのみ
EndColumnFillOverprint boolean trueのとき、表の属性/塗りのスタイル/次のカラーオーバープリントはオン。Note:塗りのパターンの繰り返しが列単位に設定されているときのみ
EndColumnFillTint double 表の属性/塗りのスタイル/次の濃淡(0-100%)Note:塗りのパターンの繰り返しが列単位に設定されているときのみ
EndColumnLineStyle string 表の属性/列の罫線/次の種類
EndColumnStrokeColor string 表の属性/列の罫線/次のカラーのスウォッチ(カラー、グラデーション、濃淡または混合インキ)。Note:次の列数が1以上のときのみ
EndColumnStrokeCount int 表の属性/列の罫線/次の列数
EndColumnStrokeGapColor string 表の属性/列の罫線/次の間隔のカラーのスウォッチ(カラー、グラデーション、濃淡または混合インキ)。Note:次の列数が1以上のときのみ
EndColumnStrokeGapOverprint boolean trueのとき、表の属性/列の罫線/次の間隔オーバープリントはオン。Note:次の列数が1以上のときのみ
EndColumnStrokeGapTint double 表の属性/列の罫線/次の間隔の濃淡(0-100%)。Note:次の列数が1以上のときのみ
EndColumnStrokeOverprint boolean trueのとき、表の属性/列の罫線/次のオーバープリントはオン。Note:次の列数が1以上のときのみ
EndColumnStrokeTint double 表の属性/列の罫線/次の濃淡(0-100%)。Note:次の列数が1以上のときのみ
EndColumnStrokeWeight double 表の属性/列の罫線/次の線幅。Note:次の列数が1以上のときのみ有効
EndRowFillColor string 表の属性/塗りのスタイル/次のカラーのスウォッチ(カラー、グラデーション、濃淡または混合インキ)。Note:塗りのパターンの繰り返しが行単位に設定されているときのみ
EndRowFillCount int 表の属性/塗りのスタイル/次の行数。Note:塗りのパターンの繰り返しが行単位に設定されているときのみ
EndRowFillOverprint boolean trueのとき、表の属性/塗りのスタイル/次のカラーオーバープリントはオン。Note:塗りのパターンの繰り返しが行単位に設定されているときのみ
EndRowFillTint double 表の属性/塗りのスタイル/次の濃淡(0-100%)Note:塗りのパターンの繰り返しが行単位に設定されているときのみ
EndRowStrokeColor string 表の属性/行の罫線/次のカラーのスウォッチ(カラー、グラデーション、濃淡または混合インキ)。Note:次の行数が1以上のときのみ
EndRowStrokeCount int 表の属性/行の罫線/次の行数
EndRowStrokeGapColor string 表の属性/行の罫線/次の間隔のカラーのスウォッチ(カラー、グラデーション、濃淡または混合インキ)。Note:次の行数が1以上のときのみ
EndRowStrokeGapOverprint boolean trueのとき、表の属性/行の罫線/次の間隔オーバープリントはオン。Note:次の行数が1以上のときのみ
EndRowStrokeGapTint double 表の属性/行の罫線/次の間隔の濃淡(0-100%)。Note:次の行数が1以上のときのみ
EndRowStrokeOverprint boolean trueのとき、表の属性/行の罫線/次のオーバープリントはオン。Note:次の行数が1以上のときのみ
EndRowStrokeTint double 表の属性/行の罫線/次の濃淡(0-100%)。Note:次の行数が1以上のときのみ
EndRowStrokeType string 表の属性/行の罫線/次の種類
EndRowStrokeWeight double 表の属性/行の罫線/次の線幅。Note:次の行数が1以上のときのみ
FooterRowCount int フッタ行数
HeaderRowCount int ヘッダ行数
KeepWithNextRow boolean trueのとき、次の行と連動はオン
LeftBorderStrokeColor string 左境界線のカラー。スウォッチ(カラー、グラデーション、濃淡または混合インキ)で指定
LeftBorderStorkeGapColor string 左境界線の間隔のカラー。スウォッチ(カラー、グラデーション、濃淡または混合インキ)で指定。Note:左境界線がベタ以外のときのみ
LeftBorderStrokeGapOverprint boolean trueのとき、左境界線の間隔オーバープリントはオン。Note:左境界線がベタ以外のときのみ
LeftBorderStrokeGapTint double 左境界線の間隔の濃淡(0-100%)Note:左境界線がベタ以外のときのみ
LeftBorderStrokeOverprint boolean trueのとき、左境界線オーバープリントはオン
LeftBorderStrokeTint double 左境界線の濃淡(0-100%)Note:左境界線がベタ以外のときのみ
LeftBorderStrokeType string 左境界線の種類
LeftBorderStrokeWeight double 左境界線の線幅
MaximumHeight double セル高さの最大限度
MinimumHeight double セル高さの最小限度
RightBorderStrokeColor string 右境界線のカラー。スウォッチ(カラー、グラデーション、濃淡または混合インキ)で指定
RightBorderStorkeGapColor string 右境界線の間隔のカラー。スウォッチ(カラー、グラデーション、濃淡または混合インキ)で指定。Note:右境界線がベタ以外のときのみ
RightBorderStrokeGapOverprint boolean trueのとき、右境界線の間隔オーバープリントはオン。Note:右境界線がベタ以外のときのみ
RightBorderStrokeGapTint double 右境界線の間隔の濃淡(0-100%)Note:右境界線がベタ以外のときのみ
RightBorderStrokeOverprint boolean trueのとき、右境界線オーバープリントはオン
RightBorderStrokeTint double 右境界線の濃淡(0-100%)Note:右境界線がベタ以外のときのみ
RightBorderStrokeType string 右境界線の種類
RightBorderStrokeWeight double 右境界線の線幅
SingleColumnWidth double 列の幅
SingleRowHeight double 行の高さ
SkipFirstAlternatingFillColumns int 表の属性/塗りのスタイル/スキップする最初の列数。Note:塗りのパターンの繰り返しが列単位に設定されているときのみ
SkipFirstAlternatingFillRows int 表の属性/塗りのスタイル/スキップする最初の行数。Note:塗りのパターンの繰り返しが行単位に設定されているときのみ
SkipFirstAlternatingStrokeColumns int 表の属性/列の罫線/スキップする最初の列数。Note:最初の列数または次の列数が1以上のときのみ
SkipFirstAlternatingStrokeRows int 表の属性/行の罫線/スキップする最初の行数。Note:最初の行数または次の行数が1以上のときのみ
SkipFirstHeader boolean trueのとき、表の属性/ヘッダとフッタ/最初のヘッダをスキップはオン
SkipLastAlternatingFillColumns int 表の属性/塗りのスタイル/スキップする最後の列数。Note:塗りのパターンの繰り返しが列単位に設定されているときのみ
SkipLastAlternatingFillRows int 表の属性/塗りのスタイル/スキップする最後の行数。Note:塗りのパターンの繰り返しが行単位に設定されているときのみ
SkipLastAlternatingStrokeColumns int 表の属性/列の罫線/スキップする最後の列数。Note:最初の列数または次の列数が1以上のときのみ
SkipLastAlternatingStrokeRows int 表の属性/行の罫線/スキップする最後の行数。Note:最初の行数または次の行数が1以上のときのみ
SkipLastFooter boolean trueのとき、表の属性/ヘッダとフッタ/最後のフッタをスキップはオン
SpaceAfter double 表の属性/表の設定/表と段落のアキ/表の後のアキ
SpaceBefore double 表の属性/表の設定/表と段落のアキ/表の前のアキ
StartColumnFillColor string 表の属性/塗りのスタイル/最初のカラーのスウォッチ(カラー、グラデーション、濃淡または混合インキ)。Note:塗りのパターンの繰り返しが列単位に設定されているときのみ
StartColumnFillCount int 表の属性/塗りのスタイル/最初の行数。Note:塗りのパターンの繰り返しが列単位に設定されているときのみ
StartColumnFillOverprint boolean trueのとき、表の属性/塗りのスタイル/最初のカラーオーバープリントはオン。Note:塗りのパターンの繰り返しが列単位に設定されているときのみ
StartColumnFillTint double 表の属性/塗りのスタイル/最初の濃淡(0-100%)Note:塗りのパターンの繰り返しが列単位に設定されているときのみ
StartColumnStrokeColor string 表の属性/列の罫線/最初のカラーのスウォッチ(カラー、グラデーション、濃淡または混合インキ)。Note:最初の列数が1以上のときのみ
StartColumnStrokeCount int 表の属性/列の罫線/最初の列数
StartColumnStrokeGapColor string 表の属性/列の罫線/最初の間隔のカラーのスウォッチ(カラー、グラデーション、濃淡または混合インキ)。Note:最初の列数が1以上のときのみ
StartColumnStrokeGapOverprint boolean trueのとき、表の属性/列の罫線/最初の間隔オーバープリントはオン。Note:最初の列数が1以上のときのみ
StartColumnStrokeGapTint double 表の属性/列の罫線/最初の間隔の濃淡(0-100%)。Note:最初の列数が1以上のときのみ
StartColumnStrokeOverprint boolean trueのとき、表の属性/列の罫線/最初のオーバープリントはオン。Note:最初の列数が1以上のときのみ
StartColumnStrokeTint double 表の属性/列の罫線/最初の濃淡(0-100%)。Note:最初の列数が1以上のときのみ
StartColumnStrokeType string 表の属性/列の罫線/最初の種類
StartColumnStrokeWeight double 表の属性/列の罫線/最初の線幅。Note:最初の列数が1以上のときのみ有効
StartRow StartParagraph_EnumValue 行の開始位置。Anywhere(任意の位置)、NextColumn(次のテキスト列)、NextFrame(次のフレーム)、NextPage(次のページ)、NextOddPage(次の奇数ページ)またはNextEvenPage(次の偶数ページ)
StartRowFillColor string 表の属性/塗りのスタイル/最初のカラーのスウォッチ(カラー、グラデーション、濃淡または混合インキ)。Note:塗りのパターンの繰り返しが行単位に設定されているときのみ
StartRowFillCount int 表の属性/塗りのスタイル/最初の行数。Note:塗りのパターンの繰り返しが行単位に設定されているときのみ
StartRowFillOverprint boolean trueのとき、表の属性/塗りのスタイル/最初のカラーオーバープリントはオン。Note:塗りのパターンの繰り返しが行単位に設定されているときのみ
StartRowFillTint double 表の属性/塗りのスタイル/最初の濃淡(0-100%)Note:塗りのパターンの繰り返しが行単位に設定されているときのみ
StartRowStrokeColor string 表の属性/行の罫線/最初のカラーのスウォッチ(カラー、グラデーション、濃淡または混合インキ)。Note:最初の行数が1以上のときのみ
StartRowStrokeCount int 表の属性/行の罫線/最初の行数
StartRowStrokeGapColor string 表の属性/行の罫線/最初の間隔のカラーのスウォッチ(カラー、グラデーション、濃淡または混合インキ)。Note:最初の行数が1以上のときのみ
StartRowStrokeGapOverprint boolean trueのとき、表の属性/行の罫線/最初の間隔オーバープリントはオン。Note:最初の行数が1以上のときのみ
StartRowStrokeGapTint double 表の属性/行の罫線/最初の間隔の濃淡(0-100%)。Note:最初の行数が1以上のときのみ
StartRowStrokeOverprint boolean trueのとき、表の属性/行の罫線/最初のオーバープリントはオン。Note:最初の行数が1以上のときのみ
StartRowStrokeTint double 表の属性/行の罫線/最初の濃淡(0-100%)。Note:最初の行数が1以上のときのみ
StartRowStrokeType string 表の属性/行の罫線/最初の種類
StartRowStrokeWeight double 表の属性/行の罫線/最初の線幅。Note:最初の行数が1以上のときのみ
StrokeOrder StrokeOrderTypes_EnumValue 表の属性/表の設定/罫線のアレンジ。RowOnTop(行の罫線を前面へ)、ColumnOnTop(列の罫線を前面へ)、BestJoins(行と列の結合を最適化)またはInDesign2Compatibility(InDesign 2.0 ベース)
TableDirection TableDirection_EnumValue 表の方向。LeftToRightDirection(左から右)またはRightToLeftDirection(右から左)
TopBorderStrokeColor string 上境界線のカラー。スウォッチ(カラー、グラデーション、濃淡または混合インキ)で指定
TopBorderStorkeGapColor string 上境界線の間隔のカラー。スウォッチ(カラー、グラデーション、濃淡または混合インキ)で指定。Note:上境界線がベタ以外のときのみ
TopBorderStrokeGapOverprint boolean trueのとき、上境界線の間隔オーバープリントはオン。Note:上境界線がベタ以外のときのみ
TopBorderStrokeGapTint double 上境界線の間隔の濃淡(0-100%)Note:上境界線がベタ以外のときのみ
TopBorderStrokeOverprint boolean trueのとき、上境界線オーバープリントはオン
TopBorderStrokeTint double 上境界線の濃淡(0-100%)Note:上境界線がベタ以外のときのみ
TopBorderStrokeType string 上境界線の種類
TopBorderStrokeWeight double 上境界線の線幅

簡単な表(1行3列)の例を下記に示します。(<Story>エレメントの詳細は省略してある)<Cell>エレメントに<ParagraphStyleRange>と<CharacterStyleRange>エレメントが含まれ、それらが本文の<Story>エレメントの中にあるときと同じパターンが続いていることに注目してください。

IDMLの例43 Table
  1. <ParagraphStyleRange AppliedParagraphStyle=" ParagraphStyle\ NormalParagraphStyle">
  2.   <CharacterStyleRange AppliedCharacterStyle= "CharacterStyle\[ No character style]">
  3.     <Table Self="uddie2" StoryOffset=" ucbInsertionPoint0" HeaderRowCount=" 0" FooterRowCount=" 0" BodyRowCount=" 1" ColumnCount=" 3" AppliedTableStyle=" TableStyle\[ Basic Table]" TableDirection=" LeftToRightDirection">
  4.       <Row Self="uddie2Row0" Name="0" SingleRowHeight=" 16.3203125"/>
  5.       <Column Self="uddie2Column0" Name="0" SingleColumnWidth=" 180"/>
  6.       <Column Self="uddie2Column1" Name="1" SingleColumnWidth=" 180"/>
  7.       <Column Self="uddie2Column2" Name="2" SingleColumnWidth=" 180"/>
  8.       <Cell Self="uddie2i0" Name="0:0" RowSpan=" 1" ColumnSpan=" 1" AppliedCellStyle=" CellStyle\[ None]" AppliedCellStylePriority=" 0">
  9.         <ParagraphStyleRange AppliedParagraphStyle= "ParagraphStyle\ NormalParagraphStyle">
  10.           <CharacterStyleRange AppliedCharacterStyle= "CharacterStyle\[ No character style]">
  11.             <Content>ABC</Content>
  12.           </CharacterStyleRange>
  13.         </ParagraphStyleRange>
  14.       </Cell>
  15.       <Cell Self="uddie2i1" Name="1:0" RowSpan=" 1" ColumnSpan=" 1" AppliedCellStyle=" CellStyle\[ None]" AppliedCellStylePriority=" 0">
  16.         <ParagraphStyleRange AppliedParagraphStyle= "ParagraphStyle\ NormalParagraphStyle">
  17.           <CharacterStyleRange AppliedCharacterStyle= "CharacterStyle\[ No character style]">
  18.             <Content>DEF</Content>
  19.           </CharacterStyleRange>
  20.         </ParagraphStyleRange>
  21.       </Cell>
  22.       <Cell Self="uddie2i2" Name="2:0" RowSpan=" 1" ColumnSpan=" 1" AppliedCellStyle=" CellStyle\[ None]" AppliedCellStylePriority=" 0">
  23.         <ParagraphStyleRange AppliedParagraphStyle= "ParagraphStyle\ NormalParagraphStyle">
  24.           <CharacterStyleRange AppliedCharacterStyle= "CharacterStyle\[ No character style]">
  25.             <Content>GHI</Content>
  26.           </CharacterStyleRange>
  27.         </ParagraphStyleRange>
  28.       </Cell>
  29.     </Table>
  30.   </CharacterStyleRange>
  31. </ParagraphStyleRange>
図35 単純な表

Image:Fig035.png

Personal tools