Represents a Microsoft Word document dynamic field. The Field class is not a DOM element but rather a facade object that provides members that allow to work with a field as a single object. A field is a complex DOM structure that consists of the FieldStart, FieldSeparator and FieldEnd elements.

System.Object
  Docentric.Documents.ObjectModel.Fields.Field

Namespace: Docentric.Documents.ObjectModel.Fields
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class Field

The Field type exposes the following members.

Name Description
Public member End Gets the FieldEnd object representing the end of the field.
Public member Separator Gets the FieldSeparator object representing the separator of the field.
Public member Start Gets the FieldStart object representing the start of the field.
Public member Type Gets the type of this field.
Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object)
Public method GetType Gets the Type of the current instance. (Inherited from Object)
Public method ToString Returns a string representation of the object. (Overrides Field.ToString)