Preparing search index...
The search index is not available
docx
docx
ITableRowOptions
Interface ITableRowOptions
interface
ITableRowOptions
{
cantSplit
?:
boolean
;
children
:
readonly
TableCell
[]
;
height
?:
{
rule
:
"auto"
|
"atLeast"
|
"exact"
;
value
:
|
number
|
`
${
number
}
mm
`
|
`
${
number
}
cm
`
|
`
${
number
}
in
`
|
`
${
number
}
pt
`
|
`
${
number
}
pc
`
|
`
${
number
}
pi
`
;
}
;
tableHeader
?:
boolean
;
}
Hierarchy (
view full
)
ITableRowPropertiesOptions
ITableRowOptions
Index
Properties
cant
Split?
children
height?
table
Header?
Properties
Optional
Readonly
cant
Split
cant
Split
?:
boolean
Readonly
children
children
:
readonly
TableCell
[]
Optional
Readonly
height
height
?:
{
rule
:
"auto"
|
"atLeast"
|
"exact"
;
value
:
|
number
|
`
${
number
}
mm
`
|
`
${
number
}
cm
`
|
`
${
number
}
in
`
|
`
${
number
}
pt
`
|
`
${
number
}
pc
`
|
`
${
number
}
pi
`
;
}
Optional
Readonly
table
Header
table
Header
?:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cant
Split
children
height
table
Header
docx
Loading...