Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
Word.TableConvertToTextOptions interface
- Package:
- word
Represents the options for the Table.convertToText, TableRow.convertToText, and TableRowCollection.convertToText methods.
Remarks
Used by
Properties
| nestedTables | 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"
Remarks
Office Add-ins
Feedback
Was this page helpful?
