FontNames Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a list of the names of all the available fonts.
public interface class FontNames : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002096F-0000-0000-C000-000000000046")]
public interface FontNames : System.Collections.IEnumerable
type FontNames = interface
interface IEnumerable
Public Interface FontNames
Implements IEnumerable
- Attributes
- Implements
Remarks
Use the FontNames, LandscapeFontNames, or PortraitFontNames property to return the FontNames object.
Use FontNames(index), where index is the index number, to return the name of a font.
You cannot add names to or remove names from the list of available font names.
Properties
Application |
Returns an Application object that represents the Microsoft Word application. |
Count |
Returns the number of items in the specified collection. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Item[Int32] |
Returns an individual object in a collection. |
Parent |
Returns an object that represents the parent object of the specified object. |
Methods
GetEnumerator() |