[]
        
(Showing Draft Content)

C1.WPF.FlexReport.FontDataCollection

FontDataCollection Class

Collection of the FontHolder objects.

Inheritance
NotifyCollection<FontData>
FontDataCollection
Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public class FontDataCollection : NotifyCollection<FontData>, IList<FontData>, ICollection<FontData>, IList, ICollection, IReadOnlyList<FontData>, IReadOnlyCollection<FontData>, IEnumerable<FontData>, IEnumerable, INotifyCollection

Properties

Name Description
Default

Returns a reference to the default font holder of the report.

Report

Methods

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)

Events

Name Description
PropertyChanged

Occurs when a property value changes.