Uses of Class
com.lowagie.text.Paragraph

Packages that use Paragraph
com.lowagie.text   
com.lowagie.text.factories   
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
          The title of this section.
 

Methods in com.lowagie.text that return Paragraph
static Paragraph Section.constructTitle(Paragraph title, ArrayList numbers, int numberDepth, int numberStyle)
          Constructs a Paragraph that will be used as title for a Section or Chapter.
 Paragraph Section.getBookmarkTitle()
          Gets the bookmark title.
 Paragraph Section.getTitle()
          Returns the title, preceded by a certain number of sectionnumbers.
 Paragraph HeaderFooter.paragraph()
          Gets the Paragraph that can be used as header or footer.
 

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 Section.addSection(Paragraph title)
          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, int numberDepth)
          Creates a Section, add it to this Section and returns it.
static Paragraph Section.constructTitle(Paragraph title, ArrayList numbers, int numberDepth, int numberStyle)
          Constructs a Paragraph that will be used as title for a Section or Chapter.
 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.
Section(Paragraph title, int numberDepth)
          Constructs a new Section.
 

Uses of Paragraph in com.lowagie.text.factories
 

Methods in com.lowagie.text.factories that return Paragraph
static Paragraph ElementFactory.getParagraph(Properties attributes)
          Creates a Paragraph object based on a list of properties.
 

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)
           
 

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 PdfPageEventHelper.onChapter(PdfWriter writer, Document document, float paragraphPosition, Paragraph title)
          Called when a Chapter is written.
 void PdfPageEvent.onChapter(PdfWriter writer, Document document, float paragraphPosition, Paragraph title)
          Called when a Chapter is written.
 void PdfPageEventHelper.onSection(PdfWriter writer, Document document, float paragraphPosition, int depth, Paragraph title)
          Called when a Section is written.
 void PdfPageEvent.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 © 2012. All Rights Reserved.