Aspose::Words::LowCode::Splitting::SplitOptions class
SplitOptions class
Specifies options how the document is split into parts.
class SplitOptions : public System::Object
Methods
Method | Description |
---|---|
get_SplitCriteria() const | Specifies the criteria for splitting the document into parts. |
get_SplitStyle() const | Specifies the paragraph style for splitting the document into parts when Style is used. |
GetType() const override | |
Is(const System::TypeInfo&) const override | |
set_SplitCriteria(Aspose::Words::LowCode::Splitting::SplitCriteria) | Specifies the criteria for splitting the document into parts. |
set_SplitStyle(const System::String&) | Specifies the paragraph style for splitting the document into parts when Style is used. |
SplitOptions() | |
static Type() |
See Also
- Namespace Aspose::Words::LowCode::Splitting
- Library Aspose.Words for C++