java.lang.Objectcom.pdfjet.Form
public class Form
Please see Example_45
| Constructor Summary | |
|---|---|
Form(java.util.List<Field> fields)
|
|
| Method Summary | |
|---|---|
float[] |
drawOn(Page page)
Draws this Form on the specified page. |
static java.lang.String[] |
format(java.lang.String title,
java.lang.String text,
Font font,
float width)
|
java.util.List<float[]> |
getEndOfLinePoints()
|
Form |
setLabelColor(int labelColor)
|
Form |
setLabelFont(Font f1)
|
Form |
setLabelFontSize(float labelFontSize)
|
Form |
setLocation(float x,
float y)
|
Form |
setRowHeight(float rowHeight)
|
Form |
setRowLength(float rowLength)
|
Form |
setValueColor(int valueColor)
|
Form |
setValueFont(Font f2)
|
Form |
setValueFontSize(float valueFontSize)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Form(java.util.List<Field> fields)
| Method Detail |
|---|
public Form setLocation(float x,
float y)
public Form setRowLength(float rowLength)
public Form setRowHeight(float rowHeight)
public Form setLabelFont(Font f1)
public Form setLabelFontSize(float labelFontSize)
public Form setValueFont(Font f2)
public Form setValueFontSize(float valueFontSize)
public Form setLabelColor(int labelColor)
public Form setValueColor(int valueColor)
public java.util.List<float[]> getEndOfLinePoints()
public float[] drawOn(Page page)
throws java.lang.Exception
drawOn in interface Drawablepage - the page to draw this form on.
java.lang.Exception
public static java.lang.String[] format(java.lang.String title,
java.lang.String text,
Font font,
float width)