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 TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.Fields in com.lowagie.text declared as ElementModifier and TypeFieldDescriptionprotected ElementMarkedObject.elementDeprecated.The element that is wrapped in a MarkedObject.Fields in com.lowagie.text with type parameters of type ElementModifier and TypeFieldDescriptionCell.arrayListDeprecated.TheArrayListofElements that are part of the content of the Cell.List.listDeprecated.This is theArrayListcontaining the differentListItems.Methods in com.lowagie.text that return types with arguments of type ElementModifier and TypeMethodDescriptionAnchor.getChunks()Deprecated.Gets all the chunks in this element.Annotation.getChunks()Deprecated.Gets all the chunks in this element.Cell.getChunks()Deprecated.Gets all the chunks in this element.Chunk.getChunks()Deprecated.Gets all the chunks in this element.Element.getChunks()Gets all the chunks in this element.List.getChunks()Deprecated.Gets all the chunks in this element.MarkedObject.getChunks()Deprecated.Gets all the chunks in this element.Meta.getChunks()Deprecated.Gets all the chunks in this element.Phrase.getChunks()Deprecated.Gets all the chunks in this element.Rectangle.getChunks()Deprecated.Gets all the chunks in this element.Row.getChunks()Deprecated.Gets all the chunks in this element.Section.getChunks()Deprecated.Gets all the chunks in this element.Table.getChunks()Deprecated.Gets all the chunks in this element.List.getItems()Deprecated.Gets all the items in the list.HeaderFooter.getSpecialContent()Deprecated.GetsspecialContentMethods in com.lowagie.text with parameters of type ElementModifier and TypeMethodDescriptionbooleanDeprecated.Add anObjectto this cell.booleanDeprecated.Adds anElementto theDocument.booleanDeprecated.Signals that anElementwas added to theDocument.booleanSignals that anElementwas added to theDocument.booleanDeprecated.Adds anElementto theList.booleanDeprecated.Adds anElementto theList.voidDeprecated.Adds aParagraph,ListorTableto thisSection.booleanDeprecated.Adds aParagraph,List,Tableor anotherSectionto thisSection.booleanDeprecated.Adds anObjectto theParagraph.voidDeprecated.Adds aChunk, anAnchoror anotherPhraseto thisPhrase.booleanDeprecated.booleanDeprecated.Adds anElementto theList.voidDeprecated.Adds aParagraph,ListorTableto thisSection.booleanDeprecated.Adds aParagraph,List,Tableor anotherSectionto thisSection.booleanDeprecated.booleanDeprecated.booleanAdds an object to theTextElementArray.booleanDeprecated.Adds anElementto theList.booleanDeprecated.Adds anElementto theList.voidCell.addElement(Element element) Deprecated.Adds an element to thisCell.voidSimpleCell.addElement(Element element) Deprecated.Adds content to this object.voidHeaderFooter.addSpecialContent(Element element) Deprecated.Adds non-textElementintospecialContentMethod parameters in com.lowagie.text with type arguments of type ElementModifier and TypeMethodDescriptionbooleanMarkedSection.addAll(Collection<? extends Element> collection) Deprecated.Adds a collection ofElements to thisSection.booleanPhrase.addAll(Collection<? extends Element> collection) Deprecated.Adds a collection ofChunks to thisPhrase.booleanSection.addAll(Collection<? extends Element> collection) Deprecated.Adds a collection ofElements to thisSection.Constructors in com.lowagie.text with parameters of type ElementModifierConstructorDescriptionDeprecated.Constructs aCellwith a certainElement.MarkedObject(Element element) Deprecated.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 TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated.classDeprecated.classDeprecated.Fields in com.lowagie.text.pdf with type parameters of type ElementModifier and TypeFieldDescriptionprotected LinkedList<Element> ColumnText.compositeElementsDeprecated.Methods in com.lowagie.text.pdf that return types with arguments of type ElementModifier and TypeMethodDescriptionMultiColumnText.getChunks()Deprecated.Returns null - not usedPdfPTable.getChunks()Deprecated.Gets all the chunks in this element.Methods in com.lowagie.text.pdf with parameters of type ElementModifier and TypeMethodDescriptionbooleanDeprecated.Signals that anElementwas added to theDocument.voidColumnText.addElement(Element element) Deprecated.Adds an element.voidMultiColumnText.addElement(Element element) Deprecated.Add an element to be rendered in a column.voidPdfPCell.addElement(Element element) Deprecated.Adds an iText element to the cell.protected voidPdfCell.processActions(Element element, PdfAction action, List<PdfAction> allActions) Deprecated.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 TypeClassDescriptionclassDeprecated.classDeprecated.classDeprecated.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