Method | Description | |
---|---|---|
CanNew ( ) : bool | ||
CanOpen ( ) : bool | ||
CanSave ( IDocument document ) : bool | ||
RichTextDocumentType ( ) : System.Windows.Documents |
Method | Description | |
---|---|---|
NewCore ( ) : IDocument | ||
OpenCore ( string fileName ) : IDocument | ||
SaveCore ( IDocument document, string fileName ) : void |
protected OpenCore ( string fileName ) : IDocument | ||
fileName | string | |
return | IDocument |
public RichTextDocumentType ( ) : System.Windows.Documents | ||
return | System.Windows.Documents |
protected SaveCore ( IDocument document, string fileName ) : void | ||
document | IDocument | |
fileName | string | |
return | void |