Метод | Описание | |
---|---|---|
CanNew ( ) : bool | ||
CanOpen ( ) : bool | ||
CanSave ( IDocument document ) : bool | ||
RichTextDocumentType ( ) : System.Windows.Documents |
Метод | Описание | |
---|---|---|
NewCore ( ) : IDocument | ||
OpenCore ( string fileName ) : IDocument | ||
SaveCore ( IDocument document, string fileName ) : void |
public CanSave ( IDocument document ) : bool | ||
document | IDocument | |
Результат | bool |
protected OpenCore ( string fileName ) : IDocument | ||
fileName | string | |
Результат | IDocument |
public RichTextDocumentType ( ) : System.Windows.Documents | ||
Результат | System.Windows.Documents |
protected SaveCore ( IDocument document, string fileName ) : void | ||
document | IDocument | |
fileName | string | |
Результат | void |