
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QTextBlockFormat()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qtextblockformat.html
 *  $ONELINER$
 *     Creates a new QTextBlockFormat object.
 *  $INHERITS$
 *     QTextFormat
 *  $SYNTAX$
 *     QTextBlockFormat( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QTextBlockFormat
 *  $METHODS$
 *     :alignment()                                        -> nQt_Alignment
 *     :bottomMargin()                                     -> nQreal
 *     :indent()                                           -> nInt
 *     :isValid()                                          -> lBool
 *     :leftMargin()                                       -> nQreal
 *     :nonBreakableLines()                                -> lBool
 *     :pageBreakPolicy()                                  -> nPageBreakFlags
 *     :rightMargin()                                      -> nQreal
 *     :setAlignment( nAlignment )                         -> NIL
 *     :setBottomMargin( nMargin )                         -> NIL
 *     :setIndent( nIndentation )                          -> NIL
 *     :setLeftMargin( nMargin )                           -> NIL
 *     :setNonBreakableLines( lB )                         -> NIL
 *     :setPageBreakPolicy( nPolicy )                      -> NIL
 *     :setRightMargin( nMargin )                          -> NIL
 *     :setTextIndent( nIndent )                           -> NIL
 *     :setTopMargin( nMargin )                            -> NIL
 *     :textIndent()                                       -> nQreal
 *     :topMargin()                                        -> nQreal
 * 
 *  $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$
 */
