Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word.Fields Namespace / ResultFormat Enumeration

In This Topic
    ResultFormat Enumeration
    In This Topic
    Specifies formatting rules for updating the field result.
    Syntax
    'Declaration
     
    Public Enum ResultFormat 
       Inherits System.Enum
    public enum ResultFormat : System.Enum 
    Members
    MemberDescription
    FirstChar Apply the first run formatting that contains field code to all runs in the field result when a new field result is generated.
    Merge Preserve the formatting of the existing field result when a new field result is generated.
    None No special rule to format the field result when a new field result is generated.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Word.Fields.ResultFormat

    See Also