C# Class iTextSharp.text.rtf.RtfAddableElement

Inheritance: iTextSharp.text.Chunk, IRtfBasicElement
Afficher le fichier Open project: red-gate/iTextSharp-4.1.6

Protected Properties

Свойство Type Description
doc iTextSharp.text.rtf.document.RtfDocument
inHeader bool
inTable bool

Méthodes publiques

Méthode Description
IntToByteArray ( int i ) : byte[]
IsEmpty ( ) : bool
RtfAddableElement ( ) : System
SetInHeader ( bool inHeader ) : void
SetInTable ( bool inTable ) : void
SetRtfDocument ( RtfDocument doc ) : void
WriteContent ( Stream outp ) : void

Method Details

IntToByteArray() public méthode

public IntToByteArray ( int i ) : byte[]
i int
Résultat byte[]

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

RtfAddableElement() public méthode

public RtfAddableElement ( ) : System
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 abstract méthode

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

Property Details

doc protected_oe property

protected RtfDocument,iTextSharp.text.rtf.document doc
Résultat iTextSharp.text.rtf.document.RtfDocument

inHeader protected_oe property

protected bool inHeader
Résultat bool

inTable protected_oe property

protected bool inTable
Résultat bool