QTextBlockFormat

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

Aliases

PageBreakFlags
alias PageBreakFlags = QTextFormat.PageBreakFlags
Undocumented in source.

Enums

LineHeightTypes
enum LineHeightTypes
Undocumented in source.
MarkerType
enum MarkerType
Undocumented in source.

Functions

bottomMargin
qreal bottomMargin()
Undocumented in source. Be warned that the author may not have intended to support it.
headingLevel
int headingLevel()
Undocumented in source. Be warned that the author may not have intended to support it.
indent
int indent()
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.
leftMargin
qreal leftMargin()
Undocumented in source. Be warned that the author may not have intended to support it.
lineHeight
qreal lineHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
lineHeightType
int lineHeightType()
Undocumented in source. Be warned that the author may not have intended to support it.
nonBreakableLines
bool nonBreakableLines()
Undocumented in source. Be warned that the author may not have intended to support it.
rightMargin
qreal rightMargin()
Undocumented in source. Be warned that the author may not have intended to support it.
setAlignment
void setAlignment(qt.core.namespace.Alignment aalignment)
Undocumented in source. Be warned that the author may not have intended to support it.
setBottomMargin
void setBottomMargin(qreal margin)
Undocumented in source. Be warned that the author may not have intended to support it.
setHeadingLevel
void setHeadingLevel(int alevel)
Undocumented in source. Be warned that the author may not have intended to support it.
setIndent
void setIndent(int aindent)
Undocumented in source. Be warned that the author may not have intended to support it.
setLeftMargin
void setLeftMargin(qreal margin)
Undocumented in source. Be warned that the author may not have intended to support it.
setLineHeight
void setLineHeight(qreal height, int heightType)
Undocumented in source. Be warned that the author may not have intended to support it.
setMarker
void setMarker(MarkerType marker)
Undocumented in source. Be warned that the author may not have intended to support it.
setNonBreakableLines
void setNonBreakableLines(bool b)
Undocumented in source. Be warned that the author may not have intended to support it.
setPageBreakPolicy
void setPageBreakPolicy(PageBreakFlags flags)
Undocumented in source. Be warned that the author may not have intended to support it.
setRightMargin
void setRightMargin(qreal margin)
Undocumented in source. Be warned that the author may not have intended to support it.
setTabPositions
void setTabPositions(const(QList!(QTextOption.Tab)) tabs)
Undocumented in source.
setTextIndent
void setTextIndent(qreal aindent)
Undocumented in source. Be warned that the author may not have intended to support it.
setTopMargin
void setTopMargin(qreal margin)
Undocumented in source. Be warned that the author may not have intended to support it.
tabPositions
QList!(QTextOption.Tab) tabPositions()
Undocumented in source.
textIndent
qreal textIndent()
Undocumented in source. Be warned that the author may not have intended to support it.
topMargin
qreal topMargin()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

base0
QTextFormat base0;
Undocumented in source.

Meta