C# Class Waf.Writer.Applications.Documents.RichTextDocumentType

Inheritance: DocumentType
Afficher le fichier Open project: jbe2277/waf Class Usage Examples

Méthodes publiques

Méthode Description
CanNew ( ) : bool
CanOpen ( ) : bool
CanSave ( IDocument document ) : bool
RichTextDocumentType ( ) : System.Windows.Documents

Méthodes protégées

Méthode Description
NewCore ( ) : IDocument
OpenCore ( string fileName ) : IDocument
SaveCore ( IDocument document, string fileName ) : void

Method Details

CanNew() public méthode

public CanNew ( ) : bool
Résultat bool

CanOpen() public méthode

public CanOpen ( ) : bool
Résultat bool

CanSave() public méthode

public CanSave ( IDocument document ) : bool
document IDocument
Résultat bool

NewCore() protected méthode

protected NewCore ( ) : IDocument
Résultat IDocument

OpenCore() protected méthode

protected OpenCore ( string fileName ) : IDocument
fileName string
Résultat IDocument

RichTextDocumentType() public méthode

public RichTextDocumentType ( ) : System.Windows.Documents
Résultat System.Windows.Documents

SaveCore() protected méthode

protected SaveCore ( IDocument document, string fileName ) : void
document IDocument
fileName string
Résultat void