Version

Capitalization Enumeration

Constants which define the manner in which characters are capitalized.
Syntax
'Declaration
 
Public Enum Capitalization 
   Inherits System.Enum
public enum Capitalization : System.Enum 
Members
MemberDescription
CapsOffThe 'CapsOn' setting is explicitly disabled for the associated run. Use this setting to clear the captitalization for this run when the 'CapsOn' setting is enabled at a higher level of the property resolution hierarchy.
CapsOnLetters are capitalized.
DefaultThe actual value is determined at a higher level of the property resolution hierarchy.
SmallCapsOffThe 'SmallCapsOn' setting is explicitly disabled for the associated run. Use this setting to clear the captitalization for this run when the 'SmallCapsOn' setting is enabled at a higher level of the property resolution hierarchy.
SmallCapsOnLower-case characters in this text run are formatted for display as their upper-case character equivalents in a font size two points smaller than the resolved font size for the associated run.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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