PowerPoint.Interfaces.TableStyleOptionsLoadOptions interface
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Represents the available table style options.
Remarks
Properties
$all | Specifying |
are |
Specifies if the columns show banded formatting in which odd columns are highlighted differently from even ones, to make reading the table easier. |
are |
Specifies if the rows show banded formatting in which odd rows are highlighted differently from even ones, to make reading the table easier. |
is |
Specifies if the first column contains special formatting. |
is |
Specifies if the first row contains special formatting. |
is |
Specifies if the last column contains special formatting. |
is |
Specifies if the last row contains special formatting. |
style | Specifies the table style. |
Property Details
$all
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifying $all
for the load options loads all the scalar properties (such as Range.address
) but not the navigational properties (such as Range.format.fill.color
).
$all?: boolean;
Property Value
boolean
areColumnsBanded
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies if the columns show banded formatting in which odd columns are highlighted differently from even ones, to make reading the table easier.
areColumnsBanded?: boolean;
Property Value
boolean
Remarks
areRowsBanded
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies if the rows show banded formatting in which odd rows are highlighted differently from even ones, to make reading the table easier.
areRowsBanded?: boolean;
Property Value
boolean
Remarks
isFirstColumnHighlighted
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies if the first column contains special formatting.
isFirstColumnHighlighted?: boolean;
Property Value
boolean
Remarks
isFirstRowHighlighted
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies if the first row contains special formatting.
isFirstRowHighlighted?: boolean;
Property Value
boolean
Remarks
isLastColumnHighlighted
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies if the last column contains special formatting.
isLastColumnHighlighted?: boolean;
Property Value
boolean
Remarks
isLastRowHighlighted
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies if the last row contains special formatting.
isLastRowHighlighted?: boolean;
Property Value
boolean
Remarks
style
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies the table style.
style?: boolean;
Property Value
boolean