Java com.itextpdf.layout.element Paragraph fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.layout.element Paragraph fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.layout.element Paragraph.

The text is from its open source code.

Constructor

Paragraph(String text)
Creates a Paragraph, initialized with a piece of text.
Paragraph(Text text)
Creates a Paragraph, initialized with a piece of text.
Paragraph()
Creates a Paragraph.

Method

Paragraphadd(String text)
Adds a piece of text to the Paragraph
Paragraphadd(ILeafElement element)
Adds a layout element to the Paragraph.
Paragraphadd(IBlockElement element)