Редактирование: Qt:Документация 4.3.2/richtext

Материал из Wiki.crossplatform.ru

Перейти к: навигация, поиск
Внимание: Вы не представились системе. Ваш IP-адрес будет записан в историю изменений этой страницы.
Правка может быть отменена. Пожалуйста, просмотрите сравнение версий, чтобы убедиться, что это именно те изменения, которые вас интересуют, и нажмите «Записать страницу», чтобы изменения вступили в силу.
Текущая версия Ваш текст
Строка 1: Строка 1:
{{Qt4.3.2_header}}
{{Qt4.3.2_header}}
-
 
+
[Next: [[Qt:4.3.2/richtext-structure | Rich Text Document Structure]]]
-
[Next: [[Qt:Документация 4.3.2/richtext-structure | Rich Text Document Structure]] ]  
+
=Rich Text Processing<br />=
=Rich Text Processing<br />=
-
 
+
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 [[Qt:4.3.2/qtextdocument | QTextDocument]] 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.
-
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 [[Qt:Документация 4.3.2/qtextdocument | QTextDocument]] 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.
+
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.
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.
Строка 11: Строка 9:
This document is divided up into chapters for convenient reference:
This document is divided up into chapters for convenient reference:
-
*[[Qt:Документация 4.3.2/richtext-structure | Rich Text Document Structure]] outlines the different kinds of elements in a [[Qt:Документация 4.3.2/qtextdocument | QTextDocument]], and describes how they are arranged in a document structure.
+
*[[Qt:4.3.2/richtext-structure | Rich Text Document Structure]] outlines the different kinds of elements in a [[Qt:4.3.2/qtextdocument | QTextDocument]], and describes how they are arranged in a document structure.
-
*[[Qt:Документация 4.3.2/richtext-cursor | The QTextCursor Interface]] explains how rich text documents can be edited using the cursor-based interface.
+
*[[Qt:4.3.2/richtext-cursor | The QTextCursor Interface]] explains how rich text documents can be edited using the cursor-based interface.
-
*[[Qt:Документация 4.3.2/richtext-common-tasks | Common Rich Text Editing Tasks]] examines some common tasks that involve reading or manipulating rich text documents.
+
*[[Qt:4.3.2/richtext-common-tasks | Common Rich Text Editing Tasks]] examines some common tasks that involve reading or manipulating rich text documents.
-
*[[Qt:Документация 4.3.2/richtext-advanced-processing | Advanced Rich Text Processing]] examines advanced rich text editing tasks.
+
*[[Qt:4.3.2/richtext-advanced-processing | Advanced Rich Text Processing]] examines advanced rich text editing tasks.
-
*[[Qt:Документация 4.3.2/richtext-html-subset | Supported HTML Subset]] lists the HTML tags supported by [[Qt:Документация 4.3.2/qtextdocument | QTextDocument]].
+
*[[Qt:4.3.2/richtext-html-subset | Supported HTML Subset]] lists the HTML tags supported by [[Qt:4.3.2/qtextdocument | QTextDocument]].
-
 
+
See also the list of [[Qt:4.3.2/text | Text Processing Classes]].
-
See also the list of [[Qt:Документация 4.3.2/text | Text Processing Classes]].
+
-
[Next: [[Qt:Документация 4.3.2/richtext-structure | Rich Text Document Structure]] ]  
+
[Next: [[Qt:4.3.2/richtext-structure | Rich Text Document Structure]]]
{{Qt4.3.2_footer}}
{{Qt4.3.2_footer}}
 +
[[Категория:Qt]]

Пожалуйста, обратите внимание, что все ваши добавления могут быть отредактированы или удалены другими участниками. Если вы не хотите, чтобы кто-либо изменял ваши тексты, не помещайте их сюда.
Вы также подтверждаете, что являетесь автором вносимых дополнений, или скопировали их из источника, допускающего свободное распространение и изменение своего содержимого (см. Wiki.crossplatform.ru:Авторское право). НЕ РАЗМЕЩАЙТЕ БЕЗ РАЗРЕШЕНИЯ ОХРАНЯЕМЫЕ АВТОРСКИМ ПРАВОМ МАТЕРИАЛЫ!


Шаблоны, использованные на текущей версии страницы: