|
Scribus
Open source desktop publishing at your fingertips
|
Stuct PStyleRange will hold the values of all those attributes/elements which can occur in the ParagraphStyleRange in a Story. Since it can contain any number of CharacterStyleRange elements as its children, we use a list to store all of them. More...
#include <importidmlimpl.h>

Public Attributes | |
| CommonTextProps | properties |
| QList< CStyleRange > | cstyleRange |
Stuct PStyleRange will hold the values of all those attributes/elements which can occur in the ParagraphStyleRange in a Story. Since it can contain any number of CharacterStyleRange elements as its children, we use a list to store all of them.
| properties | contain all the common text properties, of which if anyone is skipped, we use the default value for it from the docpreference object. |
| cstyleRange | contain all the CharacterStyleRange elements in the ParagraphStyleRange |