C# 클래스 DocRaptorExample.MainWindow

Interaction logic for MainWindow.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: expectedbehavior/doc_raptor_examples

공개 메소드들

메소드 설명
CopyStream ( Stream input, Stream output ) : void
CreateDocument ( string documentContent, string type, bool test ) : void
MainWindow ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

CopyStream() 공개 정적인 메소드

public static CopyStream ( Stream input, Stream output ) : void
input Stream
output Stream
리턴 void

CreateDocument() 공개 정적인 메소드

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

MainWindow() 공개 메소드

public MainWindow ( ) : System
리턴 System