Package | Description |
---|---|
com.itextpdf.text | |
com.itextpdf.text.html.simpleparser | |
com.itextpdf.text.pdf | |
com.itextpdf.text.pdf.events |
Modifier and Type | Class | Description |
---|---|---|
class |
ListItem |
A
ListItem is a Paragraph
that can be added to a List . |
Modifier and Type | Field | Description |
---|---|---|
protected Paragraph |
Section.title |
The title of this section.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
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 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 |
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.
|
Constructor | Description |
---|---|
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 . |
Modifier and Type | Field | Description |
---|---|---|
protected Paragraph |
HTMLWorker.currentParagraph |
Deprecated.
Keeps the content of the current 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.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
LinkProcessor.process(Paragraph current,
ChainedProperties attrs) |
Deprecated.
Does additional processing on a link paragraph
|
protected static void |
ElementFactory.setParagraphLeading(Paragraph paragraph,
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.
|
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.
|
Constructor | Description |
---|---|
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 . |
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.
|
Copyright © 2018. All rights reserved.