C# Class DocRaptorExample.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
显示文件 Open project: expectedbehavior/doc_raptor_examples

Public Methods

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

Private Methods

Method 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 method

public static CopyStream ( Stream input, Stream output ) : void
input Stream
output Stream
return void

CreateDocument() public static method

public static CreateDocument ( string documentContent, string type, bool test ) : void
documentContent string
type string
test bool
return void

MainWindow() public method

public MainWindow ( ) : System
return System