Classes Exposing the Style Property
All objects having their own visual representation in the document have a style (of the type C1.C1Preview.Style) associated with them. Specifically, the following classes expose the Style property:
• The whole document (C1PrintDocument).
• Render objects (RenderObject and all derived classes).
• Paragraph objects (ParagraphText and ParagraphImage, derived from ParagraphObject).
• Table cells (TableCell).
• User-defined groups of cells in tables (UserCellGroup).
• Table rows and columns (TableRow and TableCol, derived from TableVector).
• Groups of table rows and columns such as table headers/footers (TableVectorGroup).
|