RadioButtonField
RadioButtonField
Overview
RadioButtonField 是 Aspose.PDF 中的类型.
RadioButtonField 是一个相互排斥的选项组.
这个类型提供了5种方法,用于在Go程序中与 RadioButtonField 对象工作. 有的方法包括: Options, SetReadOnly, SetRequired, SetValue, Value. 在安装了Aspose.PDF FOSS for Go 包后,所有公众成员都可以访问任何Go应用程序.
Methods
| Signature | Description |
|---|---|
Value() → string | 返回值. |
SetValue(s: string) → error | SetValue 取出选项的导出名称. |
Options() → []*RadioButtonOptionField | 选项返回一个 RadioButtonOptionField 每个小工具组. |
SetReadOnly(v: bool) | 设置只读值. |
SetRequired(v: bool) | 设置所需的值. |