
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QTextFormat()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qtextformat.html
 *  $ONELINER$
 *     Creates a new QTextFormat object.
 *  $INHERITS$
 * 
 *  $SYNTAX$
 *     QTextFormat( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QTextFormat
 *  $METHODS$
 *     :background()                                       -> oQBrush
 *     :boolProperty( nPropertyId )                        -> lBool
 *     :brushProperty( nPropertyId )                       -> oQBrush
 *     :clearBackground()                                  -> NIL
 *     :clearForeground()                                  -> NIL
 *     :clearProperty( nPropertyId )                       -> NIL
 *     :colorProperty( nPropertyId )                       -> oQColor
 *     :doubleProperty( nPropertyId )                      -> nQreal
 *     :foreground()                                       -> oQBrush
 *     :hasProperty( nPropertyId )                         -> lBool
 *     :intProperty( nPropertyId )                         -> nInt
 *     :isBlockFormat()                                    -> lBool
 *     :isCharFormat()                                     -> lBool
 *     :isFrameFormat()                                    -> lBool
 *     :isImageFormat()                                    -> lBool
 *     :isListFormat()                                     -> lBool
 *     :isTableCellFormat()                                -> lBool
 *     :isTableFormat()                                    -> lBool
 *     :isValid()                                          -> lBool
 *     :layoutDirection()                                  -> nQt_LayoutDirection
 *     :lengthProperty( nPropertyId )                      -> oQTextLength
 *     :merge( oQTextFormat )                              -> NIL
 *     :objectIndex()                                      -> nInt
 *     :objectType()                                       -> nInt
 *     :penProperty( nPropertyId )                         -> oQPen
 *     :property( nPropertyId )                            -> oQVariant
 *     :propertyCount()                                    -> nInt
 *     :setBackground( oQBrush )                           -> NIL
 *     :setForeground( oQBrush )                           -> NIL
 *     :setLayoutDirection( nDirection )                   -> NIL
 *     :setObjectIndex( nIndex )                           -> NIL
 *     :setObjectType( nType )                             -> NIL
 *     :setProperty( nPropertyId, oQVariant )              -> NIL
 *     :stringProperty( nPropertyId )                      -> cQString
 *     :toBlockFormat()                                    -> oQTextBlockFormat
 *     :toCharFormat()                                     -> oQTextCharFormat
 *     :toFrameFormat()                                    -> oQTextFrameFormat
 *     :toImageFormat()                                    -> oQTextImageFormat
 *     :toListFormat()                                     -> oQTextListFormat
 *     :toTableFormat()                                    -> oQTextTableFormat
 *     :type()                                             -> nInt
 * 
 *  $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$
 */
