Method | Description | |
---|---|---|
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.
|
public Load ( string filename ) : void | ||
filename | string | the name of the file to load as a text document. |
return | void |
public Save ( string filename ) : void | ||
filename | string | the name of the file to save the text document into. |
return | void |