Click or drag to resize

IParagraph AppendField Method

Appends field to the end of paragraph

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

Parameters

fieldName
Type: System String
Name of the field.
fieldType
Type: Spire.Doc FieldType
Type of the field.

Return Value

Type: Field
See Also