SplitCriteria
SplitCriteria enumeration
Specifies how the document is split into parts.
public enum SplitCriteria
Values
Name | Value | Description |
---|---|---|
Page | 0 | Specifies that the document is split into pages. |
SectionBreak | 1 | Specifies that the document is split into parts at a section break of any type. |
Style | 2 | Specifies that the document is split into parts at a paragraph formatted using the style specified in SplitStyle . |
See Also
- namespace Aspose.Words.LowCode.Splitting
- assembly Aspose.Words