Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontInfoCollection Class
Properties Methods

In This Topic
    FontInfoCollection Class Members
    In This Topic

    The following tables list the members exposed by FontInfoCollection.

    Public Properties
     NameDescription
    Public Property  
    Public Property Gets the document that contains this collection.  
    Public Property Gets a value indicating whether the containing document is in reading mode.  
    Public PropertyOverloaded.  Gets a font by its index in this collection.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  Adds a font with a specified primary name to the collection.  
    Public MethodAppends a list of GrapeCity.Documents.Text.Font objects to the collection. Fonts that already exist in the collection are ignored.  
    Public Method Removes all fonts from the collection.  
    Public Method Checks whether the collection contains a font with the specified primary name.  
    Public MethodFinds a FontInfo in this collection by its primary or alternate name.  
    Public MethodOverloaded.  Removes a specified font from the collection.  
    Public Method Tries to get a font from the collection by its primary name.  
    Top
    See Also