Class FmtImport
Represents basic class to import Edit control's content from various formats.
public class FmtImport : IFmtImport, IStringImport, IDisposable
- Inheritance
-
FmtImport
- Implements
- Derived
Remarks
Do not create instances of this class directly; use derived classes like XmlImportet
and RtfImporter
.
Constructors
- FmtImport()
Initializes a new instance of the
FmtImporter
class with default settings.
Properties
- DefaultBackColor
Defines default back color of the text.
- DefaultForeColor
Defines default fore color of the text.
- DefaultStyle
Defines default font style of the text.
Methods
- BeginRead(TextReader, object)
Starts reading routine.
- Dispose()
Release resources of the
PropertyChangeNotifier
object.
- EndRead()
Finalizes reading routine.
- ~FmtImport()
Destroys the instance of the
HtmlImporter
class.
- Read()
Loads entire content.
Events
- ReadFormattedText
Occurs when formatted text is read.