C# Class DocRaptorExample.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Afficher le fichier Open project: expectedbehavior/doc_raptor_examples

Méthodes publiques

Méthode Description
CopyStream ( Stream input, Stream output ) : void
CreateDocument ( string documentContent, string type, bool test ) : void
MainWindow ( ) : System

Private Methods

Méthode Description
CreateExcelClick ( object sender, RoutedEventArgs e ) : void
CreatePDFClick ( object sender, RoutedEventArgs e ) : void
OpenLinkClick ( object sender, RoutedEventArgs e ) : void
SampleExcelContentClick ( object sender, RoutedEventArgs e ) : void
SamplePDFContentClick ( object sender, RoutedEventArgs e ) : void

Method Details

CopyStream() public static méthode

public static CopyStream ( Stream input, Stream output ) : void
input Stream
output Stream
Résultat void

CreateDocument() public static méthode

public static CreateDocument ( string documentContent, string type, bool test ) : void
documentContent string
type string
test bool
Résultat void

MainWindow() public méthode

public MainWindow ( ) : System
Résultat System