Package | Description |
---|---|
com.lowagie.text | |
com.lowagie.text.factories | |
com.lowagie.text.pdf | |
com.lowagie.text.pdf.events |
Modifier and Type | Class and Description |
---|---|
class |
ListItem
A
ListItem is a Paragraph
that can be added to a List . |
Modifier and Type | Field and Description |
---|---|
protected Paragraph |
Section.title
The title of this section.
|
Modifier and Type | Method and Description |
---|---|
static Paragraph |
Section.constructTitle(Paragraph title,
ArrayList 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.
|
Paragraph |
HeaderFooter.paragraph()
Gets the
Paragraph that can be used as header or footer. |
Modifier and Type | Method and Description |
---|---|
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 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 and 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 | Method and Description |
---|---|
static Paragraph |
ElementFactory.getParagraph(Properties attributes)
Creates a Paragraph object based on a list of properties.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and 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 and 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.