[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FieldChar

Class FieldChar

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a complex field character at a location in the parent run.

A complex field character is a special character that delimits the start and end of a complex field, or separates its field codes from its current field result.

public class FieldChar : ContentMark
Inheritance
object
FieldChar
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Properties

Field

Gets the owner ComplexField.

public ComplexField Field { get; }

Property Value

ComplexField

Type

Gets the complex field character type.

public FieldCharType Type { get; }

Property Value

FieldCharType