Package | Description |
---|---|
com.itextpdf.text | |
com.itextpdf.text.pdf |
Modifier and Type | Class | Description |
---|---|---|
class |
Chapter |
A
Chapter is a special Section . |
class |
ChapterAutoNumber |
Chapter with auto numbering.
|
class |
Chunk |
This is the smallest significant part of text that can be added to a
document.
|
class |
Document |
A generic Document class.
|
class |
GreekList |
A special-version of
LIST which use greek-letters. |
class |
Image |
An
Image is the representation of a graphic element (JPEG, PNG
or GIF) that has to be inserted into the document |
class |
ImgCCITT |
CCITT Image data that has to be inserted into the document
|
class |
ImgJBIG2 |
Support for JBIG2 images.
|
class |
ImgRaw |
Raw Image data that has to be inserted into the document
|
class |
ImgTemplate |
PdfTemplate that has to be inserted into the document
|
class |
ImgWMF |
An
ImgWMF is the representation of a windows metafile
that has to be inserted into the document |
class |
Jpeg |
An
Jpeg is the representation of a graphic element (JPEG)
that has to be inserted into the document |
class |
Jpeg2000 |
An
Jpeg2000 is the representation of a graphic element (JPEG)
that has to be inserted into the document |
class |
List |
A
List contains several ListItem s. |
class |
ListBody |
|
class |
ListItem |
A
ListItem is a Paragraph
that can be added to a List . |
class |
ListLabel |
|
class |
Paragraph |
A
Paragraph is a series of Chunk s and/or Phrases . |
class |
RomanList |
A special-version of
LIST which use roman-letters. |
class |
Section |
A
Section is a part of a Document containing
other Section s, Paragraph s, List
and/or Table s. |
class |
ZapfDingbatsList |
A special-version of
LIST which use zapfdingbats-letters. |
class |
ZapfDingbatsNumberList |
A special-version of
LIST which use zapfdingbats-numbers (1..10). |
Modifier and Type | Class | Description |
---|---|---|
class |
PdfAnnotation |
A
PdfAnnotation is a note that is associated with a page. |
class |
PdfAppearance |
Implements the appearance stream to be used with form fields..
|
class |
PdfArtifact |
|
class |
PdfDiv |
A special element to put a collection of elements at an absolute position.
|
class |
PdfDocument |
PdfDocument is the class that is used by PdfWriter
to translate a Document into a PDF with different pages. |
class |
PdfFormField |
Implements form fields.
|
class |
PdfImportedPage |
Represents an imported page.
|
class |
PdfPatternPainter |
Implements the pattern.
|
class |
PdfPCell |
A cell in a PdfPTable.
|
class |
PdfPHeaderCell |
Created by IntelliJ IDEA.
|
class |
PdfPRow |
A row in a PdfPTable.
|
class |
PdfPSXObject |
Implements the PostScript XObject.
|
class |
PdfPTable |
This is a table that can be put at an absolute position but can also be added
to the document as the class
Table . |
class |
PdfPTableBody |
|
class |
PdfPTableFooter |
|
class |
PdfPTableHeader |
|
class |
PdfTemplate |
Implements the form XObject.
|
Modifier and Type | Field | Description |
---|---|---|
protected IAccessibleElement |
PdfChunk.accessibleElement |
Modifier and Type | Method | Description |
---|---|---|
protected ArrayList<IAccessibleElement> |
PdfContentByte.getMcElements() |
|
protected ArrayList<IAccessibleElement> |
PdfContentByte.saveMCBlocks() |
Modifier and Type | Method | Description |
---|---|---|
void |
PdfWriter.checkElementRole(IAccessibleElement element,
IAccessibleElement parent) |
|
void |
PdfContentByte.closeMCBlock(IAccessibleElement element) |
|
int |
ColumnText.go(boolean simulate,
IAccessibleElement elementToGo) |
|
boolean |
PdfWriter.needToBeMarkedInContent(IAccessibleElement element) |
|
void |
PdfContentByte.openMCBlock(IAccessibleElement element) |
|
void |
PdfStructureElement.writeAttributes(IAccessibleElement element) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
PdfContentByte.restoreMCBlocks(ArrayList<IAccessibleElement> mcElements) |
|
protected void |
PdfContentByte.setMcElements(ArrayList<IAccessibleElement> value) |
Copyright © 2018. All rights reserved.