QTextTableFormat

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()
Undocumented in source.
this
this(const(QTextFormat) fmt)
Undocumented in source.

Alias This

base0

Members

Functions

borderCollapse
bool borderCollapse()
Undocumented in source. Be warned that the author may not have intended to support it.
cellPadding
qreal cellPadding()
Undocumented in source. Be warned that the author may not have intended to support it.
cellSpacing
qreal cellSpacing()
Undocumented in source. Be warned that the author may not have intended to support it.
clearColumnWidthConstraints
void clearColumnWidthConstraints()
Undocumented in source. Be warned that the author may not have intended to support it.
columnWidthConstraints
QVector!(QTextLength) columnWidthConstraints()
Undocumented in source. Be warned that the author may not have intended to support it.
columns
int columns()
Undocumented in source. Be warned that the author may not have intended to support it.
headerRowCount
int headerRowCount()
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool isValid()
Undocumented in source. Be warned that the author may not have intended to support it.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
setAlignment
void setAlignment(qt.core.namespace.Alignment aalignment)
Undocumented in source. Be warned that the author may not have intended to support it.
setBorderCollapse
void setBorderCollapse(bool borderCollapse)
Undocumented in source. Be warned that the author may not have intended to support it.
setCellPadding
void setCellPadding(qreal apadding)
Undocumented in source. Be warned that the author may not have intended to support it.
setCellSpacing
void setCellSpacing(qreal spacing)
Undocumented in source. Be warned that the author may not have intended to support it.
setColumnWidthConstraints
void setColumnWidthConstraints(const(QVector!(QTextLength)) constraints)
Undocumented in source. Be warned that the author may not have intended to support it.
setColumns
void setColumns(int acolumns)
Undocumented in source. Be warned that the author may not have intended to support it.
setHeaderRowCount
void setHeaderRowCount(int count)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

base0
QTextFrameFormat base0;
Undocumented in source.

Meta