public interface IFormField extends IBlockElement
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the id.
|
IFormField |
setHeight(float height)
Set the form field's height.
|
IFormField |
setInteractive(boolean interactive)
Set the form field to be interactive and added into Acroform instead of drawing it on a page.
|
IFormField |
setValue(String value)
Sets the
FormProperty.FORM_FIELD_VALUE property. |
IFormField |
setWidth(float width)
Set the form field's width.
|
getChildrencreateRendererSubTree, getRenderer, setNextRendererdeleteOwnProperty, getDefaultProperty, getOwnProperty, getProperty, hasOwnProperty, hasProperty, setPropertyIFormField setValue(String value)
FormProperty.FORM_FIELD_VALUE property.value - string value of the property to be setIFormField instanceIFormField setInteractive(boolean interactive)
interactive - true if the form field element shall be added into Acroform, false otherwise.
By default, the form field element is not interactive and drawn on a pageIFormField instanceString getId()
IFormField setWidth(float width)
width - form field's widthFormField elementIFormField setHeight(float height)
height - form field's heightFormField elementCopyright © 1998–2024 Apryse Group NV. All rights reserved.