Click or drag to resize

Paragraph AppendTextFormField Method (String, String)

Appends the text form field.

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

Parameters

formFieldName
Type: System String
Name of the form field.
defaultText
Type: System String
The default text. Pass "null" to insert default Word text

Return Value

Type: TextFormField

Implements

IParagraph AppendTextFormField(String, String)
See Also