.
Get Controls AlignY.
Defines how a button reacts when a user clicks it.
Gets the caption associated with a button.
the Field State.
Get the bounds of the button filed.
Get Controls how the icon is scaled (if necessary) to fit inside the button face
Controls when an icon is scaled to fit inside the button face
void
Set Controls how space is distributed from the left of the button face with respect to the icon.
The new alignment.
It is expressed as a percentage between 0 and 100, inclusive. The default value is 50.
unidefined
Set Controls AlignY.
void
Defines how a button reacts when a user clicks it. The four highlight modes supported are:
none — No visual indication that the button has been clicked.
invert — The region encompassing the button’s rectangle inverts momentarily.
push — The down face for the button (if any) is displayed momentarily.
outline — The border of the rectangleinverts momentarily
void
Sets the caption associated with a button. label : caption associated with button.
Set to the bounds of the button field
If true, the extent to which the icon may be scaled.
unidefined
Set Controls how the icon is scaled (if necessary) to fit inside the button face
true if it's proportional, otherwise false.
unidefined
Controls when an icon is scaled to fit inside the button face
ScaleWayType
void
Get field's border color.
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.
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
Button Position,Controls how the text and the icon of the button are positioned with respect to each other within the button face.
layout option
void
Set field's value.
Field's value to be set.
void or the set value.
Get Controls how space is distributed from the left of the button face with respect to the icon.