Uses of Class
com.itextpdf.text.Paragraph
-
Packages that use Paragraph Package Description com.itextpdf.text com.itextpdf.text.html.simpleparser com.itextpdf.text.pdf com.itextpdf.text.pdf.events com.itextpdf.tool.xml.css.apply Contains classes that can apply css rules on certainElement
s.com.itextpdf.tool.xml.html Everything to parse HTML tags to pdf used by theHtmlPipeline
is in here. -
-
Uses of Paragraph in com.itextpdf.text
Subclasses of Paragraph in com.itextpdf.text Modifier and Type Class Description class
ListItem
AListItem
is aParagraph
that can be added to aList
.Fields in com.itextpdf.text declared as Paragraph Modifier and Type Field Description protected Paragraph
Section. title
The title of this section.Methods in com.itextpdf.text that return Paragraph Modifier and Type Method Description Paragraph
ListItem. cloneShallow(boolean spacingBefore)
Paragraph
Paragraph. cloneShallow(boolean spacingBefore)
Creates a shallow clone of the Paragraph.static Paragraph
Section. constructTitle(Paragraph title, java.util.ArrayList<java.lang.Integer> 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.Methods in com.itextpdf.text with parameters of type Paragraph Modifier and Type Method Description Section
ChapterAutoNumber. addSection(Paragraph title)
Create a new section for this chapter and add it.Section
Section. addSection(float indentation, Paragraph title)
Creates aSection
, adds it to thisSection
and returns it.Section
Section. addSection(float indentation, Paragraph title, int numberDepth)
Creates aSection
, adds it to thisSection
and returns it.Section
Section. addSection(Paragraph title)
Creates aSection
, adds it to thisSection
and returns it.Section
Section. addSection(Paragraph title, int numberDepth)
Creates aSection
, add it to thisSection
and returns it.static Paragraph
Section. constructTitle(Paragraph title, java.util.ArrayList<java.lang.Integer> numbers, int numberDepth, int numberStyle)
Constructs a Paragraph that will be used as title for a Section or Chapter.protected void
Paragraph. populateProperties(Paragraph copy, boolean spacingBefore)
void
Section. 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.html.simpleparser
Fields in com.itextpdf.text.html.simpleparser declared as Paragraph Modifier and Type Field Description protected Paragraph
HTMLWorker. currentParagraph
Deprecated.Keeps the content of the current paragraphMethods in com.itextpdf.text.html.simpleparser that return Paragraph Modifier and Type Method Description Paragraph
ElementFactory. createParagraph(ChainedProperties chain)
Deprecated.Creates an iText Paragraph object using the properties of the different tags and properties in the hierarchy chain.Paragraph
HTMLWorker. createParagraph()
Deprecated.Creates a Paragraph using the factory.Methods in com.itextpdf.text.html.simpleparser with parameters of type Paragraph Modifier and Type Method Description boolean
LinkProcessor. process(Paragraph current, ChainedProperties attrs)
Deprecated.Does additional processing on a link paragraphprotected static void
ElementFactory. setParagraphLeading(Paragraph paragraph, java.lang.String leading)
Deprecated.Sets the leading of a Paragraph object.protected void
ElementFactory. 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 Paragraph Modifier and Type Method Description 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.private void
PdfStructureElement. writeAttributes(Paragraph paragraph)
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 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.itextpdf.tool.xml.css.apply
Methods in com.itextpdf.tool.xml.css.apply that return Paragraph Modifier and Type Method Description Paragraph
ParagraphCssApplier. apply(Paragraph p, Tag t, MarginMemory configuration)
Styles a paragraphParagraph
ParagraphCssApplier. apply(Paragraph p, Tag t, MarginMemory configuration, PageSizeContainable psc, HtmlPipelineContext ctx)
Methods in com.itextpdf.tool.xml.css.apply with parameters of type Paragraph Modifier and Type Method Description Paragraph
ParagraphCssApplier. apply(Paragraph p, Tag t, MarginMemory configuration)
Styles a paragraphParagraph
ParagraphCssApplier. 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 Paragraph Modifier and Type Method Description protected Paragraph
AbstractTagProcessor. createParagraph()
Methods in com.itextpdf.tool.xml.html with parameters of type Paragraph Modifier and Type Method Description private void
ParaGraph. addTabIntervalContent(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent, Paragraph p, java.lang.String value)
Applies the tab interval of the p tag on itsTabbedChunk
elements.private void
ParaGraph. addTabStopsContent(java.util.List<Element> currentContent, Paragraph p, java.lang.String value)
Applies the tab stops of the p tag on itsTabbedChunk
elements.protected void
AbstractTagProcessor. invertTextAlignForParagraph(Paragraph p)
-