Uses of Class
org.openpdf.text.Paragraph
Packages that use Paragraph
Package
Description
-
Uses of Paragraph in org.openpdf.text
Subclasses of Paragraph in org.openpdf.textModifier and TypeClassDescriptionclassAListItemis aParagraphthat can be added to aList.Fields in org.openpdf.text declared as ParagraphMethods in org.openpdf.text that return ParagraphModifier and TypeMethodDescriptionstatic ParagraphSection.constructTitle(Paragraph title, List<Integer> numbers, int numberDepth, int numberStyle) Constructs a Paragraph that will be used as title for a Section or Chapter.Section.getBookmarkTitle()Gets the bookmark title.Section.getTitle()Returns the title, preceded by a certain number of sectionnumbers.HeaderFooter.paragraph()Gets theParagraphthat can be used as header or footer.Methods in org.openpdf.text with parameters of type ParagraphModifier and TypeMethodDescriptionChapterAutoNumber.addSection(Paragraph title) Create a new section for this chapter and add it.Section.addSection(float indentation, Paragraph title) Creates aSection, adds it to thisSectionand returns it.Section.addSection(float indentation, Paragraph title, int numberDepth) Creates aSection, adds it to thisSectionand returns it.Section.addSection(Paragraph title) Creates aSection, adds it to thisSectionand returns it.Section.addSection(Paragraph title, int numberDepth) Creates aSection, add it to thisSectionand returns it.static ParagraphSection.constructTitle(Paragraph title, List<Integer> numbers, int numberDepth, int numberStyle) Constructs a Paragraph that will be used as title for a Section or Chapter.voidSets the title of this section.Constructors in org.openpdf.text with parameters of type Paragraph -
Uses of Paragraph in org.openpdf.text.factories
Methods in org.openpdf.text.factories that return ParagraphModifier and TypeMethodDescriptionstatic ParagraphElementFactory.getParagraph(Properties attributes) Creates a Paragraph object based on a list of properties. -
Uses of Paragraph in org.openpdf.text.html.simpleparser
Methods in org.openpdf.text.html.simpleparser that return ParagraphModifier and TypeMethodDescriptionstatic ParagraphFactoryProperties.createParagraph(ChainedProperties props) Deprecated.Methods in org.openpdf.text.html.simpleparser with parameters of type ParagraphModifier and TypeMethodDescriptionstatic voidFactoryProperties.createParagraph(Paragraph paragraph, ChainedProperties props) Deprecated.booleanALink.process(Paragraph current, ChainedProperties cprops) Deprecated. -
Uses of Paragraph in org.openpdf.text.pdf
Methods in org.openpdf.text.pdf with parameters of type ParagraphModifier and TypeMethodDescriptionvoidPdfPageEvent.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 org.openpdf.text.pdf with parameters of type ParagraphModifierConstructorDescriptionPdfOutline(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 org.openpdf.text.pdf.events
Methods in org.openpdf.text.pdf.events with parameters of type ParagraphModifier and TypeMethodDescriptionvoidPdfPageEventForwarder.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.