|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.PageInfo
public class PageInfo
Represents a page information of the HTML layout.
| Constructor Summary | |
|---|---|
PageInfo(float width,
float height)
Initializes a new instance of the PageInfo class. |
|
PageInfo(PageSize size,
PageOrientation orientation)
Initializes a new instance of the PageInfo class. |
|
PageInfo(PdfPage inputPage)
Initializes a new instance of the PageInfo class. |
|
PageInfo(java.lang.String filePath,
int pageNumber)
Initializes a new instance of the PageInfo class. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PageInfo(PageSize size,
PageOrientation orientation)
PageInfo class.
size - The PageSize representing the size of the page.orientation - The PageOrientation representing the orientation of the page.
public PageInfo(float width,
float height)
PageInfo class.
width - The width representing the width of the page.height - The height representing the height of the page.public PageInfo(PdfPage inputPage)
PageInfo class.
inputPage - PdfPage object to import.
public PageInfo(java.lang.String filePath,
int pageNumber)
PageInfo class.
filePath - Physical file path of the PDF document to import.pageNumber - Page number to import.
|
DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||