com.groupdocs.viewer.results

Interface Page



  • public interface Page
    Represents single page that can be viewed. Default implementation is PageImpl
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      int getHeight()
      The height of the page in pixels when viewing as JPG or PNG.
      List<Line> getLines()
      The lines contained by the page when viewing as JPG or PNG with enabled Text Extraction.
      String getName()
      The worksheet or page name.
      int getNumber()
      The page number.
      int getWidth()
      The width of the page in pixels when viewing as JPG or PNG.
      boolean isVisible()
      The page visibility indicator.
    • Method Detail

      • getHeight

        int getHeight()
        The height of the page in pixels when viewing as JPG or PNG.
      • getLines

        List<Line> getLines()
        The lines contained by the page when viewing as JPG or PNG with enabled Text Extraction.
      • getName

        String getName()
        The worksheet or page name.
      • getNumber

        int getNumber()
        The page number.
      • getWidth

        int getWidth()
        The width of the page in pixels when viewing as JPG or PNG.
      • isVisible

        boolean isVisible()
        The page visibility indicator.