/*
 * $Id$
 */

/*  $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():new( ... )
 *     QTextFormat():from( pPtr_OR_oObj_of_type_QTextFormat )
 *     QTextFormat():configure( pPtr_OR_oObj_of_type_QTextFormat )
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QTextFormat
 *  $METHODS$
 *     :background()                                       -> pQBrush
 *     :boolProperty( nPropertyId )                        -> lBool
 *     :brushProperty( nPropertyId )                       -> pQBrush
 *     :clearBackground()                                  -> NIL
 *     :clearForeground()                                  -> NIL
 *     :clearProperty( nPropertyId )                       -> NIL
 *     :colorProperty( nPropertyId )                       -> pQColor
 *     :doubleProperty( nPropertyId )                      -> nQreal
 *     :foreground()                                       -> pQBrush
 *     :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 )                      -> pQTextLength
 *     :merge( pOther )                                    -> NIL
 *     :objectIndex()                                      -> nInt
 *     :objectType()                                       -> nInt
 *     :penProperty( nPropertyId )                         -> pQPen
 *     :property( nPropertyId )                            -> pQVariant
 *     :propertyCount()                                    -> nInt
 *     :setBackground( pBrush )                            -> NIL
 *     :setForeground( pBrush )                            -> NIL
 *     :setLayoutDirection( nDirection )                   -> NIL
 *     :setObjectIndex( nIndex )                           -> NIL
 *     :setObjectType( nType )                             -> NIL
 *     :setProperty( nPropertyId, pValue )                 -> NIL
 *     :stringProperty( nPropertyId )                      -> cQString
 *     :toBlockFormat()                                    -> pQTextBlockFormat
 *     :toCharFormat()                                     -> pQTextCharFormat
 *     :toFrameFormat()                                    -> pQTextFrameFormat
 *     :toImageFormat()                                    -> pQTextImageFormat
 *     :toListFormat()                                     -> pQTextListFormat
 *     :toTableFormat()                                    -> pQTextTableFormat
 *     :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$
 *     Harbour source: contrib/hbqt/qtgui/TQTextFormat.prg
 *     C++ wrappers  : contrib/hbqt/qtgui/QTextFormat.cpp
 *     Library       : hbqtgui
 *  $SEEALSO$
 *     
 *  $END$
 */
