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 Elements 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 classChapterAChapteris a specialSection.classChapterAutoNumberChapter with auto numbering.classChunkThis is the smallest significant part of text that can be added to a document.classDocumentA generic Document class.classGreekListA special-version ofLISTwhich use greek-letters.classImageAnImageis the representation of a graphic element (JPEG, PNG or GIF) that has to be inserted into the documentclassImgCCITTCCITT Image data that has to be inserted into the documentclassImgJBIG2Support for JBIG2 images.classImgRawRaw Image data that has to be inserted into the documentclassImgTemplatePdfTemplate that has to be inserted into the documentclassImgWMFAnImgWMFis the representation of a windows metafile that has to be inserted into the documentclassJpegAnJpegis the representation of a graphic element (JPEG) that has to be inserted into the documentclassJpeg2000AnJpeg2000is the representation of a graphic element (JPEG) that has to be inserted into the documentclassListAListcontains severalListItems.classListBodyclassListItemAListItemis aParagraphthat can be added to aList.classListLabelclassParagraphAParagraphis a series ofChunks and/orPhrases.classRomanListA special-version ofLISTwhich use roman-letters.classSectionASectionis a part of aDocumentcontaining otherSections,Paragraphs,Listand/orTables.classZapfDingbatsListA special-version ofLISTwhich use zapfdingbats-letters.classZapfDingbatsNumberListA special-version ofLISTwhich 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 classPdfAnnotationAPdfAnnotationis a note that is associated with a page.classPdfAppearanceImplements the appearance stream to be used with form fields..classPdfArtifactclassPdfDivA special element to put a collection of elements at an absolute position.classPdfDocumentPdfDocumentis the class that is used byPdfWriterto translate aDocumentinto a PDF with different pages.classPdfFormFieldImplements form fields.classPdfImportedPageRepresents an imported page.classPdfPatternPainterImplements the pattern.classPdfPCellA cell in a PdfPTable.classPdfPHeaderCellCreated by IntelliJ IDEA.classPdfPRowA row in a PdfPTable.classPdfPSXObjectImplements the PostScript XObject.classPdfPTableThis is a table that can be put at an absolute position but can also be added to the document as the classTable.classPdfPTableBodyclassPdfPTableFooterclassPdfPTableHeaderclassPdfTemplateImplements the form XObject.Fields in com.itextpdf.text.pdf declared as IAccessibleElement Modifier and Type Field Description protected IAccessibleElementPdfChunk. accessibleElementFields in com.itextpdf.text.pdf with type parameters of type IAccessibleElement Modifier and Type Field Description private java.util.ArrayList<IAccessibleElement>PdfContentByte. mcElementsMethods 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 voidPdfWriter. checkElementRole(IAccessibleElement element, IAccessibleElement parent)voidPdfContentByte. closeMCBlock(IAccessibleElement element)private voidPdfContentByte. closeMCBlockInt(IAccessibleElement element)intColumnText. go(boolean simulate, IAccessibleElement elementToGo)booleanPdfWriter. needToBeMarkedInContent(IAccessibleElement element)voidPdfContentByte. openMCBlock(IAccessibleElement element)private PdfStructureElementPdfContentByte. openMCBlockInt(IAccessibleElement element)voidPdfStructureElement. writeAttributes(IAccessibleElement element)Method parameters in com.itextpdf.text.pdf with type arguments of type IAccessibleElement Modifier and Type Method Description protected voidPdfContentByte. restoreMCBlocks(java.util.ArrayList<IAccessibleElement> mcElements)protected voidPdfContentByte. 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 classHtmlCellHtmlCell is created to provide more parameters to better mimic the behavior of table cell in HTML.classTabbedChunkA TabbedChunk is a Chunk that contains tabcount and alignment data to allow the HTML to PDF conversion to accept tabstop css.
-