Search
Preparing search index...
The search index is not available
docx
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Globals
ITableCellOptions
Interface ITableCellOptions
Hierarchy
ITableCellOptions
Index
Properties
borders
children
column
Span
margins
row
Span
shading
text
Direction
vertical
Align
vertical
Merge
width
Properties
Optional
borders
borders
:
undefined
|
{
bottom
?:
undefined
|
{
color
:
string
;
size
:
number
;
style
:
BorderStyle
}
;
left
?:
undefined
|
{
color
:
string
;
size
:
number
;
style
:
BorderStyle
}
;
right
?:
undefined
|
{
color
:
string
;
size
:
number
;
style
:
BorderStyle
}
;
top
?:
undefined
|
{
color
:
string
;
size
:
number
;
style
:
BorderStyle
}
}
children
children
:
(
Paragraph
|
Table
)
[]
Optional
column
Span
column
Span
:
undefined
|
number
Optional
margins
margins
:
ITableCellMarginOptions
Optional
row
Span
row
Span
:
undefined
|
number
Optional
shading
shading
:
ITableShadingAttributesProperties
Optional
text
Direction
text
Direction
:
TextDirection
Optional
vertical
Align
vertical
Align
:
VerticalAlign
Optional
vertical
Merge
vertical
Merge
:
VerticalMergeType
Optional
width
width
:
undefined
|
{
size
:
number
|
string
;
type
?:
WidthType
}
Globals
ITable
Cell
Options
borders
children
column
Span
margins
row
Span
shading
text
Direction
vertical
Align
vertical
Merge
width
Generated using
TypeDoc