Interface ITextExport
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
Represents properties methods to save text content using different formats.
public interface ITextExport : IExport
Properties
- LineTerminator
When implemented by a class, gets or sets a string value that terminates line.
Methods
- SaveFile(string, IStringExport)
When implemented by a class, saves content to the given file with specified exporter.
- SaveFile(string, IStringExport, Encoding)
When implemented by a class, saves content to the given file with specified exported and specific encoding.
- SaveStream(Stream, IStringExport)
When implemented by a class, saves the text content to the given stream with specified exporter.
- SaveStream(Stream, IStringExport, Encoding)
When implemented by a class, saves the text content to the given stream with specified exporter.
- SaveStream(TextWriter, IStringExport)
When implemented by a class, saves the text content to the given stream with specified exporter.