Package com.inet.pdfc.generator.model
Class DifferencePages
java.lang.Object
com.inet.pdfc.generator.model.DifferencePages
A class that represented the pages with differences for a modification or DiffGroup
- Since:
- 4.0
-
Method Summary
Modifier and TypeMethodDescriptionint
Return the 1-based page number, where the difference endsint
Return the 1-based page number, where the difference starts
-
Method Details
-
getStartPage
public int getStartPage()Return the 1-based page number, where the difference starts- Returns:
- the page number, where the difference starts
- Since:
- 4.0
-
getEndPage
public int getEndPage()Return the 1-based page number, where the difference ends- Returns:
- the page number, where the difference ends
- Since:
- 4.0
-