Uses of Class
com.itextpdf.text.Paragraph
Packages that use Paragraph
Package
Description
Contains classes that can apply css rules on certain
Elements.Everything to parse HTML tags to pdf used by the
HtmlPipeline is in here.-
Uses of Paragraph in com.itextpdf.text
Subclasses of Paragraph in com.itextpdf.textModifier and TypeClassDescriptionclassAListItemis aParagraphthat can be added to aList.Fields in com.itextpdf.text declared as ParagraphMethods in com.itextpdf.text that return ParagraphModifier and TypeMethodDescriptionListItem.cloneShallow(boolean spacingBefore) Paragraph.cloneShallow(boolean spacingBefore) Creates a shallow clone of the Paragraph.static ParagraphSection.constructTitle(Paragraph title, ArrayList<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.Methods in com.itextpdf.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, ArrayList<Integer> numbers, int numberDepth, int numberStyle) Constructs a Paragraph that will be used as title for a Section or Chapter.protected voidParagraph.populateProperties(Paragraph copy, boolean spacingBefore) voidSets the title of this section.Constructors in com.itextpdf.text with parameters of type Paragraph -
Uses of Paragraph in com.itextpdf.text.html.simpleparser
Fields in com.itextpdf.text.html.simpleparser declared as ParagraphModifier and TypeFieldDescriptionprotected ParagraphHTMLWorker.currentParagraphDeprecated.Keeps the content of the current paragraphMethods in com.itextpdf.text.html.simpleparser that return ParagraphModifier and TypeMethodDescriptionElementFactory.createParagraph(ChainedProperties chain) Deprecated.Creates an iText Paragraph object using the properties of the different tags and properties in the hierarchy chain.HTMLWorker.createParagraph()Deprecated.Creates a Paragraph using the factory.Methods in com.itextpdf.text.html.simpleparser with parameters of type ParagraphModifier and TypeMethodDescriptionbooleanLinkProcessor.process(Paragraph current, ChainedProperties attrs) Deprecated.Does additional processing on a link paragraphprotected static voidElementFactory.setParagraphLeading(Paragraph paragraph, String leading) Deprecated.Sets the leading of a Paragraph object.protected voidElementFactory.updateElement(Paragraph paragraph, ChainedProperties chain) Deprecated.Method that does the actual Element creating for the createParagraph and createListItem method. -
Uses of Paragraph in com.itextpdf.text.pdf
Methods in com.itextpdf.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.private voidPdfStructureElement.writeAttributes(Paragraph paragraph) Constructors in com.itextpdf.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 com.itextpdf.text.pdf.events
Methods in com.itextpdf.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. -
Uses of Paragraph in com.itextpdf.tool.xml.css.apply
Methods in com.itextpdf.tool.xml.css.apply that return ParagraphModifier and TypeMethodDescriptionParagraphCssApplier.apply(Paragraph p, Tag t, MarginMemory configuration) Styles a paragraphParagraphCssApplier.apply(Paragraph p, Tag t, MarginMemory configuration, PageSizeContainable psc, HtmlPipelineContext ctx) Methods in com.itextpdf.tool.xml.css.apply with parameters of type ParagraphModifier and TypeMethodDescriptionParagraphCssApplier.apply(Paragraph p, Tag t, MarginMemory configuration) Styles a paragraphParagraphCssApplier.apply(Paragraph p, Tag t, MarginMemory configuration, PageSizeContainable psc, HtmlPipelineContext ctx) -
Uses of Paragraph in com.itextpdf.tool.xml.html
Methods in com.itextpdf.tool.xml.html that return ParagraphMethods in com.itextpdf.tool.xml.html with parameters of type ParagraphModifier and TypeMethodDescriptionprivate voidParaGraph.addTabIntervalContent(WorkerContext ctx, Tag tag, List<Element> currentContent, Paragraph p, String value) Applies the tab interval of the p tag on itsTabbedChunkelements.private voidParaGraph.addTabStopsContent(List<Element> currentContent, Paragraph p, String value) Applies the tab stops of the p tag on itsTabbedChunkelements.protected voidAbstractTagProcessor.invertTextAlignForParagraph(Paragraph p)