C# Class iTextSharp.text.rtf.text.RtfSection

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

Protected Properties

Property Type Description
items System.Collections.ArrayList
title RtfParagraph

Public Methods

Method Description
RtfSection ( RtfDocument doc, Section section ) : System
SetInHeader ( bool inHeader ) : void
SetInTable ( bool inTable ) : void
WriteContent ( Stream result ) : void

Private Methods

Method Description
UpdateIndentation ( float indentLeft, float indentRight, float indentContent ) : void

Method Details

RtfSection() public method

public RtfSection ( RtfDocument doc, Section section ) : System
doc iTextSharp.text.rtf.document.RtfDocument
section iTextSharp.text.Section
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

WriteContent() public method

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

Property Details

items protected_oe property

protected ArrayList,System.Collections items
return System.Collections.ArrayList

title protected_oe property

protected RtfParagraph,iTextSharp.text.rtf.text title
return RtfParagraph