Click or drag to resize

IParagraph AppendTextFormField Method (String, String)

Appends the text form field.

Namespace: Spire.Doc.Interface
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
TextFormField AppendTextFormField(
	string formFieldName,
	string defaultText
)

Parameters

formFieldName
Type: System String
Name of the form field.
defaultText
Type: System String
The default text.

Return Value

Type: TextFormField
See Also