Preparing search index...
The search index is not available
docx
docx
ITableOptions
Type Alias ITableOptions
ITableOptions
:
{
alignment
?:
typeof
AlignmentType
[
keyof
typeof
AlignmentType
]
;
borders
?:
ITableBordersOptions
;
columnWidths
?:
readonly
number
[]
;
float
?:
ITableFloatOptions
;
indent
?:
ITableWidthProperties
;
layout
?:
typeof
TableLayoutType
[
keyof
typeof
TableLayoutType
]
;
margins
?:
ITableCellMarginOptions
;
rows
:
readonly
TableRow
[]
;
style
?:
string
;
visuallyRightToLeft
?:
boolean
;
width
?:
ITableWidthProperties
;
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
docx
Loading...