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()
- 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 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()
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.