- appendColumns
void appendColumns(int count)
Undocumented in source.
- appendRows
void appendRows(int count)
Undocumented in source.
- cellAt
QTextTableCell cellAt(int row, int col)
Undocumented in source.
- cellAt
QTextTableCell cellAt(int position)
Undocumented in source.
- cellAt
QTextTableCell cellAt(const(QTextCursor) c)
Undocumented in source.
- columns
int columns()
Undocumented in source.
- format
QTextTableFormat format()
Undocumented in source. Be warned that the author may not have intended to support it.
- insertColumns
void insertColumns(int pos, int num)
Undocumented in source.
- insertRows
void insertRows(int pos, int num)
Undocumented in source.
- mergeCells
void mergeCells(int row, int col, int numRows, int numCols)
Undocumented in source.
- mergeCells
void mergeCells(const(QTextCursor) cursor)
Undocumented in source.
- removeColumns
void removeColumns(int pos, int num)
Undocumented in source.
- removeRows
void removeRows(int pos, int num)
Undocumented in source.
- resize
void resize(int rows, int cols)
Undocumented in source.
- rowEnd
QTextCursor rowEnd(const(QTextCursor) c)
Undocumented in source.
- rowStart
QTextCursor rowStart(const(QTextCursor) c)
Undocumented in source.
- rows
int rows()
Undocumented in source.
- setFormat
void setFormat(const(QTextTableFormat) format)
Undocumented in source.
- splitCell
void splitCell(int row, int col, int numRows, int numCols)
Undocumented in source.