Represents an end of a Word field in a document.
For a list of all members of this type, see FieldEnd Members.
System.Object
Aspose.Words.Node
Aspose.Words.Inline
Aspose.Words.SpecialChar
Aspose.Words.Fields.FieldChar
Aspose.Words.Fields.FieldEnd
[Visual Basic]Public Class FieldEnd
Remarks
FieldEnd is an inline-level node and represented by the FieldEndChar control character in the document.
FieldEnd can only be a child of Paragraph.
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
FieldEnd Members | Aspose.Words.Fields Namespace