• HOME
  • PRODUCTS
  • DEMOS
  • BUY
  • BLOG
  • FORUM
  • DOCUMENTATION
  • ABOUT
  • FREE EVALUATION
Search Results for

    Show / Hide Table of Contents

    ITextImport Interface

    Definition

    Namespace: Alternet.Editor.TextSource
    Assembly: Alternet.Editor.v8.dll

    Represents methods to load text content in different formats.

    Syntax
    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.

    Inherited Members
    IImport.LoadFile(String)
    IImport.LoadFile(String, Encoding)
    IImport.LoadStream(TextReader)
    IImport.LoadStream(Stream)
    IImport.LoadStream(Stream, Encoding)
    In This Article
    Back to top Copyright AlterNET Software Download PDF