Uses of Class
com.itextpdf.layout.element.Paragraph
-
Uses of Paragraph in com.itextpdf.layout
Modifier and TypeMethodDescriptionRootElement.showTextAligned
(Paragraph p, float x, float y, int pageNumber, TextAlignment textAlign, VerticalAlignment vertAlign, float radAngle) Convenience method to write a text aligned about the specified pointRootElement.showTextAligned
(Paragraph p, float x, float y, TextAlignment textAlign) Convenience method to write a text aligned about the specified pointRootElement.showTextAligned
(Paragraph p, float x, float y, TextAlignment textAlign, VerticalAlignment vertAlign) Convenience method to write a text aligned about the specified point -
Uses of Paragraph in com.itextpdf.layout.element
Modifier and TypeMethodDescriptionParagraph.add
(IBlockElement element) Paragraph.add
(ILeafElement element) Adds a piece of text to thisParagraph
.ILeafElement>
ParagraphParagraph.addTabStops
(TabStop... tabStops) Adds an unspecified amount of tabstop elements as properties to thisParagraph
.Paragraph.addTabStops
(List<TabStop> tabStops) Paragraph.removeTabStop
(float tabStopPosition) Removes a tabstop position from the Paragraph, if it is present in theProperty.TAB_STOPS
property.Paragraph.setFirstLineIndent
(float indent) Sets the indent value for the first line of theParagraph
.Paragraph.setFixedLeading
(float leading) Sets the leading value, using theLeading.FIXED
strategy.Paragraph.setMultipliedLeading
(float leading) Sets the leading value, using theLeading.MULTIPLIED
strategy.Paragraph.setOrphansControl
(ParagraphOrphansControl orphansControl) Sets orphans restriction on aParagraph
.Paragraph.setWidowsControl
(ParagraphWidowsControl widowsControl) Sets widows restriction on aParagraph
. -
Uses of Paragraph in com.itextpdf.layout.renderer
ModifierConstructorDescriptionParagraphRenderer
(Paragraph modelElement) Creates a ParagraphRenderer from its corresponding layout object.