Uses of Interface
com.lowagie.text.Element
Packages that use Element
Package
Description
-
Uses of Element in com.lowagie.text
Subinterfaces of Element in com.lowagie.textModifier and TypeInterfaceDescriptioninterfaceInterface implemented by Element objects that can potentially consume a lot of memory.interfaceInterface for a text element to which other objects can be added.Classes in com.lowagie.text that implement ElementModifier and TypeClassDescriptionclassAnAnchorcan be a reference or a destination of a reference.classAnAnnotationis a little note that can be added to a page on a document.classACellis aRectanglecontaining otherElements.classAChapteris a specialSection.classChapter with auto numbering.classThis is the smallest significant part of text that can be added to a document.classA special-version ofLISTwhich use greek-letters.classThis is anElementthat contains some user defined meta information about the document.classAHeaderFooter-object is aRectanglewith text that can be put above and/or below every page.classAnImageis the representation of a graphic element (JPEG, PNG or GIF) that has to be inserted into the documentclassCCITT Image data that has to be inserted into the documentclassSupport for JBIG2 images.classRaw Image data that has to be inserted into the documentclassPdfTemplate that has to be inserted into the documentclassAnImgWMFis the representation of a windows metafile that has to be inserted into the documentclassAnJpegis the representation of a graphic element (JPEG) that has to be inserted into the documentclassAnJpeg2000is the representation of a graphic element (JPEG) that has to be inserted into the documentclassAListcontains severalListItems.classAListItemis aParagraphthat can be added to aList.classWrapper that allows to add properties to 'basic building block' objects.classWrapper that allows to add properties to a Chapter/Section object.classThis is anElementthat contains some meta information about the document.classAParagraphis a series ofChunks and/orPhrases.classAPhraseis a series ofChunks.classARectangleis the representation of a geometric figure.classARectangleReadOnlyis the representation of a geometric figure.classA special-version ofLISTwhich use roman-letters.classARowis part of aTableand contains someCells.classASectionis a part of aDocumentcontaining otherSections,Paragraphs,Listand/orTables.classRectangle that can be used for Cells.classRectangle that can be used for Cells.classATableis aRectanglethat containsCells, ordered in some kind of matrix.classA special-version ofLISTwhich use zapfdingbats-letters.classA special-version ofLISTwhich use zapfdingbats-numbers (1..10).Fields in com.lowagie.text declared as ElementModifier and TypeFieldDescriptionprotected ElementMarkedObject.elementThe element that is wrapped in a MarkedObject.Methods in com.lowagie.text with parameters of type ElementModifier and TypeMethodDescriptionbooleanAdds anElementto theDocument.booleanSignals that anElementwas added to theDocument.booleanSignals 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.lowagie.text with parameters of type ElementModifierConstructorDescriptionConstructs aCellwith a certainElement.MarkedObject(Element element) Creates a MarkedObject. -
Uses of Element in com.lowagie.text.html
Methods in com.lowagie.text.html with parameters of type Element -
Uses of Element in com.lowagie.text.html.simpleparser
Classes in com.lowagie.text.html.simpleparser that implement ElementMethods in com.lowagie.text.html.simpleparser with parameters of type Element -
Uses of Element in com.lowagie.text.pdf
Classes in com.lowagie.text.pdf that implement ElementModifier and TypeClassDescriptionclassFormats content into one or more columns bounded by a rectangle.classAPdfCellis the PDF translation of aCell.classA cell in a PdfPTable.classThis is a table that can be put at an absolute position but can also be added to the document as the classTable.classPdfTableis an object that contains the graphics and text of a table.Methods in com.lowagie.text.pdf with parameters of type ElementModifier and TypeMethodDescriptionbooleanSignals 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, ArrayList allActions) Processes all actions contained in the cell. -
Uses of Element in com.lowagie.text.pdf.draw
Classes in com.lowagie.text.pdf.draw that implement ElementModifier and TypeClassDescriptionclassElement that draws a dotted line from left to right.classElement that draws a solid line from left to right.classHelper class implementing the DrawInterface.