Translation:Row
From IDMLWiki
行
Row_Object = element Row {
attribute Self { xsd:string },
attribute Name { xsd:string },
attribute TopInset{ xsd:double }?,
attribute LeftInset{ xsd:double }?,
attribute BottomInset{ xsd:double }?,
attribute RightInset{ xsd:double }?,
attribute FillColor{ xsd:string }?,
attribute FillTint{ xsd:double }?,
attribute OverprintFill{ xsd:boolean }?,
attribute TopLeftDiagonalLine{ xsd:boolean }?,
attribute TopRightDiagonalLine{ xsd:boolean }?,
attribute DiagonalLineInFront{ xsd:boolean }?,
attribute DiagonalLineStrokeWeight{ xsd:double }?,
attribute DiagonalLineStrokeType{ xsd:string }?,
attribute DiagonalLineStrokeColor{ xsd:string }?,
attribute DiagonalLineStrokeTint{ xsd:double }?,
attribute DiagonalLineStrokeOverprint{ xsd:boolean }?,
attribute DiagonalLineStrokeGapColor{ xsd:string }?,
attribute DiagonalLineStrokeGapTint{ xsd:double }?,
attribute DiagonalLineStrokeGapOverprint{ xsd:boolean }?,
attribute ClipContentToCell{ xsd:boolean }?,
attribute FirstBaselineOffset{ FirstBaseline_EnumValue }?,
attribute VerticalJustification{ VerticalJustification_EnumValue }?,
attribute ParagraphSpacingLimit{ xsd:double }?,
attribute MinimumFirstBaselineOffset{ xsd:double {minInclusive="0"maxInclusive="8640"} }?,
attribute RotationAngle{ xsd:double }?,
attribute MinimumHeight{ xsd:double }?,
attribute MaximumHeight{ xsd:double }?,
attribute KeepWithNextRow{ xsd:boolean }?,
attribute StartRow{ StartParagraph_EnumValue }?,
attribute AutoGrow{ xsd:boolean }?,
attribute WritingDirection{ xsd:boolean }?,
attribute SingleRowHeight{ xsd:double }?
}
| 名前 | 値 | 必須 | 説明 |
|---|---|---|---|
| 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 | テキストの組方向 |
