VMPrint API Reference - v1.0.0
GitHub
Examples
Preparing search index...
@vmprint/engine
TableLayoutOptions
Interface TableLayoutOptions
interface
TableLayoutOptions
{
cellStyle
?:
Record
<
string
,
any
>
;
columnGap
?:
number
;
columns
?:
TableColumnSizing
[]
;
headerCellStyle
?:
Record
<
string
,
any
>
;
headerRows
?:
number
;
repeatHeader
?:
boolean
;
rowGap
?:
number
;
}
Index
Properties
cell
Style?
column
Gap?
columns?
header
Cell
Style?
header
Rows?
repeat
Header?
row
Gap?
Properties
Optional
cell
Style
cellStyle
?:
Record
<
string
,
any
>
Optional
column
Gap
columnGap
?:
number
Optional
columns
columns
?:
TableColumnSizing
[]
Optional
header
Cell
Style
headerCellStyle
?:
Record
<
string
,
any
>
Optional
header
Rows
headerRows
?:
number
Optional
repeat
Header
repeatHeader
?:
boolean
Optional
row
Gap
rowGap
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cell
Style
column
Gap
columns
header
Cell
Style
header
Rows
repeat
Header
row
Gap
GitHub
Examples
VMPrint API Reference - v1.0.0
Loading...