Xceed Words for .NET v5.0 Documentation
Xceed.Document.NET Assembly / Xceed.Document.NET Namespace / CapsStyle Enumeration


In This Topic
    CapsStyle Enumeration
    In This Topic
    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