Description
An Element.BreakType value specifies the type of break to insert Element.InsertBreakBefore or Element.InsertBreakAfter a region in the document.
C#
public sealed class BreakType : TypesafeEnum |
vb.net
Public NotInheritable Class BreakType Inherits TypesafeEnum |
Values
Name |
Description |
---|---|
Column |
Column break |
Page |
Page |
TextWrap |
Text wrapping break |