C# 클래스 iTextSharp.text.rtf.field.RtfTableOfContents

상속: RtfField
파일 보기 프로젝트 열기: red-gate/iTextSharp-4.1.6

공개 메소드들

메소드 설명
RtfTableOfContents ( String defaultText ) : System

보호된 메소드들

메소드 설명
WriteFieldInstContent ( Stream outp ) : void
WriteFieldResultContent ( Stream outp ) : void

메소드 상세

RtfTableOfContents() 공개 메소드

public RtfTableOfContents ( String defaultText ) : System
defaultText String
리턴 System

WriteFieldInstContent() 보호된 메소드

protected WriteFieldInstContent ( Stream outp ) : void
outp Stream
리턴 void

WriteFieldResultContent() 보호된 메소드

protected WriteFieldResultContent ( Stream outp ) : void
outp Stream
리턴 void