[]
The base type for classes describing layout-releated changes that are applied to a C1PrintDocument before or after a RenderObject if assigned to LayoutChangeBefore or LayoutChangeAfter on that object.
Derived classes include LayoutChangeNewPage, LayoutChangeNewColumn, LayoutChangeNewLine and LayoutChangeNoBreak.
[C1ClassSerialization(true)]
public abstract class LayoutChangeBase : ICloneable
Name | Description |
---|---|
LayoutChangeBase() |
Name | Description |
---|---|
AssignFrom(LayoutChangeBase) | Assigns (copies) properties from another LayoutChangeBase to the current object. |
Clone() | Creates a copy of the current LayoutChangeBase object. |