[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.StringStyle

StringStyle Enum

Specifies string formatting styles.

Namespace: GrapeCity.Documents.Word.Fields
Assembly: DS.Documents.Word.dll
Syntax
public enum StringStyle
Public Enum StringStyle

Fields

Name Description
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.