Name | Description | |
---|---|---|
Count | ||
Document | Gets the document that contains this collection. | |
IsReadOnly | Gets a value indicating whether the containing document is in reading mode. | |
Item | Overloaded. Gets a font by its index in this collection. |
The following tables list the members exposed by FontInfoCollection.
Name | Description | |
---|---|---|
Count | ||
Document | Gets the document that contains this collection. | |
IsReadOnly | Gets a value indicating whether the containing document is in reading mode. | |
Item | Overloaded. Gets a font by its index in this collection. |
Name | Description | |
---|---|---|
Add | Overloaded. Adds a font with a specified primary name to the collection. | |
Append | Appends a list of GrapeCity.Documents.Text.Font objects to the collection. Fonts that already exist in the collection are ignored. | |
Clear | Removes all fonts from the collection. | |
Contains | Checks whether the collection contains a font with the specified primary name. | |
Find | Finds a FontInfo in this collection by its primary or alternate name. | |
Remove | Overloaded. Removes a specified font from the collection. | |
TryGetValue | Tries to get a font from the collection by its primary name. |