C# Class iTextSharp.text.rtf.text.RtfPhrase

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

Méthodes publiques

Свойство Type Description
IN_TABLE byte[]
LINE_SPACING byte[]
PARAGRAPH_DEFAULTS byte[]
PLAIN byte[]

Protected Properties

Свойство Type Description
chunks System.Collections.ArrayList

Méthodes publiques

Méthode Description
RtfPhrase ( RtfDocument doc, Phrase phrase ) : System
SetInHeader ( bool inHeader ) : void
SetInTable ( bool inTable ) : void
SetRtfDocument ( RtfDocument doc ) : void
WriteContent ( Stream result ) : void

Méthodes protégées

Méthode Description
RtfPhrase ( RtfDocument doc ) : System

Method Details

RtfPhrase() protected méthode

protected RtfPhrase ( RtfDocument doc ) : System
doc iTextSharp.text.rtf.document.RtfDocument
Résultat System

RtfPhrase() public méthode

public RtfPhrase ( RtfDocument doc, Phrase phrase ) : System
doc iTextSharp.text.rtf.document.RtfDocument
phrase iTextSharp.text.Phrase
Résultat System

SetInHeader() public méthode

public SetInHeader ( bool inHeader ) : void
inHeader bool
Résultat void

SetInTable() public méthode

public SetInTable ( bool inTable ) : void
inTable bool
Résultat void

SetRtfDocument() public méthode

public SetRtfDocument ( RtfDocument doc ) : void
doc iTextSharp.text.rtf.document.RtfDocument
Résultat void

WriteContent() public méthode

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

Property Details

IN_TABLE public_oe static_oe property

public static byte[] IN_TABLE
Résultat byte[]

LINE_SPACING public_oe static_oe property

public static byte[] LINE_SPACING
Résultat byte[]

PARAGRAPH_DEFAULTS public_oe static_oe property

public static byte[] PARAGRAPH_DEFAULTS
Résultat byte[]

PLAIN public_oe static_oe property

public static byte[] PLAIN
Résultat byte[]

chunks protected_oe property

protected ArrayList,System.Collections chunks
Résultat System.Collections.ArrayList