Table of Contents

Interface ITextImport

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Represents methods to load text content in different formats.

public interface ITextImport : IImport

Methods

LoadFile(string, IStringImport)

When implemented by a class, loads content from the given file with specified importer.

LoadFile(string, IStringImport, Encoding)

When implemented by a class, loads content from the given file with specified importer and specific encoding.

LoadStream(Stream, IStringImport)

When implemented by a class, loads the text content from the given stream with specified importer.

LoadStream(Stream, IStringImport, Encoding)

When implemented by a class, loads the text content from the given stream with specified importer.

LoadStream(TextReader, IStringImport)

When implemented by a class, loads the text content from the given stream with specified importer.