public class ComparisonOptions extends Object
Represents a PDF document comparison options class.
Constructor and Description |
---|
ComparisonOptions()
Creates a
ComparisonOptions class instance. |
Modifier and Type | Method and Description |
---|---|
EditOperationsOrder |
getEditOperationsOrder()
Gets and sets the edit operations order.
|
Rectangle |
getExtractionArea()
Get and set the rectangular area in which the text of pages will be compared.
|
void |
setEditOperationsOrder(EditOperationsOrder value)
Gets and sets the edit operations order.
|
void |
setExtractionArea(Rectangle value)
Get and set the rectangular area in which the text of pages will be compared.
|
public ComparisonOptions()
Creates a ComparisonOptions
class instance.
public final Rectangle getExtractionArea()
Get and set the rectangular area in which the text of pages will be compared.
public final void setExtractionArea(Rectangle value)
Get and set the rectangular area in which the text of pages will be compared.
value
- Rectangle instancepublic final EditOperationsOrder getEditOperationsOrder()
Gets and sets the edit operations order.
public final void setEditOperationsOrder(EditOperationsOrder value)
Gets and sets the edit operations order.
value
- EditOperationsOrder elementCopyright © 2024 Aspose. All Rights Reserved.