|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.secondmove.webpdfreports.PaperSize
PaperSize instances are used to set the paper size in points for the HTML2PDFConvertor
| Constructor Summary | |
PaperSize(float width,
float height)
|
|
| Method Summary | |
float |
height()
|
float |
width()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PaperSize(float width,
float height)
width - The width of the paper size in points.height - The height of the paper size in point.HTML2PDFConvertor.setPaperSize(PaperSize),
HTML2PDFConvertor.createDocument(PaperSize,int)| Method Detail |
public float width()
public float height()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||