Свойство | Тип | Описание | |
---|---|---|---|
document |
Метод | Описание | |
---|---|---|
Close ( ) : void |
Close any currently open document - setting state appropriately. Override this method to perform any necessary cleanup (releasing resources, etc.) for the Document instance then call this base class (
|
|
DocumentManager ( ) : System |
Construct an empty DocumentManager instance.
|
|
Load ( string filename ) : void |
Performs base class setup of loaded filename and status. Override to load a file into a Document instance then call this base class once document set (
|
|
NewDocument ( ) : void |
Performs base initialisation of the document name and status of a new document. Override this method to provide initialisation for specific Document types then call this base class once document set (
|
|
Save ( string filename ) : void |
Performs base class setup of Saved filename and status. Override to save a file from a Document instance then call this base class (
|
public Load ( string filename ) : void | ||
filename | string | filename and path loaded |
Результат | void |
public Save ( string filename ) : void | ||
filename | string | filename and path to save to |
Результат | void |