Class DifferencePages


  • @JsonData
    public class DifferencePages
    extends java.lang.Object
    A class that represented the pages with differences for a modification or DiffGroup
    Since:
    4.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getEndPage()
      Return the 1-based page number, where the difference ends
      int getStartPage()
      Return the 1-based page number, where the difference starts
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • 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