API reference - Class QTextBlockFormatNotation used in Ruby API documentation Description: Binding of QTextBlockFormat Class hierarchy: QTextBlockFormat » QTextFormat Public constructors
Public methods
Detailed description[const] Qt_QFlags_AlignmentFlag alignmentDescription: Method QFlags<Qt::AlignmentFlag> QTextBlockFormat::alignment() void alignment=(const Qt_QFlags_AlignmentFlag alignment)Description: Method void QTextBlockFormat::setAlignment(QFlags<Qt::AlignmentFlag> alignment) [const] void assign(const QTextBlockFormat other)Description: Assign the contents of another object to self This method assigns the contents of another object to self. This is a deep copy that does not only copy the reference but the actual content. [const] double bottomMarginDescription: Method double QTextBlockFormat::bottomMargin() void bottomMargin=(double margin)Description: Method void QTextBlockFormat::setBottomMargin(double margin) void createDescription: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. void destroyDescription: Explicitly destroy the object Explicitly destroy the object on C++ side if it was owned by the Ruby interpreter. Subsequent access to this object will throw an exception. If the object is not owned by Ruby, this method will do nothing. [const] bool destroyed?Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. [const] QTextBlockFormat dupDescription: Creates a copy of self [const] int indentDescription: Method int QTextBlockFormat::indent() void indent=(int indent)Description: Method void QTextBlockFormat::setIndent(int indent) [const] bool isValidDescription: Method bool QTextBlockFormat::isValid() [const] bool isValid?Description: Method bool QTextBlockFormat::isValid() [const] bool is_const_object?Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. [const] double leftMarginDescription: Method double QTextBlockFormat::leftMargin() void leftMargin=(double margin)Description: Method void QTextBlockFormat::setLeftMargin(double margin) [static] new QTextBlockFormat newDescription: Constructor QTextBlockFormat::QTextBlockFormat() This method creates an object of class QTextBlockFormat. [const] bool nonBreakableLinesDescription: Method bool QTextBlockFormat::nonBreakableLines() void nonBreakableLines=(bool b)Description: Method void QTextBlockFormat::setNonBreakableLines(bool b) [const] QTextFormat_QFlags_PageBreakFlag pageBreakPolicyDescription: Method QFlags<QTextFormat::PageBreakFlag> QTextBlockFormat::pageBreakPolicy() void pageBreakPolicy=(const QTextFormat_QFlags_PageBreakFlag flags)Description: Method void QTextBlockFormat::setPageBreakPolicy(QFlags<QTextFormat::PageBreakFlag> flags) [const] double rightMarginDescription: Method double QTextBlockFormat::rightMargin() void rightMargin=(double margin)Description: Method void QTextBlockFormat::setRightMargin(double margin) void setAlignment(const Qt_QFlags_AlignmentFlag alignment)Description: Method void QTextBlockFormat::setAlignment(QFlags<Qt::AlignmentFlag> alignment) void setBottomMargin(double margin)Description: Method void QTextBlockFormat::setBottomMargin(double margin) void setIndent(int indent)Description: Method void QTextBlockFormat::setIndent(int indent) void setLeftMargin(double margin)Description: Method void QTextBlockFormat::setLeftMargin(double margin) void setNonBreakableLines(bool b)Description: Method void QTextBlockFormat::setNonBreakableLines(bool b) void setPageBreakPolicy(const QTextFormat_QFlags_PageBreakFlag flags)Description: Method void QTextBlockFormat::setPageBreakPolicy(QFlags<QTextFormat::PageBreakFlag> flags) void setRightMargin(double margin)Description: Method void QTextBlockFormat::setRightMargin(double margin) void setTabPositions(QTextOption_Tab[] tabs)Description: Method void QTextBlockFormat::setTabPositions(const QList<QTextOption::Tab> &tabs) void setTextIndent(double aindent)Description: Method void QTextBlockFormat::setTextIndent(double aindent) void setTopMargin(double margin)Description: Method void QTextBlockFormat::setTopMargin(double margin) [const] QTextOption_Tab[] tabPositionsDescription: Method QList<QTextOption::Tab> QTextBlockFormat::tabPositions() void tabPositions=(QTextOption_Tab[] tabs)Description: Method void QTextBlockFormat::setTabPositions(const QList<QTextOption::Tab> &tabs) [const] double textIndentDescription: Method double QTextBlockFormat::textIndent() void textIndent=(double aindent)Description: Method void QTextBlockFormat::setTextIndent(double aindent) [const] double topMarginDescription: Method double QTextBlockFormat::topMargin() void topMargin=(double margin)Description: Method void QTextBlockFormat::setTopMargin(double margin) |