SubmitFormAction

SubmitFormAction

Overview

SubmitFormAction is a type in Aspose.PDF FOSS for Go.

SubmitFormAction submits form field values to a URL.

This type provides 7 methods for working with SubmitFormAction objects in Go programs. Available methods include: ActionType, FieldNames, Flags, SetFieldNames, SetFlags, SetURL, URL. All public members are accessible to any Go application after installing the Aspose.PDF FOSS for Go package.

Methods

SignatureDescription
ActionType()ActionTypeReturns the action type.
URL()stringReturns the url.
Flags()SubmitFormFlagsReturns the flags.
SetURL(u: string)Sets the url value.
SetFlags(f: SubmitFormFlags)Sets the flags value.
FieldNames()[]stringFieldNames returns a copy of the field-name list.
SetFieldNames(f: []string)SetFieldNames replaces the field-name list.

See Also