API reference - Class QTextFrameFormat

Notation used in Ruby API documentation

Module: QtGui

Description: Binding of QTextFrameFormat

Class hierarchy: QTextFrameFormat » QTextFormat

Sub-classes: BorderStyle, QFlags_BorderStyle, Position, QFlags_Position

Public constructors

new QTextFrameFormatnewConstructor QTextFrameFormat::QTextFrameFormat()

Public methods

void_assign(const QTextFrameFormat other)Assigns another object to self
void_createEnsures the C++ object is created
void_destroyExplicitly destroys the object
[const]bool_destroyed?Returns a value indicating whether the object was already destroyed
[const]new QTextFrameFormat ptr_dupCreates a copy of self
[const]bool_is_const_object?Returns a value indicating whether the reference is a const reference
void_manageMarks the object as managed by the script side.
void_unmanageMarks the object as no longer owned by the script side.
[const]doubleborderMethod double QTextFrameFormat::border()
voidborder=(double border)Method void QTextFrameFormat::setBorder(double border)
[const]QBrushborderBrushMethod QBrush QTextFrameFormat::borderBrush()
voidborderBrush=(const QBrush brush)Method void QTextFrameFormat::setBorderBrush(const QBrush &brush)
[const]QTextFrameFormat_BorderStyleborderStyleMethod QTextFrameFormat::BorderStyle QTextFrameFormat::borderStyle()
voidborderStyle=(const QTextFrameFormat_BorderStyle style)Method void QTextFrameFormat::setBorderStyle(QTextFrameFormat::BorderStyle style)
[const]doublebottomMarginMethod double QTextFrameFormat::bottomMargin()
voidbottomMargin=(double margin)Method void QTextFrameFormat::setBottomMargin(double margin)
[const]QTextLengthheightMethod QTextLength QTextFrameFormat::height()
[const]boolisValid?Method bool QTextFrameFormat::isValid()
[const]doubleleftMarginMethod double QTextFrameFormat::leftMargin()
voidleftMargin=(double margin)Method void QTextFrameFormat::setLeftMargin(double margin)
[const]doublemarginMethod double QTextFrameFormat::margin()
voidmargin=(double margin)Method void QTextFrameFormat::setMargin(double margin)
[const]doublepaddingMethod double QTextFrameFormat::padding()
voidpadding=(double padding)Method void QTextFrameFormat::setPadding(double padding)
[const]QTextFormat_QFlags_PageBreakFlagpageBreakPolicyMethod QFlags<QTextFormat::PageBreakFlag> QTextFrameFormat::pageBreakPolicy()
voidpageBreakPolicy=(QTextFormat_QFlags_PageBreakFlag flags)Method void QTextFrameFormat::setPageBreakPolicy(QFlags<QTextFormat::PageBreakFlag> flags)
[const]QTextFrameFormat_PositionpositionMethod QTextFrameFormat::Position QTextFrameFormat::position()
voidposition=(const QTextFrameFormat_Position f)Method void QTextFrameFormat::setPosition(QTextFrameFormat::Position f)
[const]doublerightMarginMethod double QTextFrameFormat::rightMargin()
voidrightMargin=(double margin)Method void QTextFrameFormat::setRightMargin(double margin)
voidsetBorder(double border)Method void QTextFrameFormat::setBorder(double border)
voidsetBorderBrush(const QBrush brush)Method void QTextFrameFormat::setBorderBrush(const QBrush &brush)
voidsetBorderStyle(const QTextFrameFormat_BorderStyle style)Method void QTextFrameFormat::setBorderStyle(QTextFrameFormat::BorderStyle style)
voidsetBottomMargin(double margin)Method void QTextFrameFormat::setBottomMargin(double margin)
voidsetHeight(double height)Method void QTextFrameFormat::setHeight(double height)
voidsetHeight(const QTextLength height)Method void QTextFrameFormat::setHeight(const QTextLength &height)
voidsetLeftMargin(double margin)Method void QTextFrameFormat::setLeftMargin(double margin)
voidsetMargin(double margin)Method void QTextFrameFormat::setMargin(double margin)
voidsetPadding(double padding)Method void QTextFrameFormat::setPadding(double padding)
voidsetPageBreakPolicy(QTextFormat_QFlags_PageBreakFlag flags)Method void QTextFrameFormat::setPageBreakPolicy(QFlags<QTextFormat::PageBreakFlag> flags)
voidsetPosition(const QTextFrameFormat_Position f)Method void QTextFrameFormat::setPosition(QTextFrameFormat::Position f)
voidsetRightMargin(double margin)Method void QTextFrameFormat::setRightMargin(double margin)
voidsetTopMargin(double margin)Method void QTextFrameFormat::setTopMargin(double margin)
voidsetWidth(double width)Method void QTextFrameFormat::setWidth(double width)
voidsetWidth(const QTextLength length)Method void QTextFrameFormat::setWidth(const QTextLength &length)
[const]doubletopMarginMethod double QTextFrameFormat::topMargin()
voidtopMargin=(double margin)Method void QTextFrameFormat::setTopMargin(double margin)
[const]QTextLengthwidthMethod QTextLength QTextFrameFormat::width()

Public static methods and constants

[static,const]QTextFrameFormat_BorderStyleBorderStyle_DashedEnum constant QTextFrameFormat::BorderStyle_Dashed
[static,const]QTextFrameFormat_BorderStyleBorderStyle_DotDashEnum constant QTextFrameFormat::BorderStyle_DotDash
[static,const]QTextFrameFormat_BorderStyleBorderStyle_DotDotDashEnum constant QTextFrameFormat::BorderStyle_DotDotDash
[static,const]QTextFrameFormat_BorderStyleBorderStyle_DottedEnum constant QTextFrameFormat::BorderStyle_Dotted
[static,const]QTextFrameFormat_BorderStyleBorderStyle_DoubleEnum constant QTextFrameFormat::BorderStyle_Double
[static,const]QTextFrameFormat_BorderStyleBorderStyle_GrooveEnum constant QTextFrameFormat::BorderStyle_Groove
[static,const]QTextFrameFormat_BorderStyleBorderStyle_InsetEnum constant QTextFrameFormat::BorderStyle_Inset
[static,const]QTextFrameFormat_BorderStyleBorderStyle_NoneEnum constant QTextFrameFormat::BorderStyle_None
[static,const]QTextFrameFormat_BorderStyleBorderStyle_OutsetEnum constant QTextFrameFormat::BorderStyle_Outset
[static,const]QTextFrameFormat_BorderStyleBorderStyle_RidgeEnum constant QTextFrameFormat::BorderStyle_Ridge
[static,const]QTextFrameFormat_BorderStyleBorderStyle_SolidEnum constant QTextFrameFormat::BorderStyle_Solid
[static,const]QTextFrameFormat_PositionFloatLeftEnum constant QTextFrameFormat::FloatLeft
[static,const]QTextFrameFormat_PositionFloatRightEnum constant QTextFrameFormat::FloatRight
[static,const]QTextFrameFormat_PositionInFlowEnum constant QTextFrameFormat::InFlow

Detailed description

BorderStyle_Dashed

Signature: [static,const] QTextFrameFormat_BorderStyle BorderStyle_Dashed

Description: Enum constant QTextFrameFormat::BorderStyle_Dashed

Python specific notes:
The object exposes a readable attribute 'BorderStyle_Dashed'. This is the getter.

BorderStyle_DotDash

Signature: [static,const] QTextFrameFormat_BorderStyle BorderStyle_DotDash

Description: Enum constant QTextFrameFormat::BorderStyle_DotDash

Python specific notes:
The object exposes a readable attribute 'BorderStyle_DotDash'. This is the getter.

BorderStyle_DotDotDash

Signature: [static,const] QTextFrameFormat_BorderStyle BorderStyle_DotDotDash

Description: Enum constant QTextFrameFormat::BorderStyle_DotDotDash

Python specific notes:
The object exposes a readable attribute 'BorderStyle_DotDotDash'. This is the getter.

BorderStyle_Dotted

Signature: [static,const] QTextFrameFormat_BorderStyle BorderStyle_Dotted

Description: Enum constant QTextFrameFormat::BorderStyle_Dotted

Python specific notes:
The object exposes a readable attribute 'BorderStyle_Dotted'. This is the getter.

BorderStyle_Double

Signature: [static,const] QTextFrameFormat_BorderStyle BorderStyle_Double

Description: Enum constant QTextFrameFormat::BorderStyle_Double

Python specific notes:
The object exposes a readable attribute 'BorderStyle_Double'. This is the getter.

BorderStyle_Groove

Signature: [static,const] QTextFrameFormat_BorderStyle BorderStyle_Groove

Description: Enum constant QTextFrameFormat::BorderStyle_Groove

Python specific notes:
The object exposes a readable attribute 'BorderStyle_Groove'. This is the getter.

BorderStyle_Inset

Signature: [static,const] QTextFrameFormat_BorderStyle BorderStyle_Inset

Description: Enum constant QTextFrameFormat::BorderStyle_Inset

Python specific notes:
The object exposes a readable attribute 'BorderStyle_Inset'. This is the getter.

BorderStyle_None

Signature: [static,const] QTextFrameFormat_BorderStyle BorderStyle_None

Description: Enum constant QTextFrameFormat::BorderStyle_None

Python specific notes:
The object exposes a readable attribute 'BorderStyle_None'. This is the getter.

BorderStyle_Outset

Signature: [static,const] QTextFrameFormat_BorderStyle BorderStyle_Outset

Description: Enum constant QTextFrameFormat::BorderStyle_Outset

Python specific notes:
The object exposes a readable attribute 'BorderStyle_Outset'. This is the getter.

BorderStyle_Ridge

Signature: [static,const] QTextFrameFormat_BorderStyle BorderStyle_Ridge

Description: Enum constant QTextFrameFormat::BorderStyle_Ridge

Python specific notes:
The object exposes a readable attribute 'BorderStyle_Ridge'. This is the getter.

BorderStyle_Solid

Signature: [static,const] QTextFrameFormat_BorderStyle BorderStyle_Solid

Description: Enum constant QTextFrameFormat::BorderStyle_Solid

Python specific notes:
The object exposes a readable attribute 'BorderStyle_Solid'. This is the getter.

FloatLeft

Signature: [static,const] QTextFrameFormat_Position FloatLeft

Description: Enum constant QTextFrameFormat::FloatLeft

Python specific notes:
The object exposes a readable attribute 'FloatLeft'. This is the getter.

FloatRight

Signature: [static,const] QTextFrameFormat_Position FloatRight

Description: Enum constant QTextFrameFormat::FloatRight

Python specific notes:
The object exposes a readable attribute 'FloatRight'. This is the getter.

InFlow

Signature: [static,const] QTextFrameFormat_Position InFlow

Description: Enum constant QTextFrameFormat::InFlow

Python specific notes:
The object exposes a readable attribute 'InFlow'. This is the getter.

_assign

Signature: void _assign (const QTextFrameFormat other)

Description: Assigns another object to self

_create

Signature: void _create

Description: 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.

_destroy

Signature: void _destroy

Description: Explicitly destroys the object

Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing.

_destroyed?

Signature: [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.

_dup

Signature: [const] new QTextFrameFormat ptr _dup

Description: Creates a copy of self

_is_const_object?

Signature: [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.

_manage

Signature: void _manage

Description: Marks the object as managed by the script side.

After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required.

Usually it's not required to call this method. It has been introduced in version 0.24.

_unmanage

Signature: void _unmanage

Description: Marks the object as no longer owned by the script side.

Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur.

Usually it's not required to call this method. It has been introduced in version 0.24.

border

Signature: [const] double border

Description: Method double QTextFrameFormat::border()

Python specific notes:
The object exposes a readable attribute 'border'. This is the getter.

border=

Signature: void border= (double border)

Description: Method void QTextFrameFormat::setBorder(double border)

Python specific notes:
The object exposes a writable attribute 'border'. This is the setter.

borderBrush

Signature: [const] QBrush borderBrush

Description: Method QBrush QTextFrameFormat::borderBrush()

Python specific notes:
The object exposes a readable attribute 'borderBrush'. This is the getter.

borderBrush=

Signature: void borderBrush= (const QBrush brush)

Description: Method void QTextFrameFormat::setBorderBrush(const QBrush &brush)

Python specific notes:
The object exposes a writable attribute 'borderBrush'. This is the setter.

borderStyle

Signature: [const] QTextFrameFormat_BorderStyle borderStyle

Description: Method QTextFrameFormat::BorderStyle QTextFrameFormat::borderStyle()

Python specific notes:
The object exposes a readable attribute 'borderStyle'. This is the getter.

borderStyle=

Signature: void borderStyle= (const QTextFrameFormat_BorderStyle style)

Description: Method void QTextFrameFormat::setBorderStyle(QTextFrameFormat::BorderStyle style)

Python specific notes:
The object exposes a writable attribute 'borderStyle'. This is the setter.

bottomMargin

Signature: [const] double bottomMargin

Description: Method double QTextFrameFormat::bottomMargin()

Python specific notes:
The object exposes a readable attribute 'bottomMargin'. This is the getter.

bottomMargin=

Signature: void bottomMargin= (double margin)

Description: Method void QTextFrameFormat::setBottomMargin(double margin)

Python specific notes:
The object exposes a writable attribute 'bottomMargin'. This is the setter.

height

Signature: [const] QTextLength height

Description: Method QTextLength QTextFrameFormat::height()

isValid?

Signature: [const] bool isValid?

Description: Method bool QTextFrameFormat::isValid()

leftMargin

Signature: [const] double leftMargin

Description: Method double QTextFrameFormat::leftMargin()

Python specific notes:
The object exposes a readable attribute 'leftMargin'. This is the getter.

leftMargin=

Signature: void leftMargin= (double margin)

Description: Method void QTextFrameFormat::setLeftMargin(double margin)

Python specific notes:
The object exposes a writable attribute 'leftMargin'. This is the setter.

margin

Signature: [const] double margin

Description: Method double QTextFrameFormat::margin()

Python specific notes:
The object exposes a readable attribute 'margin'. This is the getter.

margin=

Signature: void margin= (double margin)

Description: Method void QTextFrameFormat::setMargin(double margin)

Python specific notes:
The object exposes a writable attribute 'margin'. This is the setter.

new

Signature: [static] new QTextFrameFormat new

Description: Constructor QTextFrameFormat::QTextFrameFormat()

This method creates an object of class QTextFrameFormat.

Python specific notes:
This method is the default initializer of the object.

padding

Signature: [const] double padding

Description: Method double QTextFrameFormat::padding()

Python specific notes:
The object exposes a readable attribute 'padding'. This is the getter.

padding=

Signature: void padding= (double padding)

Description: Method void QTextFrameFormat::setPadding(double padding)

Python specific notes:
The object exposes a writable attribute 'padding'. This is the setter.

pageBreakPolicy

Signature: [const] QTextFormat_QFlags_PageBreakFlag pageBreakPolicy

Description: Method QFlags<QTextFormat::PageBreakFlag> QTextFrameFormat::pageBreakPolicy()

Python specific notes:
The object exposes a readable attribute 'pageBreakPolicy'. This is the getter.

pageBreakPolicy=

Signature: void pageBreakPolicy= (QTextFormat_QFlags_PageBreakFlag flags)

Description: Method void QTextFrameFormat::setPageBreakPolicy(QFlags<QTextFormat::PageBreakFlag> flags)

Python specific notes:
The object exposes a writable attribute 'pageBreakPolicy'. This is the setter.

position

Signature: [const] QTextFrameFormat_Position position

Description: Method QTextFrameFormat::Position QTextFrameFormat::position()

Python specific notes:
The object exposes a readable attribute 'position'. This is the getter.

position=

Signature: void position= (const QTextFrameFormat_Position f)

Description: Method void QTextFrameFormat::setPosition(QTextFrameFormat::Position f)

Python specific notes:
The object exposes a writable attribute 'position'. This is the setter.

rightMargin

Signature: [const] double rightMargin

Description: Method double QTextFrameFormat::rightMargin()

Python specific notes:
The object exposes a readable attribute 'rightMargin'. This is the getter.

rightMargin=

Signature: void rightMargin= (double margin)

Description: Method void QTextFrameFormat::setRightMargin(double margin)

Python specific notes:
The object exposes a writable attribute 'rightMargin'. This is the setter.

setBorder

Signature: void setBorder (double border)

Description: Method void QTextFrameFormat::setBorder(double border)

Python specific notes:
The object exposes a writable attribute 'border'. This is the setter.

setBorderBrush

Signature: void setBorderBrush (const QBrush brush)

Description: Method void QTextFrameFormat::setBorderBrush(const QBrush &brush)

Python specific notes:
The object exposes a writable attribute 'borderBrush'. This is the setter.

setBorderStyle

Signature: void setBorderStyle (const QTextFrameFormat_BorderStyle style)

Description: Method void QTextFrameFormat::setBorderStyle(QTextFrameFormat::BorderStyle style)

Python specific notes:
The object exposes a writable attribute 'borderStyle'. This is the setter.

setBottomMargin

Signature: void setBottomMargin (double margin)

Description: Method void QTextFrameFormat::setBottomMargin(double margin)

Python specific notes:
The object exposes a writable attribute 'bottomMargin'. This is the setter.

setHeight

(1) Signature: void setHeight (double height)

Description: Method void QTextFrameFormat::setHeight(double height)

(2) Signature: void setHeight (const QTextLength height)

Description: Method void QTextFrameFormat::setHeight(const QTextLength &height)

setLeftMargin

Signature: void setLeftMargin (double margin)

Description: Method void QTextFrameFormat::setLeftMargin(double margin)

Python specific notes:
The object exposes a writable attribute 'leftMargin'. This is the setter.

setMargin

Signature: void setMargin (double margin)

Description: Method void QTextFrameFormat::setMargin(double margin)

Python specific notes:
The object exposes a writable attribute 'margin'. This is the setter.

setPadding

Signature: void setPadding (double padding)

Description: Method void QTextFrameFormat::setPadding(double padding)

Python specific notes:
The object exposes a writable attribute 'padding'. This is the setter.

setPageBreakPolicy

Signature: void setPageBreakPolicy (QTextFormat_QFlags_PageBreakFlag flags)

Description: Method void QTextFrameFormat::setPageBreakPolicy(QFlags<QTextFormat::PageBreakFlag> flags)

Python specific notes:
The object exposes a writable attribute 'pageBreakPolicy'. This is the setter.

setPosition

Signature: void setPosition (const QTextFrameFormat_Position f)

Description: Method void QTextFrameFormat::setPosition(QTextFrameFormat::Position f)

Python specific notes:
The object exposes a writable attribute 'position'. This is the setter.

setRightMargin

Signature: void setRightMargin (double margin)

Description: Method void QTextFrameFormat::setRightMargin(double margin)

Python specific notes:
The object exposes a writable attribute 'rightMargin'. This is the setter.

setTopMargin

Signature: void setTopMargin (double margin)

Description: Method void QTextFrameFormat::setTopMargin(double margin)

Python specific notes:
The object exposes a writable attribute 'topMargin'. This is the setter.

setWidth

(1) Signature: void setWidth (double width)

Description: Method void QTextFrameFormat::setWidth(double width)

(2) Signature: void setWidth (const QTextLength length)

Description: Method void QTextFrameFormat::setWidth(const QTextLength &length)

topMargin

Signature: [const] double topMargin

Description: Method double QTextFrameFormat::topMargin()

Python specific notes:
The object exposes a readable attribute 'topMargin'. This is the getter.

topMargin=

Signature: void topMargin= (double margin)

Description: Method void QTextFrameFormat::setTopMargin(double margin)

Python specific notes:
The object exposes a writable attribute 'topMargin'. This is the setter.

width

Signature: [const] QTextLength width

Description: Method QTextLength QTextFrameFormat::width()