diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-2999C8D1-5C95-5474-BB02-11182CC3A407.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-2999C8D1-5C95-5474-BB02-11182CC3A407.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,12 @@ + + + + + +Files and clipboard

The text content model is fully integrated with the stream store. Editable, plain, global and rich text may be stored and restored. Formatting and content use different streams, which makes it relatively easy for a plain text or global text object to restore the (relevant) data from a rich text object.

Pictures in rich text are stored using the picture’s own store and restore protocol, as required by concrete CPicture implementations.

The stream store is typically a file, but by allowing text to be restored into an already-existing document, support for two additional requirements is provided:

Storing and restoring

Storing and restoring operations are optimised for efficiency for editable text. For instance, in rich text, StoreL() and RestoreL() may be used to store and restore the text content, its formatting, styles, fields and pictures in a single operation. Certain applications may want to store only certain parts of the text model; to save space, for example. Utilities are provided to store and restore certain components independently of each other.

\ No newline at end of file