Font Object Members

PowerPoint Developer Reference

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.

Properties

  Name Description
Bb251433.properties(en-us,office.12).gif Application Returns an Application object that represents the creator of the specified object.
Bb251433.properties(en-us,office.12).gif AutoRotateNumbers Returns or sets lateral compression. Read/write MsoTriState.
Bb251433.properties(en-us,office.12).gif BaselineOffset Returns or sets the baseline offset for the specified superscript or subscript characters. Can be a floating-point value from – 1 through 1. A value of – 1 represents an offset of – 100 percent, and a value of 1 represents an offset of 100 percent. Read/write Single.
Bb251433.properties(en-us,office.12).gif Bold Determines whether the character format is bold. Read/write MsoTriState.
Bb251433.properties(en-us,office.12).gif Color Returns a ColorFormat object that represents the color for the specified characters. Read-only.
Bb251433.properties(en-us,office.12).gif Embeddable Determines whether the specified font can be embedded in the presentation. Read-only MsoTriState.
Bb251433.properties(en-us,office.12).gif Embedded Determines whether the specified font is embedded in the presentation. Read-only MsoTriState.
Bb251433.properties(en-us,office.12).gif Emboss Determines whether the character format is embossed. Read/write MsoTriState.
Bb251433.properties(en-us,office.12).gif Italic Determines whether the character format is italic. Read/write MsoTriState.
Bb251433.properties(en-us,office.12).gif Name Returns or sets the name of the specified object. Read/write String.
Bb251433.properties(en-us,office.12).gif NameAscii Returns or sets the font used for ASCII characters (characters with character set numbers within the range of 0 to 127). Read/write String.
Bb251433.properties(en-us,office.12).gif NameComplexScript Returns or sets the complex script font name. Used for mixed language text. Read/write String.
Bb251433.properties(en-us,office.12).gif NameFarEast Returns or sets the Asian font name. Read/write String.
Bb251433.properties(en-us,office.12).gif NameOther Returns or sets the font used for characters whose character set numbers are greater than 127. Read/write String.
Bb251433.properties(en-us,office.12).gif Parent Returns the parent object for the specified object.
Bb251433.properties(en-us,office.12).gif Shadow Determines whether the specified text has a shadow. Read/write MsoTriState.
Bb251433.properties(en-us,office.12).gif Size Returns or sets the character size, in points. Read/write Single.
Bb251433.properties(en-us,office.12).gif Subscript Determines whether the specified text is subscript. Read/write MsoTriState.
Bb251433.properties(en-us,office.12).gif Superscript Determines whether the specified text is superscript. Read/write MsoTriState.
Bb251433.properties(en-us,office.12).gif Underline Determines whether the specified text (for the Font object) or the font style (for the FontInfo object) is underlined. Read/write MsoTriState.