Appends the field.

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public Field AppendField(
	string fieldName,
	FieldType fieldType
)
Public Function AppendField ( 
	fieldName As String,
	fieldType As FieldType
) As Field
public:
virtual Field^ AppendField(
	String^ fieldName, 
	FieldType fieldType
) sealed
abstract AppendField : 
        fieldName : string * 
        fieldType : FieldType -> Field 
override AppendField : 
        fieldName : string * 
        fieldType : FieldType -> Field 

Parameters

fieldName
String
fieldType
FieldType

Return Value

Field

Implements

IParagraph..::..AppendField(String, FieldType)

See Also