diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/PDK/Source/GUID-E0D10091-1F66-428A-919C-BE8C95DEACD1.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/PDK/Source/GUID-E0D10091-1F66-428A-919C-BE8C95DEACD1.dita Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,32 @@ + + + + + +Paragraph +StylesA style is a collection of format attributes which are based on +the global format layers, and are uniquely identified by a name. +

In addition, styles are characterized by an outline level, a type, and, +optionally, by a style to use for the following paragraph. The outline level +is used to determine which headings should be shown when in document outline +view mode. The type, represented by a UID, is used to differentiate between +the system-provided styles, which are built in to the word processor and cannot +be deleted, and user defined styles, which may be deleted. By default, a paragraph +style's type is initialized to KUserDefinedParagraphStyleUid. +

+

Another style type which may be encountered is KNormalParagraphStyleUid. +This type is used to distinguish the Normal paragraph style from all other +styles. This is necessary because the Normal paragraph style is not a CParagraphStyle object, +but a CParaFormatLayer, and represents the global +paragraph format layer upon which all styles are based.

+

Symbian supports paragraph styles only. Character styles are not supported. +This means that a style must be applied to entire paragraphs, although both +character and paragraph format attributes may be set in the style. Paragraph +styles cannot be used in global text, and their use in rich text is optional.

+
\ No newline at end of file