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

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

공개 메소드들

메소드 설명
RtfTOCEntry ( String entry ) : System
SetShowPageNumber ( bool showPageNumber ) : void
WriteContent ( Stream result ) : void

보호된 메소드들

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

메소드 상세

RtfTOCEntry() 공개 메소드

public RtfTOCEntry ( String entry ) : System
entry String
리턴 System

SetShowPageNumber() 공개 메소드

public SetShowPageNumber ( bool showPageNumber ) : void
showPageNumber bool
리턴 void

WriteContent() 공개 메소드

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

WriteFieldInstContent() 보호된 메소드

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

WriteFieldResultContent() 보호된 메소드

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