QTextTable

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(QTextDocument doc)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

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.

Inherited Members

From QTextFrame

~this
~this()
Undocumented in source.
setFrameFormat
void setFrameFormat(const(QTextFrameFormat) aformat)
Undocumented in source. Be warned that the author may not have intended to support it.
frameFormat
QTextFrameFormat frameFormat()
Undocumented in source. Be warned that the author may not have intended to support it.
firstCursorPosition
QTextCursor firstCursorPosition()
Undocumented in source.
lastCursorPosition
QTextCursor lastCursorPosition()
Undocumented in source.
firstPosition
int firstPosition()
Undocumented in source.
lastPosition
int lastPosition()
Undocumented in source.
layoutData
QTextFrameLayoutData layoutData()
Undocumented in source.
setLayoutData
void setLayoutData(QTextFrameLayoutData data)
Undocumented in source.
childFrames
QList!(QTextFrame) childFrames()
Undocumented in source.
parentFrame
QTextFrame parentFrame()
Undocumented in source.
iterator
struct iterator
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
Iterator
alias Iterator = iterator
Undocumented in source.
begin
iterator begin()
Undocumented in source.
end
iterator end()
Undocumented in source.

Meta