メインコンテンツへスキップ
表の行(blockType 属性が Table の場合に使用可能)。cell 要素を含みます。属性はありません。

セル要素

表セル(blockType 属性が Table の場合に使用可能)。text タグの並びです。 このタグには次の属性があります:
PropertyData typeDescription
colSpaninteger列方向の結合数。
rowSpaninteger行方向の結合数。
alignstringタブ位置の配置。使用可能な値: Top, Center, Bottom。既定値は Top。
picturebooleanセルが画像のみを含むかどうか。既定値は false。
leftBorderstring表セルの左枠線の種類。使用可能な値: Absent, Unknown, White, Black。既定値は Black。
topBorderstring表セルの上枠線の種類。使用可能な値: Absent, Unknown, White, Black。既定値は Black。
rightBorderstring表セルの右枠線の種類。使用可能な値: Absent, Unknown, White, Black。既定値は Black。
bottomBorderstring表セルの下枠線の種類。使用可能な値: Absent, Unknown, White, Black。既定値は Black。
width *integerセルの幅。
height *integerセルの高さ。
アスタリスクは必須プロパティを示します。