Aspose::Words::LowCode::Splitting::SplitOptions class

SplitOptions class

Specifies options how the document is split into parts.

class SplitOptions : public System::Object

Methods

MethodDescription
get_SplitCriteria() constSpecifies the criteria for splitting the document into parts.
get_SplitStyle() constSpecifies 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