RadioButtonOptionField
Overview
RadioButtonOptionField is a class in Aspose.Pdf FOSS for Java.
A single option in a radio button group.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
optionValue | String | Read | Returns the value this option represents. |
rect | Rectangle | Read | Returns the rectangle of this option widget. |
cOSDictionary | COSDictionary | Read | Returns the underlying COS dictionary. |
style | BoxStyle | Read | Returns the per-option box style. |
characteristics | AppearanceCharacteristics | Read | Returns typed access to this option’s appearance characteristics |
| ({@code /MK} sub-dictionary on the kid widget). |
Methods
| Signature | Description |
|---|---|
RadioButtonOptionField(dict: COSDictionary, page: Page) | Constructs a radio button option from a COS dictionary. |
getOptionValue() → String | Returns the value this option represents. |
getRect() → Rectangle | Returns the rectangle of this option widget. |
getCOSDictionary() → COSDictionary | Returns the underlying COS dictionary. |
getStyle() → BoxStyle | Returns the per-option box style. |
setStyle(style: BoxStyle) | Sets the per-option box style. |
getCharacteristics() → AppearanceCharacteristics | Returns typed access to this option’s appearance characteristics |
| ({@code /MK} sub-dictionary on the kid widget). |