Click or drag to resize

TextFormat Enumeration

Defines TextFormat

Namespace: Spire.Doc.Documents
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum TextFormat
Members
Member name Value Description
None 0 No text formatting
Uppercase 1 Uppercase text formatting.
Lowercase 2 Lowercase text formatting.
FirstCapital 3 First capital text formatting.
Titlecase 4 Title case text formatting.
See Also