TextTable

This class represents a table.

Properties

AllowPageBreak through isAllowPageBreak and setAllowPageBreak

Application through getApplication

BackColor through getBackgroundColor and setBackgroundColor

BackTransparent through isBackTransparent and setBackTransparent

Cells through getCells

Columns through getColumns

Name through getName and setName

Rows through getRows

Methods

borders

cell

remove

Creation and access
  • To create a new table, use the add method in the TextTables class.
  • To get a table of a document, use the item method in the TextTables class.

Usage

TextTable provides access to rows, columns, and cells of a table, and provides a method to remove the table.

See examples

Example: TextTables