PowerPoint.TableClearOptions 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 options when clearing a table.
Remarks
Properties
all | Specifies if both values and formatting of the table should be cleared. |
format | Specifies if the formatting of the table should be cleared. |
text | Specifies if the values of the table should be cleared. |
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.
Specifies if both values and formatting of the table should be cleared.
all?: boolean;
Property Value
boolean
Remarks
format
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 formatting of the table should be cleared.
format?: boolean;
Property Value
boolean
Remarks
text
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 values of the table should be cleared.
text?: boolean;
Property Value
boolean