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

In This Topic
    StringStyle Enumeration
    In This Topic
    Specifies string formatting styles.
    Syntax
    'Declaration
     
    Public Enum StringStyle 
       Inherits System.Enum
    public enum StringStyle : System.Enum 
    Members
    MemberDescription
    Caps Capitalizes the first letter of each word.
    FirstCap Capitalizes the first letter of the first word.
    Lower All letters are lowercase.
    None Do nothing.
    Upper All letters are uppercase.
    Inheritance Hierarchy

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

    See Also