C# Class iTextSharp.text.rtf.RtfAddableElement

Inheritance: iTextSharp.text.Chunk, IRtfBasicElement
Show file Open project: red-gate/iTextSharp-4.1.6

Protected Properties

Property Type Description
doc iTextSharp.text.rtf.document.RtfDocument
inHeader bool
inTable bool

Public Methods

Method 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 method

public IntToByteArray ( int i ) : byte[]
i int
return byte[]

IsEmpty() public method

public IsEmpty ( ) : bool
return bool

RtfAddableElement() public method

public RtfAddableElement ( ) : System
return System

SetInHeader() public method

public SetInHeader ( bool inHeader ) : void
inHeader bool
return void

SetInTable() public method

public SetInTable ( bool inTable ) : void
inTable bool
return void

SetRtfDocument() public method

public SetRtfDocument ( RtfDocument doc ) : void
doc iTextSharp.text.rtf.document.RtfDocument
return void

WriteContent() public abstract method

public abstract WriteContent ( Stream outp ) : void
outp Stream
return void

Property Details

doc protected property

protected RtfDocument,iTextSharp.text.rtf.document doc
return iTextSharp.text.rtf.document.RtfDocument

inHeader protected property

protected bool inHeader
return bool

inTable protected property

protected bool inTable
return bool