The following tables list the members exposed by Font.
Name | Description | |
---|---|---|
SizeMaxValueTwips | The maximum allowable value for the Size property, expressed in twips (32760) |
Name | Description | |
---|---|---|
BackColor | Returns or sets the background color that is applied to the area behind the text. | |
Bold | Returns or sets a boolean value indicating whether the font is bolded. | |
CharacterSpacing | Returns a FontCharacterSpacing instance which provides a way to customize spacing and kerning for a Font | |
Effects | Returns a FontEffects instance which provides extended formatting functionality for the font. | |
ForeColor | Returns or sets the color of the text. | |
HasCharacterSpacing | Returns a boolean value indicating whether the FontCharacterSpacing instance returned from the CharacterSpacing property has been created. | |
HasEffects | Returns a boolean value indicating whether the FontEffects instance returned from the Effects property has been created. | |
Italic | Returns or sets a boolean value indicating whether the font is italicized. | |
Name | Returns or sets the name of the font. | |
NameComplexScript | Returns or sets the font which is used to format all characters in a complex script Unicode range within the associated run. | |
NameEastAsia | Returns or sets the font which is used to format all characters in an East Asian Unicode range within the associated run. | |
NameHighAnsi | Returns or sets the font which is used to format all characters in a Unicode range within the associated run which does not fall into any of the categories defined by the Name, NameComplexScript, or NameEastAsia properties. | |
RightToLeft | Returns or sets a value which determines the reading order for the associated run of text. | |
Size | Returns or sets the size at which the font is displayed. | |
Underline | Returns or sets a value indicating the manner in which the font is underlined. | |
UnderlineColor | Returns or sets the color of the line drawn under the text. | |
UseComplexScript | Returns or sets a value which determines whether the contents of this run shall be treated as complex script text regardless of the Unicode character values contained therein when determining the formatting for this run. |
Name | Description | |
---|---|---|
Create | Returns a new instance which is associated with the specified WordDocumentWriter. | |
Reset | Restores all property values to their respective defaults. | |
ToString | Returns the string representation of this instance. |