Interface ITextExport
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
- GetFlowDocument(FlowDocumentExportOptions)
When implemented by a class, gets FlowDocument object describes ITextExport content accordingly to specified settings.
- 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.