C# 클래스 iTextSharp.text.rtf.document.RtfDocument

상속: iTextSharp.text.rtf.RtfElement
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6 1 사용 예제들

공개 메소드들

메소드 설명
Add ( IRtfBasicElement element ) : void
FilterSpecialChar ( Stream outp, String str, bool useHex, bool softLineBreaks ) : void
GetAutogenerateTOCEntries ( ) : bool
GetDocumentHeader ( ) : RtfDocumentHeader
GetDocumentSettings ( ) : RtfDocumentSettings
GetLastElementWritten ( ) : IRtfBasicElement
GetMapper ( ) : RtfMapper
GetRandomInt ( ) : int
Open ( ) : void
OutputDebugLinebreak ( Stream result ) : void
RtfDocument ( ) : System
SetAutogenerateTOCEntries ( bool autogenerate ) : void
WriteContent ( Stream outp ) : void
WriteDocument ( Stream outs ) : void

비공개 메소드들

메소드 설명
SubMatch ( String str, int soff, byte m ) : bool

메소드 상세

Add() 공개 메소드

public Add ( IRtfBasicElement element ) : void
element IRtfBasicElement
리턴 void

FilterSpecialChar() 공개 메소드

public FilterSpecialChar ( Stream outp, String str, bool useHex, bool softLineBreaks ) : void
outp Stream
str String
useHex bool
softLineBreaks bool
리턴 void

GetAutogenerateTOCEntries() 공개 메소드

public GetAutogenerateTOCEntries ( ) : bool
리턴 bool

GetDocumentHeader() 공개 메소드

public GetDocumentHeader ( ) : RtfDocumentHeader
리턴 RtfDocumentHeader

GetDocumentSettings() 공개 메소드

public GetDocumentSettings ( ) : RtfDocumentSettings
리턴 RtfDocumentSettings

GetLastElementWritten() 공개 메소드

public GetLastElementWritten ( ) : IRtfBasicElement
리턴 IRtfBasicElement

GetMapper() 공개 메소드

public GetMapper ( ) : RtfMapper
리턴 iTextSharp.text.rtf.RtfMapper

GetRandomInt() 공개 메소드

public GetRandomInt ( ) : int
리턴 int

Open() 공개 메소드

public Open ( ) : void
리턴 void

OutputDebugLinebreak() 공개 메소드

public OutputDebugLinebreak ( Stream result ) : void
result Stream
리턴 void

RtfDocument() 공개 메소드

public RtfDocument ( ) : System
리턴 System

SetAutogenerateTOCEntries() 공개 메소드

public SetAutogenerateTOCEntries ( bool autogenerate ) : void
autogenerate bool
리턴 void

WriteContent() 공개 메소드

public WriteContent ( Stream outp ) : void
outp Stream
리턴 void

WriteDocument() 공개 메소드

public WriteDocument ( Stream outs ) : void
outs Stream
리턴 void