Uses of Class
com.itextpdf.layout.element.Paragraph
Packages that use Paragraph
Package
Description
-
Uses of Paragraph in com.itextpdf.forms.form.element
Fields in com.itextpdf.forms.form.element declared as ParagraphModifier and TypeFieldDescriptionprivate Paragraph
InputField.placeholder
The placeholder paragraph.private Paragraph
TextArea.placeholder
The placeholder paragraph.Methods in com.itextpdf.forms.form.element that return ParagraphModifier and TypeMethodDescriptionInputField.getPlaceholder()
Gets the placeholder paragraph.IPlaceholderable.getPlaceholder()
Gets the placeholder paragraph.TextArea.getPlaceholder()
Gets the placeholder paragraph.Methods in com.itextpdf.forms.form.element with parameters of type ParagraphModifier and TypeMethodDescriptionvoid
InputField.setPlaceholder
(Paragraph placeholder) Sets the placeholder paragraph.void
IPlaceholderable.setPlaceholder
(Paragraph placeholder) Sets the placeholder paragraph.void
TextArea.setPlaceholder
(Paragraph placeholder) Sets the placeholder paragraph. -
Uses of Paragraph in com.itextpdf.forms.form.renderer
Methods in com.itextpdf.forms.form.renderer that return ParagraphModifier and TypeMethodDescriptionprivate Paragraph
SelectFieldComboBoxRenderer.createComboBoxOptionFlatElement()
private Paragraph
SelectFieldComboBoxRenderer.createComboBoxOptionFlatElement
(String label, boolean simulateOptGroupMargin) Methods in com.itextpdf.forms.form.renderer that return types with arguments of type ParagraphModifier and TypeMethodDescriptionSelectFieldComboBoxRenderer.getAllOptionsFlatElements
(IRenderer renderer) SelectFieldComboBoxRenderer.getAllOptionsFlatElements
(IRenderer renderer, boolean isInOptGroup) SelectFieldComboBoxRenderer.getSingleSelectedOptionFlatRenderer
(IRenderer optionsSubTree) Methods in com.itextpdf.forms.form.renderer with parameters of type ParagraphModifier and TypeMethodDescriptionprivate void
SelectFieldComboBoxRenderer.processLangAttribute
(Paragraph optionFlatElement, IRenderer originalOptionRenderer) Constructors in com.itextpdf.forms.form.renderer with parameters of type ParagraphModifierConstructorDescriptionFlatParagraphRenderer
(Paragraph modelElement) Creates a newCheckBoxRenderer.FlatParagraphRenderer
instance.FlatParagraphRenderer
(Paragraph modelElement) -
Uses of Paragraph in com.itextpdf.layout
Methods in com.itextpdf.layout with parameters of type ParagraphModifier 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
Methods in com.itextpdf.layout.element that return ParagraphModifier and TypeMethodDescriptionParagraph.add
(IBlockElement element) Paragraph.add
(ILeafElement element) Adds a piece of text to thisParagraph
.<T2 extends 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
Constructors in com.itextpdf.layout.renderer with parameters of type ParagraphModifierConstructorDescriptionParagraphRenderer
(Paragraph modelElement) Creates a ParagraphRenderer from its corresponding layout object.