Paragraph Object Styles
The RenderParagraph object (as all render objects) has the Style property, which can be used to set style properties applied to the paragraph as a whole. Individual paragraph objects (ParagraphText and ParagraphImage) also have styles, but the set of style properties that are applied to paragraph objects is limited to the following properties:
• Brush (only if it is a solid brush)
• Font (and font-related properties such as FontBold, and so on.)
|