RadioButtonOptionField
Overview
RadioButtonOptionField is a type in Aspose.PDF FOSS for Go.
RadioButtonOptionField is one of the option widgets inside a RadioButtonField.
This type provides 3 methods for working with RadioButtonOptionField objects in Go programs.
Available methods include: Name, Selected, SetSelected.
All public members are accessible to any Go application after installing the Aspose.PDF FOSS for Go package.
Methods
| Signature | Description |
|---|---|
Name() → string | Name returns the option’s export value (its /AS state when selected, equivalently its non-/Off key in the widget’s /AP/N dict). |
Selected() → bool | Selected reports whether this option is the currently selected one. |
SetSelected(v: bool) | SetSelected(true) selects this option and clears all siblings. |