Uses of Interface
com.itextpdf.text.pdf.interfaces.IAccessibleElement
-
Packages that use IAccessibleElement Package Description com.itextpdf.text com.itextpdf.text.pdf com.itextpdf.tool.xml.html.pdfelement Element
s created for specific use when processing HTML. -
-
Uses of IAccessibleElement in com.itextpdf.text
Classes in com.itextpdf.text that implement IAccessibleElement Modifier and Type Class Description class
Chapter
AChapter
is a specialSection
.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 ofLIST
which use greek-letters.class
Image
AnImage
is the representation of a graphic element (JPEG, PNG or GIF) that has to be inserted into the documentclass
ImgCCITT
CCITT Image data that has to be inserted into the documentclass
ImgJBIG2
Support for JBIG2 images.class
ImgRaw
Raw Image data that has to be inserted into the documentclass
ImgTemplate
PdfTemplate that has to be inserted into the documentclass
ImgWMF
AnImgWMF
is the representation of a windows metafile that has to be inserted into the documentclass
Jpeg
AnJpeg
is the representation of a graphic element (JPEG) that has to be inserted into the documentclass
Jpeg2000
AnJpeg2000
is the representation of a graphic element (JPEG) that has to be inserted into the documentclass
List
AList
contains severalListItem
s.class
ListBody
class
ListItem
AListItem
is aParagraph
that can be added to aList
.class
ListLabel
class
Paragraph
AParagraph
is a series ofChunk
s and/orPhrases
.class
RomanList
A special-version ofLIST
which use roman-letters.class
Section
ASection
is a part of aDocument
containing otherSection
s,Paragraph
s,List
and/orTable
s.class
ZapfDingbatsList
A special-version ofLIST
which use zapfdingbats-letters.class
ZapfDingbatsNumberList
A special-version ofLIST
which use zapfdingbats-numbers (1..10). -
Uses of IAccessibleElement in com.itextpdf.text.pdf
Classes in com.itextpdf.text.pdf that implement IAccessibleElement Modifier and Type Class Description class
PdfAnnotation
APdfAnnotation
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 byPdfWriter
to translate aDocument
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 classTable
.class
PdfPTableBody
class
PdfPTableFooter
class
PdfPTableHeader
class
PdfTemplate
Implements the form XObject.Fields in com.itextpdf.text.pdf declared as IAccessibleElement Modifier and Type Field Description protected IAccessibleElement
PdfChunk. accessibleElement
Fields in com.itextpdf.text.pdf with type parameters of type IAccessibleElement Modifier and Type Field Description private java.util.ArrayList<IAccessibleElement>
PdfContentByte. mcElements
Methods in com.itextpdf.text.pdf that return types with arguments of type IAccessibleElement Modifier and Type Method Description protected java.util.ArrayList<IAccessibleElement>
PdfDocument. endPage()
protected java.util.ArrayList<IAccessibleElement>
PdfContentByte. getMcElements()
protected java.util.ArrayList<IAccessibleElement>
PdfContentByte. saveMCBlocks()
Methods in com.itextpdf.text.pdf with parameters of type IAccessibleElement Modifier and Type Method Description void
PdfWriter. checkElementRole(IAccessibleElement element, IAccessibleElement parent)
void
PdfContentByte. closeMCBlock(IAccessibleElement element)
private void
PdfContentByte. closeMCBlockInt(IAccessibleElement element)
int
ColumnText. go(boolean simulate, IAccessibleElement elementToGo)
boolean
PdfWriter. needToBeMarkedInContent(IAccessibleElement element)
void
PdfContentByte. openMCBlock(IAccessibleElement element)
private PdfStructureElement
PdfContentByte. openMCBlockInt(IAccessibleElement element)
void
PdfStructureElement. writeAttributes(IAccessibleElement element)
Method parameters in com.itextpdf.text.pdf with type arguments of type IAccessibleElement Modifier and Type Method Description protected void
PdfContentByte. restoreMCBlocks(java.util.ArrayList<IAccessibleElement> mcElements)
protected void
PdfContentByte. setMcElements(java.util.ArrayList<IAccessibleElement> value)
-
Uses of IAccessibleElement in com.itextpdf.tool.xml.html.pdfelement
Classes in com.itextpdf.tool.xml.html.pdfelement that implement IAccessibleElement Modifier and Type Class Description class
HtmlCell
HtmlCell is created to provide more parameters to better mimic the behavior of table cell in HTML.class
TabbedChunk
A TabbedChunk is a Chunk that contains tabcount and alignment data to allow the HTML to PDF conversion to accept tabstop css.
-