Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a6711891ce757817bba854bf3f25205a > files > 2492

qtjambi-doc-4.3.3-3mdv2008.1.i586.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- /home/gvatteka/dev/qt-4.3/doc/src/richtext.qdoc -->
<head>
  <title>Rich Text Processing</title>
  <link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1 align="center">Rich Text Processing<br /><small></small></h1>
<p>The Scribe framework provides a set of classes for reading and manipulating structured rich text documents. Unlike previous rich text support in Qt, the new classes are centered around the <a href="gui/QTextDocument.html"><tt>QTextDocument</tt></a> class rather than raw textual information. This enables the developer to create and modify structured rich text documents without having to prepare content in an intermediate markup format.</p>
<p>The information within a document can be accessed via two complementary interfaces: A cursor-based interface is used for editing, and a read-only hierarchical interface provides a high level overview of the document structure. The main advantage of the cursor-based interface is that the text can be edited using operations that mimic a user's interaction with an editor, without losing the underlying structure of the document. The read-only hierarchical interface is most useful when performing operations such as searching and document export.</p>
<p>This document is divided up into chapters for convenient reference:</p>
<ul>
<li><a href="richtext-structure.html">Rich Text Document Structure</tt></a> outlines the different kinds of elements in a <a href="gui/QTextDocument.html"><tt>QTextDocument</tt></a>, and describes how they are arranged in a document structure.</li>
<li><a href="richtext-cursor.html"><tt>The QTextCursor Interface</tt></a> explains how rich text documents can be edited using the cursor-based interface.</li>
<li><a href="richtext-common-tasks.html">Common Rich Text Editing Tasks</tt></a> examines some common tasks that involve reading or manipulating rich text documents.</li>
<li><a href="richtext-advanced-processing.html">Advanced Rich Text Processing</tt></a> examines advanced rich text editing tasks.</li>
<li><a href="richtext-html-subset.html">Supported HTML Subset</tt></a> lists the HTML tags supported by <a href="gui/QTextDocument.html"><tt>QTextDocument</tt></a>.</li>
</ul>
<p>See also the list of Text Processing Classes</tt>.</p>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td width="30%">Copyright &copy; 2007 <a href="trolltech.html">Trolltech</a></td>
<td width="40%" align="center"><a href="trademarks.html">Trademarks</a></td>
<td width="30%" align="right"><div align="right">Qt Jambi </div></td>
</tr></table></div></address></body>
</html>