
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QTextFrameFormat()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qtextframeformat.html
 *  $ONELINER$
 *     Creates a new QTextFrameFormat object.
 *  $INHERITS$
 *     QTextFormat
 *  $SYNTAX$
 *     QTextFrameFormat( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QTextFrameFormat
 *  $METHODS$
 *     :border()                                           -> nQreal
 *     :borderBrush()                                      -> oQBrush
 *     :borderStyle()                                      -> nBorderStyle
 *     :bottomMargin()                                     -> nQreal
 *     :height()                                           -> oQTextLength
 *     :isValid()                                          -> lBool
 *     :leftMargin()                                       -> nQreal
 *     :margin()                                           -> nQreal
 *     :padding()                                          -> nQreal
 *     :pageBreakPolicy()                                  -> nPageBreakFlags
 *     :position()                                         -> nPosition
 *     :rightMargin()                                      -> nQreal
 *     :setBorder( nWidth )                                -> NIL
 *     :setBorderBrush( oQBrush )                          -> NIL
 *     :setBorderStyle( nStyle )                           -> NIL
 *     :setBottomMargin( nMargin )                         -> NIL
 *     :setHeight( oQTextLength )                          -> NIL
 *     :( nHeight )                                        -> NIL
 *     :setLeftMargin( nMargin )                           -> NIL
 *     :setMargin( nMargin )                               -> NIL
 *     :setPadding( nWidth )                               -> NIL
 *     :setPageBreakPolicy( nPolicy )                      -> NIL
 *     :setPosition( nPolicy )                             -> NIL
 *     :setRightMargin( nMargin )                          -> NIL
 *     :setTopMargin( nMargin )                            -> NIL
 *     :setWidth( oQTextLength )                           -> NIL
 *     :( nWidth )                                         -> NIL
 *     :topMargin()                                        -> nQreal
 *     :width()                                            -> oQTextLength
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Library: hbqtgui
 *  $END$
 */
