Translation:Row

From IDMLWiki

Jump to: navigation, search
  1. Row_Object = element Row {
  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 MinimumHeight{  xsd:double }?,
  29.   attribute MaximumHeight{  xsd:double }?,
  30.   attribute KeepWithNextRow{  xsd:boolean }?,
  31.   attribute StartRow{  StartParagraph_EnumValue }?,
  32.   attribute AutoGrow{  xsd:boolean }?,
  33.   attribute WritingDirection{  xsd:boolean }?,
  34.   attribute SingleRowHeight{  xsd:double }?
  35. }
表57 属性としてのRowプロパティ
名前 必須 説明
AutoGrow boolean trueのとき、セルの高さを内容に合わせる。Note:最小値と最大値が指定してある場合はその値の範囲内
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(固定)
KeepWithNextRow boolean trueのとき、次の行と連動はオン
LeftInset double セルの余白/左
MaximumHeight double 行高さの最大限度。Note:AutoGrowがtrueのとき、最大値まで大きくならない。また、行幅の均等化の影響も受ける。詳細は行幅の均等化を参照のこと
MinimumFirstBaselineOffset double 先頭ベースライン位置/最小値
MinimumHeight double 行高さの最小限度。Note:AutoGrowがtrueのとき、この値よりも自動的に大きくなることがある。また、行幅の均等化の影響も受ける。詳細は行幅の均等化を参照のこと
Name string 行の名前
OverprintFill boolean trueのとき、行の塗りオーバープリントはオン
ParagraphSpacingLimit double テキストの配置/段落スペース最大値。Note:テキストの配置が均等配置のときのみ
RightInset double セルの余白/右
RotationAngle int セルの内容を回転/角度。0、90、180または270
SingleRowHeight double 1行の最大の高さ
StartRow StartParagraph_EnumValue 行の開始位置。Anywhere(任意の位置)、NextColumn(次のテキスト列)、NextFrame(次のフレーム)、NextPage(次のページ)、NextOddPage(次の奇数ページ)またはNextEvenPage(次の偶数ページ)
TopInset double セルの余白/上
TopLeftDiagonalLine boolean trueのとき、左上から右下の斜線
TopRightDiagonalLine boolean trueのとき、右上から左下の斜線
VerticalJustification VerticalJustification_EnumValue テキストの配置。TopAlign(上)、CenterAlign(中央)、BottomAlign(下)またはJustifyAlign(均等配置)
WritingDirection boolean テキストの組方向
Personal tools