Aspose::Words::LowCode::SplitCriteria enum
SplitCriteria enum
Specifies how the document is split into parts.
enum class 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
- Library Aspose.Words for C++