Click or drag to resize

Paragraph AppendField Method

Appends the field.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public Field AppendField(
	string fieldName,
	FieldType fieldType
)

Parameters

fieldName
Type: System String
fieldType
Type: Spire.Doc FieldType

Return Value

Type: Field

Implements

IParagraph AppendField(String, FieldType)
See Also