Version

rtedCharacterSetting Enumeration

Enumeration representing the formatting of a subset of characters
Syntax
'Declaration
 
Public Enum rtedCharacterSetting 
   Inherits System.Enum
public enum rtedCharacterSetting : System.Enum 
__value public enum rtedCharacterSetting : public System.Enum 
Members
MemberDescription
rtedAllCapsRepresents if the formatting of a subset of characters are in all capitals or not.
rtedBoldRepresents if the formatting of a subset of characters are bold or not.
rtedDoubleStrikeRepresents if the formatting of a subset of characters are have a double strike through them or not.
rtedItalicsRepresents if the formatting of a subset of characters are italics or not.
rtedSingleStrikeRepresents if the formatting of a subset of characters are have a single strike through them or not.
rtedSmallCapsRepresents if the formatting of a subset of characters are in all small capitals or not.
rtedSubScriptRepresents if the formatting of a subset of characters are in subscript or not.
rtedSuperScriptRepresents if the formatting of a subset of characters are in superscript or not.
rtedUnderlineRepresents if the formatting of a subset of characters are have underlined or not.
Requirements

Target Platforms: 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