Get field's border style.
Get the count of field's controls.
Get field's fill color.
Get field's flags. For more information.
Get form field's name(aka title).
Get form field's type.
Get field value.
If false, even if a group of radio buttons have the same name and export value, they behave in a mutually exclusive fashion. The default for new radio buttons is false. Only for radio button
set radios InUnison. Only for radio button
Set field's border color.
void
Set field's border style(Not support signature field).
Border style, should be one of 'solid','dashed','inset','beveled'. Nothing will be done with invalid string
Set field's fill color.
An interge indecated fill color (alpha is not supported). Supported color format
0 or ['T'] for transparent
number, such as 0xff0000, 16711680
PDF color array, such as ['RGB',1,1,1] which means white.
HTML color format, such as '#ff0000', 'rgb(255,0,0)', 'rgba(255,0,0,1)'
boolean
Set field's flags.
unidefined
Set field's value.
Field's value to be set.
void or the set value.
Get field's border color.
Field