Table of Contents

Enum eTextCapsType

Namespace
OfficeOpenXml.Drawing
Assembly
EPPlus.dll

Specifies the cap types of the text

public enum eTextCapsType

Fields

All = 0

Apply all caps on the text. All lower case letters are converted to upper case, but stored without change.

None = 1

None

Small = 2

Apply small caps to the text. Letters are converted to lower case.