/*
 *  hbQTgen v1.0 - Harbour Callable Wrappers Generator for Qt v4.5.3+
 *  Please do not modify this document as it is subject to change in future.
 *  Pritpal Bedi <bedipritpal@hotmail.com>
 */

/*  $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, MacOS, OS2
    $VERSION$
        4.5.3
    $FILES$
        Prg Source   : contrib/hbqt/qtgui/TQTextFormat.prg
        C++ Wrappers : contrib/hbqt/qtgui/QTextFormat.cpp
        Library      : hbqtgui
    $SEEALSO$

    $END$
 */
