'Declaration Public Enum rtedCharacterSetting Inherits System.Enum
public enum rtedCharacterSetting : System.Enum
__value public enum rtedCharacterSetting : public System.Enum
Member | Description |
---|---|
rtedAllCaps | Represents if the formatting of a subset of characters are in all capitals or not. |
rtedBold | Represents if the formatting of a subset of characters are bold or not. |
rtedDoubleStrike | Represents if the formatting of a subset of characters are have a double strike through them or not. |
rtedItalics | Represents if the formatting of a subset of characters are italics or not. |
rtedSingleStrike | Represents if the formatting of a subset of characters are have a single strike through them or not. |
rtedSmallCaps | Represents if the formatting of a subset of characters are in all small capitals or not. |
rtedSubScript | Represents if the formatting of a subset of characters are in subscript or not. |
rtedSuperScript | Represents if the formatting of a subset of characters are in superscript or not. |
rtedUnderline | Represents if the formatting of a subset of characters are have underlined or not. |
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