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
)
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
-
Type:
System
String
-
fieldType
-
Type:
Spire.Doc
FieldType
Return Value
Type:
Field
Implements
IParagraph
AppendField(String, FieldType)
See Also