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.classAFootnoteis a little note that can be added at the bottom of a page.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 document Security consideration: This method accepts input and processes it without built-in validation, filtering, or access restrictions.classCCITT 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.classclassA 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.Fields in com.lowagie.text with type parameters of type ElementModifier and TypeFieldDescriptionCell.arrayListTheArrayListofElements that are part of the content of the Cell.List.listThis is theArrayListcontaining the differentListItems.Methods in com.lowagie.text that return types with arguments of type ElementModifier and TypeMethodDescriptionAnchor.getChunks()Gets all the chunks in this element.Annotation.getChunks()Gets all the chunks in this element.Cell.getChunks()Gets all the chunks in this element.Chunk.getChunks()Gets all the chunks in this element.Element.getChunks()Gets all the chunks in this element.List.getChunks()Gets all the chunks in this element.MarkedObject.getChunks()Gets all the chunks in this element.Meta.getChunks()Gets all the chunks in this element.Phrase.getChunks()Gets all the chunks in this element.Rectangle.getChunks()Gets all the chunks in this element.Row.getChunks()Gets all the chunks in this element.Section.getChunks()Gets all the chunks in this element.Table.getChunks()Gets all the chunks in this element.List.getItems()Gets all the items in the list.HeaderFooter.getSpecialContent()GetsspecialContentMethods in com.lowagie.text with parameters of type ElementModifier and TypeMethodDescriptionbooleanAdd anObjectto this cell.booleanAdds anElementto theDocument.booleanSignals that anElementwas added to theDocument.booleanSignals that anElementwas added to theDocument.booleanAdds anElementto theList.booleanAdds anElementto theList.voidAdds aParagraph,ListorTableto thisSection.booleanAdds aParagraph,List,Tableor anotherSectionto thisSection.booleanAdds anObjectto theParagraph.voidAdds aChunk, anAnchoror anotherPhraseto thisPhrase.booleanbooleanAdds anElementto theList.voidAdds aParagraph,ListorTableto thisSection.booleanAdds aParagraph,List,Tableor anotherSectionto thisSection.booleanbooleanbooleanAdds an object to theTextElementArray.booleanAdds anElementto theList.booleanAdds anElementto theList.voidCell.addElement(Element element) Adds an element to thisCell.voidSimpleCell.addElement(Element element) Adds content to this object.voidHeaderFooter.addSpecialContent(Element element) Adds non-textElementintospecialContentMethod parameters in com.lowagie.text with type arguments of type ElementModifier and TypeMethodDescriptionbooleanMarkedSection.addAll(Collection<? extends Element> collection) Adds a collection ofElements to thisSection.booleanPhrase.addAll(Collection<? extends Element> collection) Adds a collection ofChunks to thisPhrase.booleanSection.addAll(Collection<? extends Element> collection) Adds a collection ofElements to thisSection.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 ElementFields in com.lowagie.text.html.simpleparser with type parameters of type ElementMethods in com.lowagie.text.html.simpleparser that return types with arguments of type ElementModifier and TypeMethodDescriptionIncCell.getChunks()Deprecated.HTMLWorker.parseToList(Reader reader, StyleSheet style) Deprecated.HTMLWorker.parseToList(Reader reader, StyleSheet style, Map<String, Object> interfaceProps) Deprecated.Parses the HTML document and returns a list of elements.Methods 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.Fields in com.lowagie.text.pdf with type parameters of type ElementMethods in com.lowagie.text.pdf that return types with arguments of type ElementModifier and TypeMethodDescriptionMultiColumnText.getChunks()Returns null - not usedPdfPTable.getChunks()Gets all the chunks in this element.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, List<PdfAction> 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.Methods in com.lowagie.text.pdf.draw that return types with arguments of type Element -
Uses of Element in com.lowagie.text.xml
Fields in com.lowagie.text.xml with type parameters of type Element