[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Fields.StringStyle

Enum StringStyle

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

Specifies string formatting styles.

public enum StringStyle

Fields

Caps = 1

Capitalizes the first letter of each word.

FirstCap = 2

Capitalizes the first letter of the first word.

Lower = 3

All letters are lowercase.

None = 0

Do nothing.

Upper = 4

All letters are uppercase.