C# Class iTextSharp.text.rtf.document.RtfDocumentHeader

Inheritance: iTextSharp.text.rtf.RtfElement
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Méthodes publiques

Méthode Description
AddInfoElement ( RtfInfoElement rtfInfoElement ) : void
FreeListNumber ( RtfList list ) : void
GetColorNumber ( iTextSharp.text.rtf.style color ) : int
GetFontNumber ( iTextSharp.text.rtf.style font ) : int
GetListNumber ( RtfList list ) : int
GetListTable ( ) : RtfListTable
GetPageSetting ( ) : RtfPageSetting
GetRtfParagraphStyle ( String styleName ) : RtfParagraphStyle
RegisterParagraphStyle ( RtfParagraphStyle rtfParagraphStyle ) : void
SetFooter ( HeaderFooter footer ) : void
SetHeader ( HeaderFooter header ) : void
WriteContent ( Stream result ) : void
WriteSectionDefinition ( Stream result ) : void

Méthodes protégées

Méthode Description
Init ( ) : void
RtfDocumentHeader ( RtfDocument doc ) : System

Private Methods

Méthode Description
ConvertHeaderFooter ( HeaderFooter hf, int type ) : RtfHeaderFooterGroup

Method Details

AddInfoElement() public méthode

public AddInfoElement ( RtfInfoElement rtfInfoElement ) : void
rtfInfoElement RtfInfoElement
Résultat void

FreeListNumber() public méthode

public FreeListNumber ( RtfList list ) : void
list iTextSharp.text.rtf.list.RtfList
Résultat void

GetColorNumber() public méthode

public GetColorNumber ( iTextSharp.text.rtf.style color ) : int
color iTextSharp.text.rtf.style
Résultat int

GetFontNumber() public méthode

public GetFontNumber ( iTextSharp.text.rtf.style font ) : int
font iTextSharp.text.rtf.style
Résultat int

GetListNumber() public méthode

public GetListNumber ( RtfList list ) : int
list iTextSharp.text.rtf.list.RtfList
Résultat int

GetListTable() public méthode

public GetListTable ( ) : RtfListTable
Résultat iTextSharp.text.rtf.list.RtfListTable

GetPageSetting() public méthode

public GetPageSetting ( ) : RtfPageSetting
Résultat RtfPageSetting

GetRtfParagraphStyle() public méthode

public GetRtfParagraphStyle ( String styleName ) : RtfParagraphStyle
styleName String
Résultat iTextSharp.text.rtf.style.RtfParagraphStyle

Init() protected méthode

protected Init ( ) : void
Résultat void

RegisterParagraphStyle() public méthode

public RegisterParagraphStyle ( RtfParagraphStyle rtfParagraphStyle ) : void
rtfParagraphStyle iTextSharp.text.rtf.style.RtfParagraphStyle
Résultat void

RtfDocumentHeader() protected méthode

protected RtfDocumentHeader ( RtfDocument doc ) : System
doc RtfDocument
Résultat System

SetFooter() public méthode

public SetFooter ( HeaderFooter footer ) : void
footer iTextSharp.text.HeaderFooter
Résultat void

SetHeader() public méthode

public SetHeader ( HeaderFooter header ) : void
header iTextSharp.text.HeaderFooter
Résultat void

WriteContent() public méthode

public WriteContent ( Stream result ) : void
result Stream
Résultat void

WriteSectionDefinition() public méthode

public WriteSectionDefinition ( Stream result ) : void
result Stream
Résultat void