[]
Describes layout-related changes associated with a RenderObject. When an instance of this class is assigned to LayoutChangeBefore or LayoutChangeAfter on that object, layout changes described by the instance are applied to the next new page (but no immediate page break is caused by this class).
public class LayoutChangeNoBreak : LayoutChangeBase, ICloneable
Public Class LayoutChangeNoBreak
Inherits LayoutChangeBase
Implements ICloneable
| Name | Description |
|---|---|
| LayoutChangeNoBreak() | Initializes a new instance of the LayoutChangeNoBreak class. |
| LayoutChangeNoBreak(PageLayout) | Initializes a new instance of the LayoutChangeNoBreak class. |
| Name | Description |
|---|---|
| PageLayout | Gets or set the PageLayout to apply to the next page. |
| Name | Description |
|---|---|
| AssignFrom(LayoutChangeBase) | Assigns (copies) properties from another LayoutChangeBase to the current object. |