Class

Table

Table(txTable)

Constructor

# new Table(txTable)

Wrapper für TXTextControl.Table
Parameters:
Name Type Description
txTable any

View Source Table.js, line 5

Classes

Table

Members

number

# static Table

View Source Table.js, line 43

Methods

# async getID() → {Promise.<number>}

View Source Table.js, line 36

Promise.<number>

# async mergeCells() → {Promise.<boolean>}

Merges all selected table cells in this table.

View Source Table.js, line 50

Promise.<boolean>

# async selectCells(startRow, startColumn, stopRow, stopColumn) → {Promise.<void>}

Selects the part of the table defined through two table cells
Parameters:
Name Type Description
startRow number
startColumn number
stopRow number
stopColumn number

View Source Table.js, line 64

Promise.<void>