Метод | Описание | |
---|---|---|
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.
|
public Import ( IDocument document, string filename ) : void | ||
document | IDocument | The TextDocument to fill. |
filename | string | The filename. |
Результат | void |