RadioButtonField
Overview
RadioButtonField is a type in Aspose.PDF FOSS for Go.
Inherits from: fieldBase.
RadioButtonField is a group of mutually exclusive options.
Available methods include: Options, SetReadOnly, SetRequired, SetValue, Value.
All public members are accessible to any Go application after installing the Aspose.PDF FOSS for Go package.
Methods
| Signature | Description |
|---|---|
Value() → string | Returns the value. |
SetValue(s: string) → error | SetValue takes the export name of the option to select. |
Options() → []*RadioButtonOptionField | Options returns one RadioButtonOptionField per widget in the group. |
SetReadOnly(v: bool) | Sets the read only value. |
SetRequired(v: bool) | Sets the required value. |