Uses of Interface
com.lowagie.text.Element
-
Packages that use Element Package Description com.lowagie.text com.lowagie.text.html com.lowagie.text.html.simpleparser com.lowagie.text.pdf com.lowagie.text.pdf.draw com.lowagie.text.xml -
-
Uses of Element in com.lowagie.text
Subinterfaces of Element in com.lowagie.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.lowagie.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.classFootnoteAFootnoteis a little note that can be added at the bottom of a page.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.classTableRectangleclassZapfDingbatsListA special-version ofLISTwhich use zapfdingbats-letters.classZapfDingbatsNumberListA special-version ofLISTwhich use zapfdingbats-numbers (1..10).Fields in com.lowagie.text declared as Element Modifier and Type Field Description protected ElementMarkedObject. elementThe element that is wrapped in a MarkedObject.Fields in com.lowagie.text with type parameters of type Element Modifier and Type Field Description protected List<Element>Cell. arrayListTheArrayListofElements that are part of the content of the Cell.protected List<Element>List. listThis is theArrayListcontaining the differentListItems.Methods in com.lowagie.text that return types with arguments of type Element Modifier and Type Method Description ArrayList<Element>Anchor. getChunks()Gets all the chunks in this element.ArrayList<Element>Annotation. getChunks()Gets all the chunks in this element.ArrayList<Element>Cell. getChunks()Gets all the chunks in this element.ArrayList<Element>Chunk. getChunks()Gets all the chunks in this element.ArrayList<Element>Element. getChunks()Gets all the chunks in this element.ArrayList<Element>List. getChunks()Gets all the chunks in this element.ArrayList<Element>MarkedObject. getChunks()Gets all the chunks in this element.ArrayList<Element>Meta. getChunks()Gets all the chunks in this element.ArrayList<Element>Phrase. getChunks()Gets all the chunks in this element.ArrayList<Element>Rectangle. getChunks()Gets all the chunks in this element.ArrayList<Element>Row. getChunks()Gets all the chunks in this element.ArrayList<Element>Section. getChunks()Gets all the chunks in this element.ArrayList<Element>Table. getChunks()Gets all the chunks in this element.List<Element>List. getItems()Gets all the items in the list.List<Element>HeaderFooter. getSpecialContent()GetsspecialContentMethods in com.lowagie.text with parameters of type Element Modifier and Type Method Description booleanCell. add(Element o)Add anObjectto this cell.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.booleanGreekList. add(Element o)Adds anElementto theList.booleanList. add(Element o)Adds anElementto theList.voidMarkedSection. add(int index, Element o)Adds aParagraph,ListorTableto thisSection.booleanMarkedSection. add(Element o)Adds aParagraph,List,Tableor anotherSectionto thisSection.booleanParagraph. add(Element o)Adds anObjectto theParagraph.voidPhrase. add(int index, Element element)Adds aChunk, anAnchoror anotherPhraseto thisPhrase.booleanPhrase. add(Element element)booleanRomanList. add(Element o)Adds anElementto theList.voidSection. add(int index, Element o)Adds aParagraph,ListorTableto thisSection.booleanSection. add(Element o)Adds aParagraph,List,Tableor anotherSectionto thisSection.booleanSimpleCell. add(Element o)booleanSimpleTable. add(Element o)booleanTextElementArray. add(Element o)Adds an object to theTextElementArray.booleanZapfDingbatsList. add(Element o)Adds anElementto theList.booleanZapfDingbatsNumberList. add(Element o)Adds 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 Element Modifier and Type Method Description booleanMarkedSection. 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 Element Constructor Description Cell(Element element)Constructs 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 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.lowagie.text.html.simpleparser
Classes in com.lowagie.text.html.simpleparser that implement Element Modifier and Type Class Description classIncCellFields in com.lowagie.text.html.simpleparser with type parameters of type Element Modifier and Type Field Description protected ArrayList<Element>HTMLWorker. objectListMethods in com.lowagie.text.html.simpleparser that return types with arguments of type Element Modifier and Type Method Description ArrayList<Element>IncCell. getChunks()static ArrayList<Element>HTMLWorker. parseToList(Reader reader, StyleSheet style)static ArrayList<Element>HTMLWorker. parseToList(Reader reader, StyleSheet style, Map<String,Object> interfaceProps)Methods in com.lowagie.text.html.simpleparser with parameters of type Element Modifier and Type Method Description booleanHTMLWorker. add(Element element)booleanIncCell. add(Element o) -
Uses of Element in com.lowagie.text.pdf
Classes in com.lowagie.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.Fields in com.lowagie.text.pdf with type parameters of type Element Modifier and Type Field Description protected LinkedList<Element>ColumnText. compositeElementsMethods in com.lowagie.text.pdf that return types with arguments of type Element Modifier and Type Method Description ArrayList<Element>MultiColumnText. getChunks()Returns null - not usedArrayList<Element>PdfPTable. getChunks()Gets all the chunks in this element.Methods in com.lowagie.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, 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 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.Methods in com.lowagie.text.pdf.draw that return types with arguments of type Element Modifier and Type Method Description ArrayList<Element>VerticalPositionMark. getChunks() -
Uses of Element in com.lowagie.text.xml
Fields in com.lowagie.text.xml with type parameters of type Element Modifier and Type Field Description protected Stack<Element>SAXiTextHandler. stackThis is aStackof objects, waiting to be added to the document.
-