Base class for nodes that represent field characters in a document.
For a list of all members of this type, see FieldChar Members.
System.Object
Aspose.Words.Node
Aspose.Words.Inline
Aspose.Words.SpecialChar
Aspose.Words.Fields.FieldChar
Aspose.Words.Fields.FieldEnd
Aspose.Words.Fields.FieldSeparator
Aspose.Words.Fields.FieldStart
[Visual Basic]MustInherit Public Class FieldChar
Remarks
A complete field in a Microsoft Word document is a complex structure consisting of a field start character, field code, field separator character, field result and field end character. Some fields only have field start, field code and field end.
To easily insert a new field into a document, use the InsertField method.
Requirements
Namespace: Aspose.Words.Fields
Assembly: Aspose.Words (in Aspose.Words.dll)
See Also
FieldChar Members | Aspose.Words.Fields Namespace | FieldStart | FieldSeparator | FieldEnd