Uses of Class
com.itextpdf.text.Paragraph
-
Packages that use Paragraph Package Description com.itextpdf.text com.itextpdf.text.factories com.itextpdf.text.html.simpleparser com.itextpdf.text.pdf com.itextpdf.text.pdf.events -
-
Uses of Paragraph in com.itextpdf.text
Subclasses of Paragraph in com.itextpdf.text Modifier and Type Class Description classListItemAListItemis aParagraphthat can be added to aList.Fields in com.itextpdf.text declared as Paragraph Modifier and Type Field Description protected ParagraphSection. titleThe title of this section.Methods in com.itextpdf.text that return Paragraph Modifier and Type Method Description static ParagraphSection. constructTitle(Paragraph title, java.util.ArrayList numbers, int numberDepth, int numberStyle)Constructs a Paragraph that will be used as title for a Section or Chapter.ParagraphSection. getBookmarkTitle()Gets the bookmark title.ParagraphSection. getTitle()Returns the title, preceded by a certain number of sectionnumbers.ParagraphHeaderFooter. paragraph()Gets theParagraphthat can be used as header or footer.Methods in com.itextpdf.text with parameters of type Paragraph Modifier and Type Method Description SectionChapterAutoNumber. addSection(Paragraph title)Create a new section for this chapter and add it.SectionSection. addSection(float indentation, Paragraph title)Creates aSection, adds it to thisSectionand returns it.SectionSection. addSection(float indentation, Paragraph title, int numberDepth)Creates aSection, adds it to thisSectionand returns it.SectionSection. addSection(Paragraph title)Creates aSection, adds it to thisSectionand returns it.SectionSection. addSection(Paragraph title, int numberDepth)Creates aSection, add it to thisSectionand returns it.static ParagraphSection. constructTitle(Paragraph title, java.util.ArrayList numbers, int numberDepth, int numberStyle)Constructs a Paragraph that will be used as title for a Section or Chapter.voidSection. setTitle(Paragraph title)Sets the title of this section.Constructors in com.itextpdf.text with parameters of type Paragraph Constructor Description Chapter(Paragraph title, int number)Constructs a newChapter.ChapterAutoNumber(Paragraph para)Create a new object.Section(Paragraph title, int numberDepth)Constructs a newSection. -
Uses of Paragraph in com.itextpdf.text.factories
Methods in com.itextpdf.text.factories that return Paragraph Modifier and Type Method Description static ParagraphElementFactory. getParagraph(java.util.Properties attributes)Creates a Paragraph object based on a list of properties. -
Uses of Paragraph in com.itextpdf.text.html.simpleparser
Methods in com.itextpdf.text.html.simpleparser that return Paragraph Modifier and Type Method Description static ParagraphFactoryProperties. createParagraph(ChainedProperties props)Methods in com.itextpdf.text.html.simpleparser with parameters of type Paragraph Modifier and Type Method Description static voidFactoryProperties. createParagraph(Paragraph p, ChainedProperties props)booleanALink. process(Paragraph current, ChainedProperties cprops) -
Uses of Paragraph in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf with parameters of type Paragraph Modifier and Type Method Description voidPdfPageEvent. onChapter(PdfWriter writer, Document document, float paragraphPosition, Paragraph title)Called when a Chapter is written.voidPdfPageEventHelper. onChapter(PdfWriter writer, Document document, float paragraphPosition, Paragraph title)Called when a Chapter is written.voidPdfPageEvent. onSection(PdfWriter writer, Document document, float paragraphPosition, int depth, Paragraph title)Called when a Section is written.voidPdfPageEventHelper. onSection(PdfWriter writer, Document document, float paragraphPosition, int depth, Paragraph title)Called when a Section is written.Constructors in com.itextpdf.text.pdf with parameters of type Paragraph Constructor Description PdfOutline(PdfOutline parent, PdfAction action, Paragraph title)Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfAction action, Paragraph title, boolean open)Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfDestination destination, Paragraph title)Constructs aPdfOutline.PdfOutline(PdfOutline parent, PdfDestination destination, Paragraph title, boolean open)Constructs aPdfOutline. -
Uses of Paragraph in com.itextpdf.text.pdf.events
Methods in com.itextpdf.text.pdf.events with parameters of type Paragraph Modifier and Type Method Description voidPdfPageEventForwarder. onChapter(PdfWriter writer, Document document, float paragraphPosition, Paragraph title)Called when a Chapter is written.voidPdfPageEventForwarder. onSection(PdfWriter writer, Document document, float paragraphPosition, int depth, Paragraph title)Called when a Section is written.
-