Click or drag to resize

ParagraphAppendField Method

Appends the field.

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

Parameters

fieldName
Type: SystemString
fieldType
Type: Spire.DocFieldType

Return Value

Type: Field

Implements

IParagraphAppendField(String, FieldType)
See Also