Uses of Interface
com.itextpdf.text.pdf.interfaces.IAccessibleElement
Packages that use IAccessibleElement
-
Uses of IAccessibleElement in com.itextpdf.text
Classes in com.itextpdf.text that implement IAccessibleElementModifier and TypeClassDescriptionclass
AChapter
is a specialSection
.class
Chapter with auto numbering.class
This is the smallest significant part of text that can be added to a document.class
A generic Document class.class
A special-version ofLIST
which use greek-letters.class
AnImage
is the representation of a graphic element (JPEG, PNG or GIF) that has to be inserted into the documentclass
CCITT Image data that has to be inserted into the documentclass
Support for JBIG2 images.class
Raw Image data that has to be inserted into the documentclass
PdfTemplate that has to be inserted into the documentclass
AnImgWMF
is the representation of a windows metafile that has to be inserted into the documentclass
AnJpeg
is the representation of a graphic element (JPEG) that has to be inserted into the documentclass
AnJpeg2000
is the representation of a graphic element (JPEG) that has to be inserted into the documentclass
AList
contains severalListItem
s.class
class
AListItem
is aParagraph
that can be added to aList
.class
class
AParagraph
is a series ofChunk
s and/orPhrases
.class
A special-version ofLIST
which use roman-letters.class
ASection
is a part of aDocument
containing otherSection
s,Paragraph
s,List
and/orTable
s.class
A special-version ofLIST
which use zapfdingbats-letters.class
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 IAccessibleElementModifier and TypeClassDescriptionclass
APdfAnnotation
is a note that is associated with a page.class
Implements the appearance stream to be used with form fields..class
class
A special element to put a collection of elements at an absolute position.class
PdfDocument
is the class that is used byPdfWriter
to translate aDocument
into a PDF with different pages.class
Implements form fields.class
Represents an imported page.final class
Implements the pattern.class
A cell in a PdfPTable.class
Created by IntelliJ IDEA.class
A row in a PdfPTable.class
Implements the PostScript XObject.class
This is a table that can be put at an absolute position but can also be added to the document as the classTable
.class
class
class
class
Implements the form XObject.Fields in com.itextpdf.text.pdf declared as IAccessibleElementFields in com.itextpdf.text.pdf with type parameters of type IAccessibleElementMethods in com.itextpdf.text.pdf that return types with arguments of type IAccessibleElementModifier and TypeMethodDescriptionprotected ArrayList<IAccessibleElement>
PdfDocument.endPage()
protected ArrayList<IAccessibleElement>
PdfContentByte.getMcElements()
protected ArrayList<IAccessibleElement>
PdfContentByte.saveMCBlocks()
Methods in com.itextpdf.text.pdf with parameters of type IAccessibleElementModifier and TypeMethodDescriptionvoid
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 IAccessibleElementModifier and TypeMethodDescriptionprotected void
PdfContentByte.restoreMCBlocks
(ArrayList<IAccessibleElement> mcElements) protected void
PdfContentByte.setMcElements
(ArrayList<IAccessibleElement> value) -
Uses of IAccessibleElement in com.itextpdf.tool.xml.html.pdfelement
Classes in com.itextpdf.tool.xml.html.pdfelement that implement IAccessibleElementModifier and TypeClassDescriptionclass
HtmlCell is created to provide more parameters to better mimic the behavior of table cell in HTML.class
A TabbedChunk is a Chunk that contains tabcount and alignment data to allow the HTML to PDF conversion to accept tabstop css.