Word.TableConvertToTextOptions interface
Represents the options for the Table.convertToText, TableRow.convertToText, and TableRowCollection.convertToText methods.
Remarks
Properties
| nested |
If provided, specifies whether to convert the nested tables to text. This property is ignored if the |
| separator | If provided, specifies the character that delimits the converted columns (paragraph marks delimit the converted rows). The default is |
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
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"