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

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

Protected Properties

Свойство Type Description
items System.Collections.ArrayList
title RtfParagraph

Méthodes publiques

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

Private Methods

Méthode Description
UpdateIndentation ( float indentLeft, float indentRight, float indentContent ) : void

Method Details

RtfSection() public méthode

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

WriteContent() public méthode

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

Property Details

items protected_oe property

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

title protected_oe property

protected RtfParagraph,iTextSharp.text.rtf.text title
Résultat RtfParagraph