public class FormField extends Object
Modifier and Type | Method and Description |
---|---|
String |
getBinding() |
double |
getHeight() |
String |
getId() |
double |
getLeft() |
int |
getPage() |
FieldSettings |
getSettings() |
String |
getSubtype() |
double |
getTop() |
String |
getType() |
String |
getValue() |
double |
getWidth() |
void |
setFieldSettings(FieldSettings settings) |
void |
setHeight(double height) |
void |
setId(String id) |
void |
setLeft(double left) |
void |
setPage(int page) |
void |
setSubtype(String subtype) |
void |
setTop(double top) |
void |
setType(String type) |
void |
setValue(String value) |
void |
setWidth(double width) |
public String getId()
public String getType()
public String getSubtype()
public String getValue()
public int getPage()
public double getTop()
public double getLeft()
public double getWidth()
public double getHeight()
public FieldSettings getSettings()
public void setId(String id)
public void setType(String type)
public void setSubtype(String subtype)
public void setValue(String value)
public void setPage(int page)
public void setTop(double top)
public void setLeft(double left)
public void setWidth(double width)
public void setHeight(double height)
public void setFieldSettings(FieldSettings settings)