C# Class iTextSharp.text.rtf.headerfooter.RtfHeaderFooterGroup

Inheritance: iTextSharp.text.HeaderFooter, IRtfBasicElement
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
GetHeaderAll ( ) : RtfHeaderFooter
GetHeaderFirst ( ) : RtfHeaderFooter
GetHeaderLeft ( ) : RtfHeaderFooter
GetHeaderRight ( ) : RtfHeaderFooter
GetMode ( ) : int

Method Details

GetHeaderAll() protected method

protected GetHeaderAll ( ) : RtfHeaderFooter
return RtfHeaderFooter

GetHeaderFirst() protected method

protected GetHeaderFirst ( ) : RtfHeaderFooter
return RtfHeaderFooter

GetHeaderLeft() protected method

protected GetHeaderLeft ( ) : RtfHeaderFooter
return RtfHeaderFooter

GetHeaderRight() protected method

protected GetHeaderRight ( ) : RtfHeaderFooter
return RtfHeaderFooter

GetMode() protected method

protected GetMode ( ) : int
return int

HasFacingPages() public method

public HasFacingPages ( ) : bool
return bool

HasTitlePage() public method

public HasTitlePage ( ) : bool
return bool

RtfHeaderFooterGroup() public method

public RtfHeaderFooterGroup ( ) : System
return System

RtfHeaderFooterGroup() public method

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

RtfHeaderFooterGroup() public method

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

RtfHeaderFooterGroup() public method

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

RtfHeaderFooterGroup() public method

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

SetHasFacingPages() public method

public SetHasFacingPages ( ) : void
return void

SetHasTitlePage() public method

public SetHasTitlePage ( ) : void
return void

SetHeaderFooter() public method

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

SetHeaderFooter() public method

public SetHeaderFooter ( RtfHeaderFooter headerFooter, int displayAt ) : void
headerFooter RtfHeaderFooter
displayAt int
return void

SetInHeader() public method

public SetInHeader ( bool inHeader ) : void
inHeader bool
return void

SetInTable() public method

public SetInTable ( bool inTable ) : void
inTable bool
return void

SetRtfDocument() public method

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

SetType() public method

public SetType ( int type ) : void
type int
return void

WriteContent() public method

public WriteContent ( Stream result ) : void
result Stream
return void