Method | Description | |
---|---|---|
CanNew ( ) : bool | ||
CanOpen ( ) : bool | ||
CanSave ( IDocument document ) : bool | ||
New ( ) : IDocument | ||
Open ( string fileName ) : IDocument | ||
Save ( IDocument document, string fileName ) : void |
Method | Description | |
---|---|---|
DocumentType ( string description, string fileExtension ) : System | ||
NewCore ( ) : IDocument | ||
OpenCore ( string fileName ) : IDocument | ||
SaveCore ( IDocument document, string fileName ) : void |
protected DocumentType ( string description, string fileExtension ) : System | ||
description | string | |
fileExtension | string | |
return | System |
protected OpenCore ( string fileName ) : IDocument | ||
fileName | string | |
return | IDocument |
public Save ( IDocument document, string fileName ) : void | ||
document | IDocument | |
fileName | string | |
return | void |
protected SaveCore ( IDocument document, string fileName ) : void | ||
document | IDocument | |
fileName | string | |
return | void |