Aspose::Cells::LowCode::LowCodeMergeOptions class
Contents
[
Hide
]LowCodeMergeOptions class
Options for merging multiple template files into one.
class LowCodeMergeOptions
Methods
| Method | Description |
|---|---|
| GetLoadOptionsProvider() | Provider of save options for saving the split parts. |
| GetSaveOptions() | Save options for saving the split parts. |
| IsNull() const | Checks 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() const | operator 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
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::LowCode
- Library Aspose.Cells for C++