aspose.words.lowcode module
Contents
[
Hide
]The Aspose.Words.LowCode contains classes and methods to handle complex general operations in a low code way.
Represents a group of methods intended to convert, merge, split, compress etc. a variety of different types of documents, ultimately streamlining the integration process and facilitating efficient data consolidation across multiple formats.
Provides comprehensive document convert, merge, split with 35+ supported file formats.
Classes
Class | Description |
---|---|
Comparer | Provides methods intended to compare documents. |
Converter | Represents a group of methods intended to convert a variety of different types of documents using a single line of code. |
MailMergeOptions | Represents options for the mail merge functionality. |
MailMerger | Provides methods intended to fill template with data using simple mail merge and mail merge with regions operations. |
Merger | Represents a group of methods intended to merge a variety of different types of documents into a single output document. |
Replacer | Provides methods intended to find and replace text in the document. |
ReportBuilder | Provides methods intended to fill template with data using LINQ Reporting Engine. |
ReportBuilderOptions | Represents options for the LINQ Reporting Engine functionality. |
SplitOptions | Specifies options how the document is split into parts. |
Splitter | Provides methods intended to split the documents into parts using different criteria. |
Watermarker | Provides methods intended to insert watermarks into the documents. |
Enumerations
Enumeration | Description |
---|---|
MergeFormatMode | Specifies how formatting is merged when combining multiple documents. |
SplitCriteria | Specifies how the document is split into parts. |