The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Qt::Gui::QTextFrameFormat

PUBLIC METHODS

QTextFrameFormat()
qreal border()
QBrush borderBrush()
QTextFrameFormat::BorderStyle borderStyle()
qreal bottomMargin()
QTextLength height()
bool isValid()
qreal leftMargin()
qreal margin()
qreal padding()
QFlags<QTextFormat::PageBreakFlag> pageBreakPolicy()
QTextFrameFormat::Position position()
qreal rightMargin()
void setBorder(qreal border)
void setBorderBrush(const QBrush & brush)
void setBorderStyle(QTextFrameFormat::BorderStyle style)
void setBottomMargin(qreal margin)
void setHeight(qreal height)
void setHeight(const QTextLength & height)
void setLeftMargin(qreal margin)
void setMargin(qreal margin)
void setPadding(qreal padding)
void setPageBreakPolicy(QFlags<QTextFormat::PageBreakFlag> flags)
void setPosition(QTextFrameFormat::Position f)
void setRightMargin(qreal margin)
void setTopMargin(qreal margin)
void setWidth(qreal width)
void setWidth(const QTextLength & length)
qreal topMargin()
QTextLength width()

ENUM VALUES

InFlow
FloatLeft
FloatRight
BorderStyle_None
BorderStyle_Dotted
BorderStyle_Dashed
BorderStyle_Solid
BorderStyle_Double
BorderStyle_DotDash
BorderStyle_DotDotDash
BorderStyle_Groove
BorderStyle_Ridge
BorderStyle_Inset
BorderStyle_Outset

EXPORT

None by default.

AUTHOR

Dongxu Ma <dongxu@cpan.org>

COPYRIGHT AND LICENSE

Copyright (C) 2011 - 2012 by Dongxu Ma

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://dev.perl.org/licenses/artistic.html