[]
Represents a general-purpose container for other RenderObject objects.
public class RenderArea : RenderObject, IStyleOwner, IDocumentLocation
Name | Description |
---|---|
RenderArea() | Initializes a new instance of the RenderArea class. |
Name | Description |
---|---|
HeaderHorz | Gets or sets a RenderObject that will be repeated on all "horizontal" pages if the current render area is split horizontally when it is too wide to fit on a single page. |
HeaderVert | Gets or sets a RenderObject that is repeated on all pages (or columns) if the current render area is split vertically when it is too high to fit on a single page. |
Name | Description |
---|---|
AssignFrom(RenderObject, bool, bool, bool, bool, bool, bool) | Assigns (copies) properties from another RenderObject to the current object.
Calls the base AssignFrom(RenderObject, bool, bool, bool, bool, bool, bool) method.
If |
CreateSame() | Creates new empty RenderArea object linked with same C1PrintDocument as current object. |
GetDefaultFlags() | Gets the default value for the Flags property. |
GetDefaultSplitHorzBehavior() | Gets the default horizontal split behavior (area is too wide). |
GetDefaultSplitVertBehavior() | Gets the default vertical split behavior (area is too high). |
GetDefaultWidth() | Gets the default area width. |