C# Class iTextSharp.text.rtf.list.RtfListTable

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

Méthodes publiques

Méthode Description
FreeListNumber ( RtfList list ) : void
GetListNumber ( RtfList list ) : int
RtfListTable ( RtfDocument doc ) : System
WriteContent ( Stream outp ) : void
WriteDefinition ( Stream result ) : void

Method Details

FreeListNumber() public méthode

public FreeListNumber ( RtfList list ) : void
list RtfList
Résultat void

GetListNumber() public méthode

public GetListNumber ( RtfList list ) : int
list RtfList
Résultat int

RtfListTable() public méthode

public RtfListTable ( RtfDocument doc ) : System
doc iTextSharp.text.rtf.document.RtfDocument
Résultat System

WriteContent() public méthode

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

WriteDefinition() public méthode

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