ChartFont Members
Include Protected Members
Include Inherited Members
Represents character formatting for text or a bullet. The Font object is a member of the Fonts collection. The Fonts collection contains all the fonts used in a presentation.
The ChartFont type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Returns an Application object that represents the creator of the specified object. | |
Background | Returns or sets the type of background for text used in charts. Read/write Variant which is set to one of the constants of [XlBackground#SameCHM]. | |
Bold | True if the font is bold. Read/write Variant. | |
Color | Returns or sets a Variant representing the primary color of the object. | |
ColorIndex | Returns or sets a Variant value that represents the color of the font. | |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. | |
FontStyle | Returns or sets the font style. Read/write String. | |
Italic | Determines whether the character format is italic. Read/write. | |
Name | Returns or sets the name of the specified object. Read/write. | |
OutlineFont | ||
Parent | Returns the parent object for the specified object. | |
Shadow | Determines whether the specified text has a shadow. Read/write. | |
Size | Returns or sets the character size, in points. Read/write. | |
Strikethrough | True if the font is struck through with a horizontal line. Read/write Boolean. | |
Subscript | Determines whether the specified text is subscript. Read/write. | |
Superscript | Determines whether the specified text is superscript. Read/write. | |
Underline | Determines whether the specified text (for the Font object) or the font style (for the FontInfo object) is underlined. Read/write. |
Top