C# Класс AODL.Document.Import.PlainText.PlainTextImporter

Plain Text Importer.
Наследование: IImporter, IPublisherInfo
Показать файл Открыть проект

Открытые методы

Метод Описание
DeleteUnpackedFiles ( ) : void
Import ( IDocument document, string filename ) : void

Imports the specified filename.

PlainTextImporter ( ) : System

Initializes a new instance of the PlainTextImporter class.

Приватные методы

Метод Описание
ReadContentFromFile ( string fileName ) : string

Reads the content from file.

ReadTextToDocument ( string text ) : void

Reads the text to document.

SetConformLineBreaks ( string text ) : string

Sets the conform line breaks.

Описание методов

DeleteUnpackedFiles() публичный Метод

public DeleteUnpackedFiles ( ) : void
Результат void

Import() публичный Метод

Imports the specified filename.
public Import ( IDocument document, string filename ) : void
document IDocument The TextDocument to fill.
filename string The filename.
Результат void

PlainTextImporter() публичный Метод

Initializes a new instance of the PlainTextImporter class.
public PlainTextImporter ( ) : System
Результат System