Xceed Words for .NET v3.0 Documentation
CapsStyle Enumeration


Xceed.Document.NET Assembly > Xceed.Document.NET Namespace : CapsStyle Enumeration
Value indicating the caps style to apply to the text.
Syntax
'Declaration
 
Public Enum CapsStyle 
   Inherits System.Enum
'Usage
 
Dim instance As CapsStyle
public enum CapsStyle : System.Enum 
Members
MemberDescription
capsAll caps : every character will be uppercase.
noneNo caps : every character will be lowercase.
smallCapsSmall caps : every character will be uppercase, but with a small font size.
Remarks

Used with the Paragraph's CapsStyle method (when using the Append or AppendLine methods).

Also used for the CapStyle property of the Formatting class.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Document.NET.CapsStyle

Requirements

Target Platforms: Windows 11, Windows 10, Windows 7, Windows 11, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Xceed.Document.NET Namespace