テーブル行にセルを追加します
PRIM_PDF.AutoTableRow (PRIM_PDF.AutoTableRow) のメンバ

パラメータ

名前

タイプ

データタイプ

記述

Value

*Input

Unicode 文字列

セルの値 (コンテンツ)

HAlign

*Input (任意)

列挙

テキストの水平方向の配置

VAlign

*Input (任意)

列挙

テキストの垂直方向の配置

FontStyle

*Input (任意)

列挙

バリアントのフォント スタイル

FontName

*Input (任意)

Unicode 文字列

フォントの名前またはファミリー

FontSize

*Input (任意)

整数

フォント サイズ (ポイント)

TextColor

*Input (任意)

テキスト色

FillColor

*Input (任意)

背景色

詳細


1 つの AutoTable 行に 1 つのセルを追加します


AutoTable の行に複数のセルを追加
Define_Com Class(#PRIM_PDF.AutoTable) Name(#Table) Reference(*DYNAMIC) Theme(Striped) Columncount(3)
Define_Com Class(#PRIM_PDF.AutoTableRow) Name(#Row) Reference(*DYNAMIC)