|
Ontimize 5.2072EN | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ontimize.util.pdf.PdfFiller.FieldProp
| Field Summary | |
protected java.lang.String |
name
Field name |
int |
page
Page number when field is inserted |
float |
x1
X1 coordinate |
float |
x2
X2 coordinate |
float |
y1
Y1 coordinate |
float |
y2
Y2 coordinate |
| Constructor Summary | |
PdfFiller.FieldProp(java.lang.String name)
|
|
PdfFiller.FieldProp(java.lang.String name,
int pag,
float x_1,
float y_1,
float x_2,
float y_2)
Class constructor. |
|
| Method Summary | |
float |
height()
Difference between y2 and y1. |
java.lang.String |
toString()
|
float |
width()
Difference between x2 and x1. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public int page
protected java.lang.String name
public float x1
public float y1
public float x2
public float y2
| Constructor Detail |
public PdfFiller.FieldProp(java.lang.String name,
int pag,
float x_1,
float y_1,
float x_2,
float y_2)
name - field namepag - page numberx_1 - x1 coordinatey_1 - y1 coordinatex_2 - x2 coordinatey_2 - y2 coordinatepublic PdfFiller.FieldProp(java.lang.String name)
| Method Detail |
public float height()
public float width()
public java.lang.String toString()
|
Ontimize | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||