Uses of Interface
com.itextpdf.text.Element
-
Packages that use Element Package Description com.itextpdf.text com.itextpdf.text.html com.itextpdf.text.html.simpleparser com.itextpdf.text.pdf com.itextpdf.text.pdf.draw -
-
Uses of Element in com.itextpdf.text
Subinterfaces of Element in com.itextpdf.text Modifier and Type Interface Description interfaceLargeElementInterface implemented by Element objects that can potentially consume a lot of memory.interfaceTextElementArrayInterface for a text element to which other objects can be added.Classes in com.itextpdf.text that implement Element Modifier and Type Class Description classAnchorAnAnchorcan be a reference or a destination of a reference.classAnnotationAnAnnotationis a little note that can be added to a page on a document.classCellACellis aRectanglecontaining otherElements.classChapterAChapteris a specialSection.classChapterAutoNumberChapter with auto numbering.classChunkThis is the smallest significant part of text that can be added to a document.classGreekListA special-version ofLISTwhich use greek-letters.classHeaderThis is anElementthat contains some user defined meta information about the document.classHeaderFooterAHeaderFooter-object is aRectanglewith text that can be put above and/or below every page.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.classListItemAListItemis aParagraphthat can be added to aList.classMarkedObjectWrapper that allows to add properties to 'basic building block' objects.classMarkedSectionWrapper that allows to add properties to a Chapter/Section object.classMetaThis is anElementthat contains some meta information about the document.classParagraphAParagraphis a series ofChunks and/orPhrases.classPhraseAPhraseis a series ofChunks.classRectangleARectangleis the representation of a geometric figure.classRectangleReadOnlyARectangleReadOnlyis the representation of a geometric figure.classRomanListA special-version ofLISTwhich use roman-letters.classRowARowis part of aTableand contains someCells.classSectionASectionis a part of aDocumentcontaining otherSections,Paragraphs,Listand/orTables.classSimpleCellRectangle that can be used for Cells.classSimpleTableRectangle that can be used for Cells.classTableATableis aRectanglethat containsCells, ordered in some kind of matrix.classZapfDingbatsListA special-version ofLISTwhich use zapfdingbats-letters.classZapfDingbatsNumberListA special-version ofLISTwhich use zapfdingbats-numbers (1..10).Fields in com.itextpdf.text declared as Element Modifier and Type Field Description protected ElementMarkedObject. elementThe element that is wrapped in a MarkedObject.Methods in com.itextpdf.text with parameters of type Element Modifier and Type Method Description booleanDocument. add(Element element)Adds anElementto theDocument.booleanDocWriter. add(Element element)Signals that anElementwas added to theDocument.booleanElementListener. add(Element element)Signals that anElementwas added to theDocument.voidCell. addElement(Element element)Adds an element to thisCell.voidSimpleCell. addElement(Element element)Adds content to this object.Constructors in com.itextpdf.text with parameters of type Element Constructor Description Cell(Element element)Constructs aCellwith a certainElement.MarkedObject(Element element)Creates a MarkedObject. -
Uses of Element in com.itextpdf.text.html
Methods in com.itextpdf.text.html with parameters of type Element Modifier and Type Method Description booleanHtmlWriter. add(Element element)Signals that anElementwas added to theDocument.protected voidHtmlWriter. write(Element element, int indent)Writes the HTML representation of an element. -
Uses of Element in com.itextpdf.text.html.simpleparser
Classes in com.itextpdf.text.html.simpleparser that implement Element Modifier and Type Class Description classIncCellMethods in com.itextpdf.text.html.simpleparser with parameters of type Element Modifier and Type Method Description booleanHTMLWorker. add(Element element) -
Uses of Element in com.itextpdf.text.pdf
Classes in com.itextpdf.text.pdf that implement Element Modifier and Type Class Description classMultiColumnTextFormats content into one or more columns bounded by a rectangle.classPdfCellAPdfCellis the PDF translation of aCell.classPdfPCellA cell in a PdfPTable.classPdfPTableThis is a table that can be put at an absolute position but can also be added to the document as the classTable.classPdfTablePdfTableis an object that contains the graphics and text of a table.Methods in com.itextpdf.text.pdf with parameters of type Element Modifier and Type Method Description booleanPdfDocument. add(Element element)Signals that anElementwas added to theDocument.voidColumnText. addElement(Element element)Adds an element.voidMultiColumnText. addElement(Element element)Add an element to be rendered in a column.voidPdfPCell. addElement(Element element)Adds an iText element to the cell.protected voidPdfCell. processActions(Element element, PdfAction action, java.util.ArrayList allActions)Processes all actions contained in the cell. -
Uses of Element in com.itextpdf.text.pdf.draw
Classes in com.itextpdf.text.pdf.draw that implement Element Modifier and Type Class Description classDottedLineSeparatorElement that draws a dotted line from left to right.classLineSeparatorElement that draws a solid line from left to right.classVerticalPositionMarkHelper class implementing the DrawInterface.
-