Uses of Interface
com.aowagie.text.Element
Packages that use Element
-
Uses of Element in com.aowagie.text
Subinterfaces of Element in com.aowagie.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.aowagie.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.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.(package private) classARectangleReadOnlyis the representation of a geometric figure.classARowis part of aTableand contains someCells.classASectionis a part of aDocumentcontaining otherSections,Paragraphs,Listand/orTables.(package private) classRectangle that can be used for Cells.classRectangle that can be used for Cells.classATableis aRectanglethat containsCells, ordered in some kind of matrix.Fields in com.aowagie.text declared as ElementModifier and TypeFieldDescriptionprotected ElementMarkedObject.elementThe element that is wrapped in a MarkedObject.Methods in com.aowagie.text with parameters of type ElementModifier and TypeMethodDescriptionbooleanAdds anElementto theDocument.booleanSignals that anElementwas added to theDocument.booleanSignals that anElementwas added to theDocument.private voidCell.addElement(Element element) Adds an element to thisCell.private voidSimpleCell.addElement(Element element) Adds content to this object.Constructors in com.aowagie.text with parameters of type ElementModifierConstructorDescription(package private)Constructs aCellwith a certainElement.(package private)MarkedObject(Element element) Creates a MarkedObject. -
Uses of Element in com.aowagie.text.pdf
Classes in com.aowagie.text.pdf that implement ElementModifier and TypeClassDescriptionclassFormats content into one or more columns bounded by a rectangle.(package private) 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.(package private) classPdfTableis an object that contains the graphics and text of a table.Methods in com.aowagie.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.private voidPdfCell.processActions(Element element, PdfAction action, ArrayList allActions) Processes all actions contained in the cell. -
Uses of Element in com.aowagie.text.pdf.draw
Classes in com.aowagie.text.pdf.draw that implement ElementModifier and TypeClassDescriptionclassElement that draws a solid line from left to right.classHelper class implementing the DrawInterface.