Translation5:Cell

From IDMLWiki

Jump to: navigation, search

Contents

セル
スキーマの例78 Cell
  1. Cell_Object = element Cell {
  2.   attribute Self { xsd:string },
  3.   attribute Name { xsd:string },
  4.   attribute RowSpan { xsd:int }?,
  5.   attribute ColumnSpan { xsd:int }?,
  6.   attribute TopInset { xsd:double }?,
  7.   attribute LeftInset { xsd:double }?,
  8.   attribute BottomInset { xsd:double }?,
  9.   attribute RightInset { xsd:double }?,
  10.   attribute FillColor { xsd:string }?,
  11.   attribute FillTint { xsd:double }?,
  12.   attribute OverprintFill { xsd:boolean }?,
  13.   attribute TopLeftDiagonalLine { xsd:boolean }?,
  14.   attribute TopRightDiagonalLine { xsd:boolean }?,
  15.   attribute DiagonalLineInFront { xsd:boolean }?,
  16.   attribute DiagonalLineStrokeWeight { xsd:double }?,
  17.   attribute DiagonalLineStrokeType { xsd:string }?,
  18.   attribute DiagonalLineStrokeColor { xsd:string }?,
  19.   attribute DiagonalLineStrokeTint { xsd:double }?,
  20.   attribute DiagonalLineStrokeOverprint { xsd:boolean }?,
  21.   attribute DiagonalLineStrokeGapColor { xsd:string }?,
  22.   attribute DiagonalLineStrokeGapTint { xsd:double }?,
  23.   attribute DiagonalLineStrokeGapOverprint { xsd:boolean }?,
  24.   attribute ClipContentToCell { xsd:boolean }?,
  25.   attribute FirstBaselineOffset { FirstBaseline_EnumValue }?,
  26.   attribute VerticalJustification { VerticalJustification_EnumValue }?,
  27.   attribute ParagraphSpacingLimit { xsd:double }?,
  28.   attribute MinimumFirstBaselineOffset { xsd:double {minInclusive="0"maxInclusive="8640"} }?,
  29.   attribute RotationAngle { xsd:double }?,
  30.   attribute LeftEdgeStrokeWeight { xsd:double }?,
  31.   attribute LeftEdgeStrokeType { xsd:string }?,
  32.   attribute LeftEdgeStrokeColor { xsd:string }?,
  33.   attribute LeftEdgeStrokeTint { xsd:double }?,
  34.   attribute LeftEdgeStrokeOverprint { xsd:boolean }?,
  35.   attribute LeftEdgeStrokeGapColor { xsd:string }?,
  36.   attribute LeftEdgeStrokeGapTint { xsd:double }?,
  37.   attribute LeftEdgeStrokeGapOverprint { xsd:boolean }?,
  38.   attribute TopEdgeStrokeWeight { xsd:double }?,
  39.   attribute TopEdgeStrokeType { xsd:string }?,
  40.   attribute TopEdgeStrokeColor { xsd:string }?,
  41.   attribute TopEdgeStrokeTint { xsd:double }?,
  42.   attribute TopEdgeStrokeOverprint { xsd:boolean }?,
  43.   attribute TopEdgeStrokeGapColor { xsd:string }?,
  44.   attribute TopEdgeStrokeGapTint { xsd:double }?,
  45.   attribute TopEdgeStrokeGapOverprint { xsd:boolean }?,
  46.   attribute RightEdgeStrokeWeight { xsd:double }?,
  47.   attribute RightEdgeStrokeType { xsd:string }?,
  48.   attribute RightEdgeStrokeColor { xsd:string }?,
  49.   attribute RightEdgeStrokeTint { xsd:double }?,
  50.   attribute RightEdgeStrokeOverprint { xsd:boolean }?,
  51.   attribute RightEdgeStrokeGapColor { xsd:string }?,
  52.   attribute RightEdgeStrokeGapTint { xsd:double }?,
  53.   attribute RightEdgeStrokeGapOverprint { xsd:boolean }?,
  54.   attribute BottomEdgeStrokeWeight { xsd:double }?,
  55.   attribute BottomEdgeStrokeType { xsd:string }?,
  56.   attribute BottomEdgeStrokeColor { xsd:string }?,
  57.   attribute BottomEdgeStrokeTint { xsd:double }?,
  58.   attribute BottomEdgeStrokeOverprint { xsd:boolean }?,
  59.   attribute BottomEdgeStrokeGapColor { xsd:string }?,
  60.   attribute BottomEdgeStrokeGapTint { xsd:double }?,
  61.   attribute BottomEdgeStrokeGapOverprint { xsd:boolean }?,
  62.   attribute InnerRowStrokeWeight { xsd:double }?,
  63.   attribute InnerRowStrokeType { xsd:string }?,
  64.   attribute InnerRowStrokeColor { xsd:string }?,
  65.   attribute InnerRowStrokeTint { xsd:double }?,
  66.   attribute InnerRowStrokeOverprint { xsd:boolean }?,
  67.   attribute InnerRowStrokeGapColor { xsd:string }?,
  68.   attribute InnerRowStrokeGapTint { xsd:double }?,
  69.   attribute InnerRowStrokeGapOverprint { xsd:boolean }?,
  70.   attribute InnerColumnStrokeWeight { xsd:double }?,
  71.   attribute InnerColumnStrokeType { xsd:string }?,
  72.   attribute InnerColumnStrokeColor { xsd:string }?,
  73.   attribute InnerColumnStrokeTint { xsd:double }?,
  74.   attribute InnerColumnStrokeOverprint { xsd:boolean }?,
  75.   attribute InnerColumnStrokeGapColor { xsd:string }?,
  76.   attribute InnerColumnStrokeGapTint { xsd:double }?,
  77.   attribute InnerColumnStrokeGapOverprint { xsd:boolean }?,
  78.   attribute TopEdgeStrokePriority { xsd:int }?,
  79.   attribute LeftEdgeStrokePriority { xsd:int }?,
  80.   attribute BottomEdgeStrokePriority { xsd:int }?,
  81.   attribute RightEdgeStrokePriority { xsd:int }?,
  82.   attribute AppliedCellStyle { xsd:string }?,
  83.   attribute WritingDirection { xsd:boolean }?,
  84.   attribute AppliedCellStylePriority { xsd:int }?,
  85.   element Properties {
  86.     element AllCellGradientAttrList { list_type, element ListItem {
  87.         (double_type, xsd:double ) |
  88.         (list_type,
  89.         element ListItem { unit_type, xsd:double },
  90.         element ListItem { unit_type, xsd:double })
  91.       }*
  92.     }?&
  93.     element Label { list_type, element ListItem {
  94.         list_type,
  95.         element ListItem { string_type, xsd:string },
  96.         element ListItem { string_type, xsd:string }
  97.       }*
  98.     }?
  99.   }
  100.   ?
  101.   ,
  102. (
  103.   GaijiOwnedItemObject_Object*&
  104.   TextVariableInstance_Object*&
  105.   Table_Object*&
  106.   ParagraphStyleRange_Object*&
  107.   CharacterStyleRange_Object*&
  108.   Change_Object*&
  109.   Note_Object*&
  110.   Button_Object*&
  111.   HiddenText_Object*
  112. )
  113. }
表105 属性としてのCellプロパティ
名前 必須 説明
AppliedCellStyle string セルスタイル
AppliedCellStylePriority int
BottomEdgeStrokeColor string セル下線のカラーのスウォッチ(カラー、グラデーション、濃淡または混合インキ)
BottomEdgeStrokeGapColor string セル下線の間隔のカラーのスウォッチ(カラー、グラデーション、濃淡または混合インキ)Note:線がベタ以外のときのみ
BottomEdgeStrokeGapOverprint boolean trueのとき、セル下線の間隔オーバープリントはオン。Note:線がベタ以外のときのみ
BottomEdgeStrokeGapTint double セル下線の間隔の濃淡(0-100%)Note:線がベタ以外のときのみ
BottomEdgeStrokeOverprint boolean trueのとき、セル下線オーバープリントはオン
BottomEdgeStrokePriority int セル下線の優先度。高い値は高優先度
BottomEdgeStrokeTint double セル下線のカラーの濃淡(0-100%)
BottomEdgeStrokeType string セル下線の種類
BottomEdgeStrokeWeight double セル下線の線幅
BottomInset double セルの余白/下
ClipContentToCell boolean trueのとき、内容をセル内に入る部分のみ表示はオン
Cloumnspan int セル結合する列数
DiagonalLineInFront boolean trueのとき、前面に斜線
DiagonalLineStrokeColor string 斜線のカラーのスウォッチ
DiagonalLineStrokeGapColor string 斜線の間隔のカラーのスウォッチ(カラー、グラデーション、濃淡または混合インキ)Note:線がベタ以外のときのみ
DiagonalLineStrokeGapOverprint boolean trueのとき、斜線の間隔オーバープリントはオン。Note:線がベタ以外のときのみ
DiagonalLineStrokeGapTint double 斜線の間隔の濃淡(0-100%)Note:線がベタ以外のときのみ
DiagonalLineStrokeOverprint boolean trueのとき、斜線オーバープリントはオン
DiagonalLineStrokeTint double 斜線の濃淡(0-100%)
DiagonalLineStrokeType string 斜線の種類
DiagonalLineStrokeWeight double 斜線の線幅
FillColor string セルの塗りカラーのスウォッチ(カラー、グラデーション、濃淡または混合インキ)
FillTint double セルの塗りカラーの濃淡(%)
FistBaselineOffset FirstBaseline_EnumValue テキスト/先頭ベースライン位置。AscentOffset(アセント)、CapHeight(キャップハイト)、LeadingOffset(行送り)、EmboxHeight(仮想ボディの高さ)、XHeight(Xハイト)またはFixedHeight(固定)
InnerColumnStrokeColor string 内側の線(列)のカラーのスウォッチ
InnerColumnStrokeGapColor string 内側の線(列)の間隔のカラーのスウォッチ(カラー、グラデーション、濃淡または混合インキ)Note:線がベタ以外のときのみ
InnerColumnStrokeGapOverprint boolean trueのとき、内側の線(列)の間隔オーバープリントはオン。Note:線がベタ以外のときのみ
InnerColumnStrokeGapTint double 内側の線(列)の間隔の濃淡(0-100%)Note:線がベタ以外のときのみ
InnerColumnStrokeOverprint boolean trueのとき、内側の線(列)オーバープリントはオン
InnerColumnStrokeTint double 内側の線(列)の濃淡(0-100%)
InnerColumnStrokeType string 内側の線(列)の種類
InnerColumnStrokeWeight double 内側の線(列)の線幅
InnerRowStrokeColor string 内側の線(行)のカラーのスウォッチ
InnerRowStrokeGapColor string 内側の線(行)の間隔のカラーのスウォッチ(カラー、グラデーション、濃淡または混合インキ)Note:線がベタ以外のときのみ
InnerRowStrokeGapOverprint boolean trueのとき、内側の線(行)の間隔オーバープリントはオン。Note:線がベタ以外のときのみ
InnerRowStrokeGapTint double 内側の線(行)の間隔の濃淡(0-100%)Note:線がベタ以外のときのみ
InnerRowStrokeOverprint boolean trueのとき、内側の線(行)オーバープリントはオン
InnerRowStrokeTint double 内側の線(行)の濃淡(0-100%)
InnerRowStrokeType string 内側の線(行)の種類
InnerRowStrokeWeight double 内側の線(行)の線幅
LeftEdgeStrokeColor string セル左線のカラーのスウォッチ
LeftEdgeStrokeGapColor string セル左線の間隔のカラーのスウォッチ(カラー、グラデーション、濃淡または混合インキ)Note:線がベタ以外のときのみ
LeftEdgeStrokeGapOverprint boolean trueのとき、セル左線の間隔オーバープリントはオン。Note:線がベタ以外のときのみ
LeftEdgeStrokeGapTint double セル左線の間隔の濃淡(0-100%)Note:線がベタ以外のときのみ
LeftEdgeStrokeOverprint boolean trueのとき、セル左線オーバープリントはオン
LeftEdgeStrokePriority int セル左線の優先度。高い値は高優先度
LeftEdgeStrokeTint double セル左線の濃淡(0-100%)
LeftEdgeStrokeType string セル左線の種類
LeftEdgeStrokeWeight double セル左線の線幅
LeftInset double セルの余白/左
MinimumFirstBaselineOffset double 先頭ベースライン位置/最小値
OverprintFill boolean trueのとき、セルの塗りオーバープリントはオン
ParagraphSpacingLimit double テキストの配置/段落スペース最大値。Note:テキストの配置が均等配置のときのみ
RightEdgeStrokeColor string セル右線のカラーのスウォッチ
RightEdgeStrokeGapColor string セル右線の間隔のカラーのスウォッチ(カラー、グラデーション、濃淡または混合インキ)Note:線がベタ以外のときのみ
RightEdgeStrokeGapOverprint boolean trueのとき、セル右線の間隔オーバープリントはオン。Note:線がベタ以外のときのみ
RightEdgeStrokeGapTint double セル右線の間隔の濃淡(0-100%)Note:線がベタ以外のときのみ
RightEdgeStrokeOverprint boolean trueのとき、セル右線オーバープリントはオン
RightEdgeStrokePriority int セル右線の優先度。高い値は高優先度
RightEdgeStrokeTint double セル右線の濃淡(0-100%)
RightEdgeStrokeType string セル右線の種類
RightEdgeStrokeWeight double セル右線の線幅
RightInset double セルの余白/右
RotationAngle double セルの内容を回転/角度。0、90、180または270
RowSpan int セル結合する行数
TopEdgeStrokeColor string セル上線のカラーのスウォッチ(カラー、グラデーション、濃淡または混合インキ)
TopEdgeStrokeGapColor string セル上線の間隔のカラーのスウォッチ(カラー、グラデーション、濃淡または混合インキ)Note:線がベタ以外のときのみ
TopEdgeStrokeGapOverprint boolean trueのとき、セル上線の間隔オーバープリントはオン。Note:線がベタ以外のときのみ
TopEdgeStrokeGapTint double セル上線の間隔の濃淡(0-100%)Note:線がベタ以外のときのみ
TopEdgeStrokeOverprint boolean trueのとき、セル上線オーバープリントはオン
TopEdgeStrokePriority int セル上線の優先度。高い値は高優先度
TopEdgeStrokeTint double セル上線の濃淡(0-100%)
TopEdgeStrokeType string セル上線の種類
TopEdgeStrokeWeight double セル上線の線幅
TopInset double セルの余白/上
TopLeftDiagonalLine boolean trueのとき、左上から右下の斜線
TopRightDiagonalLine boolean trueのとき、右上から左下の斜線
VerticalJustification VerticalJustification_EnumValue テキストの配置。TopAlign(上)、CenterAlign(中央)、BottomAlign(下)またはJustifyAlign(均等配置)
WritingDirection boolean テキストの組方向
表106 エレメントとしてのCellプロパティ
名前 必須 説明
AllCellGradientAttrList ListItemまたはdouble
スキーマの例79 Column
  1. Column_Object = element Column {
  2.   attribute Self { xsd:string },
  3.   attribute Name { xsd:string },
  4.   attribute TopInset { xsd:double }?,
  5.   attribute LeftInset { xsd:double }?,
  6.   attribute BottomInset { xsd:double }?,
  7.   attribute RightInset { xsd:double }?,
  8.   attribute FillColor { xsd:string }?,
  9.   attribute FillTint { xsd:double }?,
  10.   attribute OverprintFill { xsd:boolean }?,
  11.   attribute TopLeftDiagonalLine { xsd:boolean }?,
  12.   attribute TopRightDiagonalLine { xsd:boolean }?,
  13.   attribute DiagonalLineInFront { xsd:boolean }?,
  14.   attribute DiagonalLineStrokeWeight { xsd:double }?,
  15.   attribute DiagonalLineStrokeType { xsd:string }?,
  16.   attribute DiagonalLineStrokeColor { xsd:string }?,
  17.   attribute DiagonalLineStrokeTint { xsd:double }?,
  18.   attribute DiagonalLineStrokeOverprint { xsd:boolean }?,
  19.   attribute DiagonalLineStrokeGapColor { xsd:string }?,
  20.   attribute DiagonalLineStrokeGapTint { xsd:double }?,
  21.   attribute DiagonalLineStrokeGapOverprint { xsd:boolean }?,
  22.   attribute ClipContentToCell { xsd:boolean }?,
  23.   attribute FirstBaselineOffset { FirstBaseline_EnumValue }?,
  24.   attribute VerticalJustification { VerticalJustification_EnumValue }?,
  25.   attribute ParagraphSpacingLimit { xsd:double }?,
  26.   attribute MinimumFirstBaselineOffset { xsd:double {minInclusive="0"maxInclusive="8640"} }?,
  27.   attribute RotationAngle { xsd:double }?,
  28.   attribute WritingDirection { xsd:boolean }?,
  29.   attribute SingleColumnWidth { xsd:double }?
  30. }
表107 属性としてのColumnプロパティ
名前 必須 説明
BottomInset double セルの余白/下
ClipContentToCell boolean trueのとき、内容をセル内に入る部分のみ表示はオン
DiagonalLineInFront boolean trueのとき、前面に斜線
DiagonalLineStrokeColor string 斜線のカラーのスウォッチ
DiagonalLineStrokeGapColor string 斜線の間隔のカラーのスウォッチ(カラー、グラデーション、濃淡または混合インキ)Note:線がベタ以外のときのみ
DiagonalLineStrokeGapOverprint boolean trueのとき、斜線の間隔オーバープリントはオン。Note:線がベタ以外のときのみ
DiagonalLineStrokeGapTint double 斜線の間隔の濃淡(0-100%)Note:線がベタ以外のときのみ
DiagonalLineStrokeOverprint boolean trueのとき、斜線オーバープリントはオン
DiagonalLineStrokeTint double 斜線の濃淡(0-100%)
DiagonalLineStrokeType string 斜線の種類
DiagonalLineStrokeWeight double 斜線の線幅
FillColor string セルの塗りカラーのスウォッチ(カラー、グラデーション、濃淡または混合インキ)
FillTint double セルの塗りカラーの濃淡(%)
FistBaselineOffset FirstBaseline_EnumValue テキスト/先頭ベースライン位置。AscentOffset(アセント)、CapHeight(キャップハイト)、LeadingOffset(行送り)、EmboxHeight(仮想ボディの高さ)、XHeight(Xハイト)またはFixedHeight(固定)
LeftInset double セルの余白/左
MinimumFirstBaselineOffset double 先頭ベースライン位置/最小値
Name string 列の名前
OverprintFill boolean trueのとき、セルの塗りオーバープリントはオン
ParagraphSpacingLimit double テキストの配置/段落スペース最大値。Note:テキストの配置が均等配置のときのみ
RightInset double セルの余白/右
RotationAngle int セルの内容を回転/角度。0、90、180または270
SingleColumnWidth double 1列の幅
TopInset double セルの余白/上
TopLeftDiagonalLine boolean trueのとき、左上から右下の斜線
TopRightDiagonalLine boolean trueのとき、右上から左下の斜線
VerticalJustification VerticalJustification_EnumValue テキストの配置。TopAlign(上)、CenterAlign(中央)、BottomAlign(下)またはJustifyAlign(均等配置)
WritingDirection boolean テキストの組方向