C# Class iTextSharp.text.rtf.field.RtfPageNumber

Inheritance: RtfField
Mostrar archivo Open project: red-gate/iTextSharp-4.1.6

Public Methods

Method Description
RtfPageNumber ( ) : System
RtfPageNumber ( Font font ) : System
RtfPageNumber ( RtfDocument doc ) : System
RtfPageNumber ( RtfDocument doc, Font font ) : System

Protected Methods

Method Description
WriteFieldInstContent ( Stream oupt ) : void
WriteFieldResultContent ( Stream oupt ) : void

Method Details

RtfPageNumber() public method

public RtfPageNumber ( ) : System
return System

RtfPageNumber() public method

public RtfPageNumber ( Font font ) : System
font iTextSharp.text.Font
return System

RtfPageNumber() public method

public RtfPageNumber ( RtfDocument doc ) : System
doc iTextSharp.text.rtf.document.RtfDocument
return System

RtfPageNumber() public method

public RtfPageNumber ( RtfDocument doc, Font font ) : System
doc iTextSharp.text.rtf.document.RtfDocument
font iTextSharp.text.Font
return System

WriteFieldInstContent() protected method

protected WriteFieldInstContent ( Stream oupt ) : void
oupt Stream
return void

WriteFieldResultContent() protected method

protected WriteFieldResultContent ( Stream oupt ) : void
oupt Stream
return void