Scribus
Open source desktop publishing at your fingertips
PStyleRange Struct Reference

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>

Collaboration diagram for PStyleRange:

Public Attributes

CommonTextProps properties
 
QList< CStyleRangecstyleRange
 

Detailed Description

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.

Parameters
propertiescontain all the common text properties, of which if anyone is skipped, we use the default value for it from the docpreference object.
cstyleRangecontain all the CharacterStyleRange elements in the ParagraphStyleRange

The documentation for this struct was generated from the following file: