[]
Collection of the FontHolder objects.
public class FontDataCollection : NotifyCollection<FontData>, IList<FontData>, ICollection<FontData>, IList, ICollection, IReadOnlyList<FontData>, IReadOnlyCollection<FontData>, IEnumerable<FontData>, IEnumerable, INotifyCollection
Name | Description |
---|---|
Default | Returns a reference to the default font holder of the report. |
Report |
Name | Description |
---|---|
ClearItems() | |
FindFont(Font) | Gets a section from a font data collection by the font. |
FindFont(string, bool, bool) | Gets a section from a font data collection by the font name and characteristics. |
InsertItem(int, FontData) | |
RemoveItem(int) | |
SetItem(int, FontData) |
Name | Description |
---|---|
PropertyChanged | Occurs when a property value changes. |