Edit

Share via


Word.TableConvertToTextOptions interface

Represents the options for the Table.convertToText, TableRow.convertToText, and TableRowCollection.convertToText methods.

Remarks

[ API set: WordApiDesktop 1.4 ]

Properties

nestedTables

If provided, specifies whether to convert the nested tables to text. This property is ignored if the separator property isn't set to paragraph. The default is true.

separator

If provided, specifies the character that delimits the converted columns (paragraph marks delimit the converted rows). The default is tab.

Property Details

nestedTables

If provided, specifies whether to convert the nested tables to text. This property is ignored if the separator property isn't set to paragraph. The default is true.

nestedTables?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]

separator

If provided, specifies the character that delimits the converted columns (paragraph marks delimit the converted rows). The default is tab.

separator?: Word.TableFieldSeparator | "Paragraph" | "Tab" | "Comma" | "DefaultListSeparator";

Property Value

Word.TableFieldSeparator | "Paragraph" | "Tab" | "Comma" | "DefaultListSeparator"

Remarks

[ API set: WordApiDesktop 1.4 ]