Aspose::Pdf::Comparison::SideBySideComparisonOptions class
Contents
[
Hide
]SideBySideComparisonOptions class
Represents an options class for comparing documents with side-by-side output.
class SideBySideComparisonOptions : public Aspose::Pdf::LicenseManagement::IVentureLicenseTarget
Methods
| Method | Description |
|---|---|
| get_AdditionalChangeMarks() const | Get and set the property that determines whether additional change markers are displayed. If set, displays change marks that are not on the current page but are present on another page. If the change lacates between words, the mark may not be positioned exactly relative to the whitespace character. The default value is false. |
| get_ComparisonArea1() const | Get and set the comparison area. Used for the first page or document in the comparison method. This option can’t be setted along with ExcludeTables, ExcludeAreas1 and ExcludeAreas2 options. |
| get_ComparisonArea2() const | Get and set the comparison area. Used for the second page or document in the comparison method. This option can’t be setted along with ExcludeTables, ExcludeAreas1 and ExcludeAreas2 options. |
| get_ComparisonMode() const | Gets and sets a comparison mode. The default value is Comparison::ComparisonMode::IgnoreSpaces. |
| get_DeleteColor() const | Gets the color used to mark deleted content during a side-by-side comparison. This property defines the visual representation for deletions in the comparison result. |
| get_ExcludeAreas1() const | Get and set the exclude areas. Used for the first page or document in the comparison method. This option can be setted along with ExcludeTables. This option can’t be setted along with ComparisonArea1 option. |
| get_ExcludeAreas2() const | Get and set the exclude areas. Used for the second page or document in the comparison method. This option can be setted along with ExcludeTables. This option can’t be setted along with ComparisonArea2 option. |
| get_ExcludeTables() const | Get and set the option that determines whether tables are excluded from comparison. This option cannot be set together with ComparisonArea1 and ComparisonArea2. The default value is false. |
| get_InsertColor() const | Gets the color used to mark inserted content during a side-by-side comparison. This property defines the visual representation for insertion in the comparison result. |
| set_AdditionalChangeMarks(bool) | Get and set the property that determines whether additional change markers are displayed. If set, displays change marks that are not on the current page but are present on another page. If the change lacates between words, the mark may not be positioned exactly relative to the whitespace character. The default value is false. |
| set_ComparisonArea1(System::SharedPtr<Rectangle>) | Get and set the comparison area. Used for the first page or document in the comparison method. This option can’t be setted along with ExcludeTables, ExcludeAreas1 and ExcludeAreas2 options. |
| set_ComparisonArea2(System::SharedPtr<Rectangle>) | Get and set the comparison area. Used for the second page or document in the comparison method. This option can’t be setted along with ExcludeTables, ExcludeAreas1 and ExcludeAreas2 options. |
| set_ComparisonMode(Aspose::Pdf::Comparison::ComparisonMode) | Gets and sets a comparison mode. The default value is Comparison::ComparisonMode::IgnoreSpaces. |
| set_DeleteColor(System::SharedPtr<Color>) | Sets the color used to mark deleted content during a side-by-side comparison. This property defines the visual representation for deletions in the comparison result. |
| set_ExcludeAreas1(System::ArrayPtr<System::SharedPtr<Rectangle>>) | Get and set the exclude areas. Used for the first page or document in the comparison method. This option can be setted along with ExcludeTables. This option can’t be setted along with ComparisonArea1 option. |
| set_ExcludeAreas2(System::ArrayPtr<System::SharedPtr<Rectangle>>) | Get and set the exclude areas. Used for the second page or document in the comparison method. This option can be setted along with ExcludeTables. This option can’t be setted along with ComparisonArea2 option. |
| set_ExcludeTables(bool) | Get and set the option that determines whether tables are excluded from comparison. This option cannot be set together with ComparisonArea1 and ComparisonArea2. The default value is false. |
| set_InsertColor(System::SharedPtr<Color>) | Sets the color used to mark inserted content during a side-by-side comparison. This property defines the visual representation for insertion in the comparison result. |
| SideBySideComparisonOptions() | Creates an instance of SideBySideComparisonOptions class. |
See Also
- Namespace Aspose::Pdf::Comparison
- Library Aspose.PDF for C++