|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Paragraph | |
---|---|
com.itextpdf.text | |
com.itextpdf.text.html.simpleparser | |
com.itextpdf.text.pdf | |
com.itextpdf.text.pdf.events |
Uses of Paragraph in com.itextpdf.text |
---|
Subclasses of Paragraph in com.itextpdf.text | |
---|---|
class |
ListItem
A ListItem is a Paragraph
that can be added to a List . |
Fields in com.itextpdf.text declared as Paragraph | |
---|---|
protected Paragraph |
Section.title
The title of this section. |
Methods in com.itextpdf.text that return Paragraph | |
---|---|
Paragraph |
Paragraph.cloneShallow(boolean spacingBefore)
Creates a shallow clone of the Paragraph. |
static Paragraph |
Section.constructTitle(Paragraph title,
ArrayList<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 | |
---|---|
Section |
Section.addSection(float indentation,
Paragraph title)
Creates a Section , adds it to this Section and returns it. |
Section |
Section.addSection(float indentation,
Paragraph title,
int numberDepth)
Creates a Section , adds it to this Section and returns it. |
Section |
Section.addSection(Paragraph title)
Creates a Section , adds it to this Section and returns it. |
Section |
ChapterAutoNumber.addSection(Paragraph title)
Create a new section for this chapter and add it. |
Section |
Section.addSection(Paragraph title,
int numberDepth)
Creates a Section , add it to this Section and returns it. |
static Paragraph |
Section.constructTitle(Paragraph title,
ArrayList<Integer> numbers,
int numberDepth,
int numberStyle)
Constructs a Paragraph that will be used as title for a Section or Chapter. |
void |
Section.setTitle(Paragraph title)
Sets the title of this section. |
Constructors in com.itextpdf.text with parameters of type Paragraph | |
---|---|
Chapter(Paragraph title,
int number)
Constructs a new Chapter . |
|
ChapterAutoNumber(Paragraph para)
Create a new object. |
|
Section(Paragraph title,
int numberDepth)
Constructs a new Section . |
Uses of Paragraph in com.itextpdf.text.html.simpleparser |
---|
Fields in com.itextpdf.text.html.simpleparser declared as Paragraph | |
---|---|
protected Paragraph |
HTMLWorker.currentParagraph
Deprecated. Keeps the content of the current paragraph |
Methods in com.itextpdf.text.html.simpleparser that return Paragraph | |
---|---|
Paragraph |
HTMLWorker.createParagraph()
Deprecated. Creates a Paragraph using the factory. |
Paragraph |
ElementFactory.createParagraph(ChainedProperties chain)
Creates an iText Paragraph object using the properties of the different tags and properties in the hierarchy chain. |
Methods in com.itextpdf.text.html.simpleparser with parameters of type Paragraph | |
---|---|
boolean |
LinkProcessor.process(Paragraph current,
ChainedProperties attrs)
Does additional processing on a link paragraph |
protected static void |
ElementFactory.setParagraphLeading(Paragraph paragraph,
String leading)
Sets the leading of a Paragraph object. |
protected void |
ElementFactory.updateElement(Paragraph paragraph,
ChainedProperties chain)
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 | |
---|---|
void |
PdfPageEventHelper.onChapter(PdfWriter writer,
Document document,
float paragraphPosition,
Paragraph title)
Called when a Chapter is written. |
void |
PdfPageEvent.onChapter(PdfWriter writer,
Document document,
float paragraphPosition,
Paragraph title)
Called when a Chapter is written. |
void |
PdfPageEventHelper.onSection(PdfWriter writer,
Document document,
float paragraphPosition,
int depth,
Paragraph title)
Called when a Section is written. |
void |
PdfPageEvent.onSection(PdfWriter writer,
Document document,
float paragraphPosition,
int depth,
Paragraph title)
Called when a Section is written. |
Constructors in com.itextpdf.text.pdf with parameters of type Paragraph | |
---|---|
PdfOutline(PdfOutline parent,
PdfAction action,
Paragraph title)
Constructs a PdfOutline . |
|
PdfOutline(PdfOutline parent,
PdfAction action,
Paragraph title,
boolean open)
Constructs a PdfOutline . |
|
PdfOutline(PdfOutline parent,
PdfDestination destination,
Paragraph title)
Constructs a PdfOutline . |
|
PdfOutline(PdfOutline parent,
PdfDestination destination,
Paragraph title,
boolean open)
Constructs a PdfOutline . |
Uses of Paragraph in com.itextpdf.text.pdf.events |
---|
Methods in com.itextpdf.text.pdf.events with parameters of type Paragraph | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |