C1.C1Preview Namespace : SplitBehaviorEnum Enumeration |
'Declaration Public Enum SplitBehaviorEnum Inherits System.Enum
public enum SplitBehaviorEnum : System.Enum
Member | Description |
---|---|
Never | The object should not be split between pages (i.e. should always be kept together on a single page). |
SplitIfLarge | The object can be split only if it is too large to fit on an empty page. In that case, the object is split immediately. Otherwise, a new page is started and the object is placed on it without splitting. |
SplitIfNeeded | The object can be split if it does not fit onto the current page. |
SplitNewPage | If the object does not fit on the current page (column), a new page (column) is started; if the object does not fit on that page (column), it is split as needed after that. |
System.Object
System.ValueType
System.Enum
C1.C1Preview.SplitBehaviorEnum
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2