Class PagePosition<T>

java.lang.Object
com.openhtmltopdf.pdfboxout.PagePosition<T>

public class PagePosition<T> extends Object
  • Field Details

    • _id

      private final String _id
    • _element

      private final T _element
    • _pageNo

      private final int _pageNo
    • _x

      private final float _x
    • _y

      private final float _y
    • _width

      private final float _width
    • _height

      private final float _height
  • Constructor Details

    • PagePosition

      public PagePosition(String id, T element, int pageNo, float x, float y, float width, float height)
  • Method Details

    • getPageNo

      public int getPageNo()
    • getX

      public float getX()
    • getY

      public float getY()
    • getWidth

      public float getWidth()
    • getHeight

      public float getHeight()
    • getId

      public String getId()
    • getElement

      public T getElement()
    • toString

      public String toString()
      Overrides:
      toString in class Object