Character |
The CharacterFormat type exposes the following members.
Name | Description | |
---|---|---|
AllCaps | Gets or sets a value to display all characters as capital letters. | |
BackgroundColor | Gets or sets the text background color. HighlightColor overrides BackgroundColor. | |
Bold | Gets or sets a value to display all characters as bold. | |
Border | Gets or sets the border for the characters. | |
DoubleStrikethrough | Gets or sets a value to display all characters as double strikethrough. | |
FontASCII | Gets or sets a font name which shall be used to format all characters in the Unicode range (from 0 (zero) through 127). | |
FontColor | Gets or sets the text color. | |
FontComplexScript | Gets or sets a font name which shall be used to format all characters in a complex script Unicode range. | |
FontEastAsian | Gets or sets a font name which shall be used to format all characters in an East Asian Unicode range. | |
FontHighANSI | Gets or sets a font name which shall be used to format all characters in a high ANSI Unicode range. | |
FontName |
When getting, returns FontASCII. When setting, sets FontASCII, FontComplexScript, FontEastAsian and FontHighANSI to the specified value. | |
Hidden | Gets or sets a value to format all characters as hidden. | |
HighlightColor | Gets or sets the text highlight (marker) color. HighlightColor overrides BackgroundColor | |
Italic | Gets or sets a value to display all characters as italic. | |
Kerning | Gets or sets the font size at which kerning starts. | |
Language | Gets or sets the language information. | |
Outline | Gets or sets a value to display an outline. | |
Position | Gets or sets the position of text (in points) relative to the base line. A positive number raises the text, and a negative number lowers it. | |
RightToLeft | When true, the contents of this run shall have right-to-left reading order. Supported only in DOCX format. | |
Scaling | Gets or sets character width scaling in percent. | |
Size | Gets or sets the font size in points. | |
SmallCaps | Gets or sets a value to display all characters as small capital letters. | |
Spacing | Gets or sets the spacing (in points) between characters. | |
Strikethrough | Gets or sets a value to display all characters as strikethrough. | |
Style | Gets or sets the character style. | |
Subscript | Gets or sets a value to display all characters as subscript. | |
Superscript | Gets or sets a value to display all characters as superscript. | |
UnderlineColor | Gets or sets the underline color. | |
UnderlineStyle | Gets or sets the type of underline. |