Class DifferencePages

java.lang.Object
com.inet.pdfc.generator.model.DifferencePages

@JsonData public class DifferencePages extends Object
A class that represented the pages with differences for a modification or DiffGroup
Since:
4.0
  • 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