Uses of Class
com.lowagie.text.Paragraph

Packages that use Paragraph
com.lowagie.text   
com.lowagie.text.html.simpleparser   
com.lowagie.text.pdf   
com.lowagie.text.pdf.events   
com.lowagie.text.rtf.text   
 

Uses of Paragraph in com.lowagie.text
 

Subclasses of Paragraph in com.lowagie.text
 class ListItem
          A ListItem is a Paragraph that can be added to a List.
 

Fields in com.lowagie.text declared as Paragraph
protected  Paragraph Section.title
          This is the title of this section.
 

Methods in com.lowagie.text that return Paragraph
 Paragraph Section.getBookmarkTitle()
          Gets the bookmark title.
 Paragraph HeaderFooter.paragraph()
          Gets the Paragraph that can be used as header or footer.
 Paragraph Section.title()
          Returns the title, preceeded by a certain number of sectionnumbers.
 

Methods in com.lowagie.text with parameters of type Paragraph
 Section Section.addSection(float indentation, Paragraph title)
          Creates a Section, adds it to this Section and returns it.
 Section Section.addSection(float indentation, Paragraph title, int numberDepth)
          Creates a Section, adds it to this Section and returns it.
 Section ChapterAutoNumber.addSection(Paragraph title)
          Create a new section for this chapter and add it.
 Section Section.addSection(Paragraph title)
          Creates a Section, adds it to this Section and returns it.
 Section Section.addSection(Paragraph title, int numberDepth)
          Creates a Section, add it to this Section and returns it.
 void Section.setTitle(Paragraph title)
          Sets the title of this section.
 

Constructors in com.lowagie.text with parameters of type Paragraph
Chapter(Paragraph title, int number)
          Constructs a new Chapter.
ChapterAutoNumber(Paragraph para)
          Create a new object.
 

Uses of Paragraph in com.lowagie.text.html.simpleparser
 

Methods in com.lowagie.text.html.simpleparser that return Paragraph
static Paragraph FactoryProperties.createParagraph(ChainedProperties props)
           
static Paragraph FactoryProperties.createParagraph(HashMap props)
           
 

Methods in com.lowagie.text.html.simpleparser with parameters of type Paragraph
static void FactoryProperties.createParagraph(Paragraph p, ChainedProperties props)
           
 boolean ALink.process(Paragraph current, ChainedProperties cprops)
           
 

Uses of Paragraph in com.lowagie.text.pdf
 

Methods in com.lowagie.text.pdf with parameters of type Paragraph
 void PdfPageEvent.onChapter(PdfWriter writer, Document document, float paragraphPosition, Paragraph title)
          Called when a Chapter is written.
 void PdfPageEventHelper.onChapter(PdfWriter writer, Document document, float paragraphPosition, Paragraph title)
          Called when a Chapter is written.
 void PdfPageEvent.onSection(PdfWriter writer, Document document, float paragraphPosition, int depth, Paragraph title)
          Called when a Section is written.
 void PdfPageEventHelper.onSection(PdfWriter writer, Document document, float paragraphPosition, int depth, Paragraph title)
          Called when a Section is written.
 

Constructors in com.lowagie.text.pdf with parameters of type Paragraph
PdfOutline(PdfOutline parent, PdfAction action, Paragraph title)
          Constructs a PdfOutline.
PdfOutline(PdfOutline parent, PdfAction action, Paragraph title, boolean open)
          Constructs a PdfOutline.
PdfOutline(PdfOutline parent, PdfDestination destination, Paragraph title)
          Constructs a PdfOutline.
PdfOutline(PdfOutline parent, PdfDestination destination, Paragraph title, boolean open)
          Constructs a PdfOutline.
 

Uses of Paragraph in com.lowagie.text.pdf.events
 

Methods in com.lowagie.text.pdf.events with parameters of type Paragraph
 void PdfPageEventForwarder.onChapter(PdfWriter writer, Document document, float paragraphPosition, Paragraph title)
          Called when a Chapter is written.
 void PdfPageEventForwarder.onSection(PdfWriter writer, Document document, float paragraphPosition, int depth, Paragraph title)
          Called when a Section is written.
 

Uses of Paragraph in com.lowagie.text.rtf.text
 

Constructors in com.lowagie.text.rtf.text with parameters of type Paragraph
RtfParagraph(RtfDocument doc, Paragraph paragraph)
          Constructs a RtfParagraph belonging to a RtfDocument based on a Paragraph.
 



Copyright © 2006-2007 EGIZ - E-Government Innovationszentrum. All Rights Reserved.