ITextExport Interface
Definition
Namespace: Alternet.Editor.TextSource
Assembly: Alternet.Editor.v8.dll
Represents properties methods to save text content using different formats.
Syntax
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. |