Table Cell Padding
Text insets in reference pixels. Defaults: top 8, right 10, bottom 4, left 10.
Metadata
Definition
#/$defs/TableCellPadding
Type
object
Source
spec/schemas/opf.schema.json
Fields
top
Type: number · Optional · Default: —
{
"top": 1
}right
Type: number · Optional · Default: —
{
"right": 1
}bottom
Type: number · Optional · Default: —
{
"bottom": 1
}left
Type: number · Optional · Default: —
{
"left": 1
}