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

Inheritance: iTextSharp.text.rtf.RtfElement
ファイルを表示 Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Properties

Property Type Description
IN_TABLE byte[]
LINE_SPACING byte[]
PARAGRAPH_DEFAULTS byte[]
PLAIN byte[]

Protected Properties

Property Type Description
chunks System.Collections.ArrayList

Public Methods

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

Protected Methods

Method Description
RtfPhrase ( RtfDocument doc ) : System

Method Details

RtfPhrase() protected method

protected RtfPhrase ( RtfDocument doc ) : System
doc iTextSharp.text.rtf.document.RtfDocument
return System

RtfPhrase() public method

public RtfPhrase ( RtfDocument doc, Phrase phrase ) : System
doc iTextSharp.text.rtf.document.RtfDocument
phrase iTextSharp.text.Phrase
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 method

public WriteContent ( Stream result ) : void
result Stream
return void

Property Details

IN_TABLE public_oe static_oe property

public static byte[] IN_TABLE
return byte[]

LINE_SPACING public_oe static_oe property

public static byte[] LINE_SPACING
return byte[]

PARAGRAPH_DEFAULTS public_oe static_oe property

public static byte[] PARAGRAPH_DEFAULTS
return byte[]

PLAIN public_oe static_oe property

public static byte[] PLAIN
return byte[]

chunks protected_oe property

protected ArrayList,System.Collections chunks
return System.Collections.ArrayList