'Declaration Public Enum CapsStyle Inherits System.Enum
'Usage Dim instance As CapsStyle
public enum CapsStyle : System.Enum
'Declaration Public Enum CapsStyle Inherits System.Enum
'Usage Dim instance As CapsStyle
public enum CapsStyle : System.Enum
Member | Description |
---|---|
caps | All caps : every character will be uppercase. |
none | No caps : every character will be lowercase. |
smallCaps | Small caps : every character will be uppercase, but with a small font size. |
Used with the Paragraph's CapsStyle method (when using the Append or AppendLine methods).
Also used for the CapStyle property of the Formatting class.
System.Object
System.ValueType
System.Enum
Xceed.Document.NET.CapsStyle
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