Aspose::Words::LowCode::MergeFormatMode enum
MergeFormatMode enum
Specifies how formatting is merged when combining multiple documents.
enum class MergeFormatMode
Values
Name | Value | Description |
---|---|---|
MergeFormatting | 0 | Combine the formatting of the merged documents. |
KeepSourceFormatting | 1 | Means that the source document will retain its original formatting, such as font styles, sizes, colors, indents, and any other formatting elements applied to its content. |
KeepSourceLayout | 2 | Preserve the layout of the original documents in the final document. |
See Also
- Namespace Aspose::Words::LowCode
- Library Aspose.Words for C++