/*
 * $Id$
 */

/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QTextDocumentFragment()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qtextdocumentfragment.html
 *  $ONELINER$
 *     Creates a new QTextDocumentFragment object.
 *  $INHERITS$
 *     
 *  $SYNTAX$
 *     QTextDocumentFragment():new( ... )
 *     QTextDocumentFragment():from( pPtr_OR_oObj_of_type_QTextDocumentFragment )
 *     QTextDocumentFragment():configure( pPtr_OR_oObj_of_type_QTextDocumentFragment )
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QTextDocumentFragment
 *  $METHODS$
 *     :isEmpty()                                          -> lBool
 *     :toHtml( pEncoding )                                -> cQString
 *     :toHtml_1()                                         -> cQString
 *     :toPlainText()                                      -> cQString
 * 
 *  $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/TQTextDocumentFragment.prg
 *     C++ wrappers  : contrib/hbqt/qtgui/QTextDocumentFragment.cpp
 *     Library       : hbqtgui
 *  $SEEALSO$
 *     
 *  $END$
 */
