|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.comparison.PdfCompareOptions
public class PdfCompareOptions
The compare options.
| Constructor Summary | |
|---|---|
PdfCompareOptions()
|
|
| Method Summary | |
|---|---|
int |
getNewPageEndIndex()
The end index of new document range. |
int |
getNewPageStartIndex()
The start index of new document range. |
int |
getOldPageEndIndex()
The end index of old document range. |
int |
getOldPageStartIndex()
The start index of old document range. |
boolean |
getOnlyCompareText()
Whether is only compare text. |
void |
setPageRanges(int oldStartIndex,
int oldEndIndex,
int newStartIndex,
int newEndIndex)
Set the compared documents page ranges. |
| Constructor Detail |
|---|
public PdfCompareOptions()
| Method Detail |
|---|
public int getOldPageStartIndex()
public int getOldPageEndIndex()
public int getNewPageStartIndex()
public int getNewPageEndIndex()
public void setPageRanges(int oldStartIndex,
int oldEndIndex,
int newStartIndex,
int newEndIndex)
oldStartIndex - The old document page start index.oldEndIndex - The old document page end index.newStartIndex - The new document page start index.newEndIndex - The new document page end index.public boolean getOnlyCompareText()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||