Package com.openhtmltopdf.pdfboxout
Class PagePosition<T>
- java.lang.Object
-
- com.openhtmltopdf.pdfboxout.PagePosition<T>
-
public class PagePosition<T> extends Object
-
-
Constructor Summary
Constructors Constructor Description PagePosition(String id, T element, int pageNo, float x, float y, float width, float height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetElement()floatgetHeight()StringgetId()intgetPageNo()floatgetWidth()floatgetX()floatgetY()StringtoString()
-