Field Class |
Docentric Toolkit Help
Send Feedback |
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
Assembly: Docentric.Documents.ObjectModel (in Docentric.Documents.ObjectModel.dll)
public class Field
The Field type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns a string representation of the object. (Overrides Field.ToString) |