C# Класс Kajabity.Tools.Forms.TextDocumentManager

A Document Manager for Text Documents.
Наследование: DocumentManager
Показать файл Открыть проект

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

Метод Описание
Load ( string filename ) : void

Loads a text document from filename.

NewDocument ( ) : void

Create a new Text document.

Save ( string filename ) : void

Saves the currently loaded text document to filename.

TextDocumentManager ( ) : System

Construct a TextDocumentManager setting the default document name and extension.

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

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

Loads a text document from filename.
public Load ( string filename ) : void
filename string the name of the file to load as a text document.
Результат void

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

Create a new Text document.
public NewDocument ( ) : void
Результат void

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

Saves the currently loaded text document to filename.
public Save ( string filename ) : void
filename string the name of the file to save the text document into.
Результат void

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

Construct a TextDocumentManager setting the default document name and extension.
public TextDocumentManager ( ) : System
Результат System