docx
Preparing search index...
ITableRowPropertiesOptions
Type Alias ITableRowPropertiesOptions
Options for configuring table row properties.
See
TableRowProperties
type
ITableRowPropertiesOptions
=
{
cantSplit
?:
boolean
;
cellSpacing
?:
ITableCellSpacingProperties
;
height
?:
{
rule
:
typeof
HeightRule
[
keyof
typeof
HeightRule
]
;
value
:
number
|
PositiveUniversalMeasure
;
}
;
tableHeader
?:
boolean
;
}
Index
Properties
cant
Split?
cell
Spacing?
height?
table
Header?
Properties
Optional
Readonly
cant
Split
cantSplit
?:
boolean
Optional
Readonly
cell
Spacing
cellSpacing
?:
ITableCellSpacingProperties
Optional
Readonly
height
height
?:
{
rule
:
typeof
HeightRule
[
keyof
typeof
HeightRule
]
;
value
:
number
|
PositiveUniversalMeasure
;
}
Optional
Readonly
table
Header
tableHeader
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cant
Split
cell
Spacing
height
table
Header
docx
Loading...
Options for configuring table row properties.
See
TableRowProperties