ResetFormAction
Overview
ResetFormAction is a type in Aspose.PDF FOSS for Go.
ResetFormAction resets named form fields to their /DV defaults.
This type provides 3 methods for working with ResetFormAction objects in Go programs.
Available methods include: ActionType, FieldNames, SetFieldNames.
All public members are accessible to any Go application after installing the Aspose.PDF FOSS for Go package.
Methods
| Signature | Description |
|---|---|
ActionType() → ActionType | Returns the action type. |
FieldNames() → []string | FieldNames returns a copy of the field-name list. |
SetFieldNames(f: []string) | SetFieldNames replaces the field-name list. |