C# 클래스 iTextSharp.text.rtf.headerfooter.RtfHeaderFooterGroup

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

공개 메소드들

메소드 설명
HasFacingPages ( ) : bool
HasTitlePage ( ) : bool
RtfHeaderFooterGroup ( ) : System
RtfHeaderFooterGroup ( RtfDocument doc, HeaderFooter headerFooter, int type ) : System
RtfHeaderFooterGroup ( RtfDocument doc, RtfHeaderFooter headerFooter, int type ) : System
RtfHeaderFooterGroup ( RtfDocument doc, RtfHeaderFooterGroup headerFooter, int type ) : System
RtfHeaderFooterGroup ( RtfDocument doc, int type ) : System
SetHasFacingPages ( ) : void
SetHasTitlePage ( ) : void
SetHeaderFooter ( HeaderFooter headerFooter, int displayAt ) : void
SetHeaderFooter ( RtfHeaderFooter headerFooter, int displayAt ) : void
SetInHeader ( bool inHeader ) : void
SetInTable ( bool inTable ) : void
SetRtfDocument ( RtfDocument doc ) : void
SetType ( int type ) : void
WriteContent ( Stream result ) : void

보호된 메소드들

메소드 설명
GetHeaderAll ( ) : RtfHeaderFooter
GetHeaderFirst ( ) : RtfHeaderFooter
GetHeaderLeft ( ) : RtfHeaderFooter
GetHeaderRight ( ) : RtfHeaderFooter
GetMode ( ) : int

메소드 상세

GetHeaderAll() 보호된 메소드

protected GetHeaderAll ( ) : RtfHeaderFooter
리턴 RtfHeaderFooter

GetHeaderFirst() 보호된 메소드

protected GetHeaderFirst ( ) : RtfHeaderFooter
리턴 RtfHeaderFooter

GetHeaderLeft() 보호된 메소드

protected GetHeaderLeft ( ) : RtfHeaderFooter
리턴 RtfHeaderFooter

GetHeaderRight() 보호된 메소드

protected GetHeaderRight ( ) : RtfHeaderFooter
리턴 RtfHeaderFooter

GetMode() 보호된 메소드

protected GetMode ( ) : int
리턴 int

HasFacingPages() 공개 메소드

public HasFacingPages ( ) : bool
리턴 bool

HasTitlePage() 공개 메소드

public HasTitlePage ( ) : bool
리턴 bool

RtfHeaderFooterGroup() 공개 메소드

public RtfHeaderFooterGroup ( ) : System
리턴 System

RtfHeaderFooterGroup() 공개 메소드

public RtfHeaderFooterGroup ( RtfDocument doc, HeaderFooter headerFooter, int type ) : System
doc iTextSharp.text.rtf.document.RtfDocument
headerFooter iTextSharp.text.HeaderFooter
type int
리턴 System

RtfHeaderFooterGroup() 공개 메소드

public RtfHeaderFooterGroup ( RtfDocument doc, RtfHeaderFooter headerFooter, int type ) : System
doc iTextSharp.text.rtf.document.RtfDocument
headerFooter RtfHeaderFooter
type int
리턴 System

RtfHeaderFooterGroup() 공개 메소드

public RtfHeaderFooterGroup ( RtfDocument doc, RtfHeaderFooterGroup headerFooter, int type ) : System
doc iTextSharp.text.rtf.document.RtfDocument
headerFooter RtfHeaderFooterGroup
type int
리턴 System

RtfHeaderFooterGroup() 공개 메소드

public RtfHeaderFooterGroup ( RtfDocument doc, int type ) : System
doc iTextSharp.text.rtf.document.RtfDocument
type int
리턴 System

SetHasFacingPages() 공개 메소드

public SetHasFacingPages ( ) : void
리턴 void

SetHasTitlePage() 공개 메소드

public SetHasTitlePage ( ) : void
리턴 void

SetHeaderFooter() 공개 메소드

public SetHeaderFooter ( HeaderFooter headerFooter, int displayAt ) : void
headerFooter iTextSharp.text.HeaderFooter
displayAt int
리턴 void

SetHeaderFooter() 공개 메소드

public SetHeaderFooter ( RtfHeaderFooter headerFooter, int displayAt ) : void
headerFooter RtfHeaderFooter
displayAt int
리턴 void

SetInHeader() 공개 메소드

public SetInHeader ( bool inHeader ) : void
inHeader bool
리턴 void

SetInTable() 공개 메소드

public SetInTable ( bool inTable ) : void
inTable bool
리턴 void

SetRtfDocument() 공개 메소드

public SetRtfDocument ( RtfDocument doc ) : void
doc iTextSharp.text.rtf.document.RtfDocument
리턴 void

SetType() 공개 메소드

public SetType ( int type ) : void
type int
리턴 void

WriteContent() 공개 메소드

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