Aspose::Cells::LowCode::LowCodeMergeOptions class

LowCodeMergeOptions class

Options for merging multiple template files into one.

class LowCodeMergeOptions

Methods

MethodDescription
GetLoadOptionsProvider()Provider of save options for saving the split parts.
GetSaveOptions()Save options for saving the split parts.
IsNull() constChecks whether the implementation object is nullptr.
LowCodeMergeOptions()Default constructor.
LowCodeMergeOptions(LowCodeMergeOptions_Impl* impl)Constructs from an implementation object.
LowCodeMergeOptions(const LowCodeMergeOptions& src)Copy constructor.
explicit operator bool() constoperator bool()
operator=(const LowCodeMergeOptions& src)operator=
SetLoadOptionsProvider(const AbstractLowCodeLoadOptionsProvider& value)Provider of save options for saving the split parts.
SetSaveOptions(const LowCodeSaveOptions& value)Save options for saving the split parts.
~LowCodeMergeOptions()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also