Uses of Interface
com.itextpdf.text.Element
-
Packages that use Element Package Description com.itextpdf.text com.itextpdf.text.html.simpleparser com.itextpdf.text.pdf com.itextpdf.text.pdf.draw com.itextpdf.tool.xml.css.apply Contains classes that can apply css rules on certainElement
s.com.itextpdf.tool.xml.html Everything to parse HTML tags to pdf used by theHtmlPipeline
is in here.com.itextpdf.tool.xml.html.head TagProcessor implementations for tags in HTML head.com.itextpdf.tool.xml.html.pdfelement Element
s created for specific use when processing HTML.com.itextpdf.tool.xml.html.table TagProcessor implementations fortable
tags.com.itextpdf.tool.xml.pipeline The pipeline package contains the pipeline implementationscom.itextpdf.tool.xml.pipeline.html Contains pipeline stuff for HTML -
-
Uses of Element in com.itextpdf.text
Subinterfaces of Element in com.itextpdf.text Modifier and Type Interface Description interface
LargeElement
Interface implemented by Element objects that can potentially consume a lot of memory.interface
TextElementArray
Interface for a text element to which other objects can be added.Classes in com.itextpdf.text that implement Element Modifier and Type Class Description class
Anchor
AnAnchor
can be a reference or a destination of a reference.class
Annotation
AnAnnotation
is a little note that can be added to a page on a document.class
Chapter
AChapter
is a specialSection
.class
ChapterAutoNumber
Chapter with auto numbering.class
Chunk
This is the smallest significant part of text that can be added to a document.class
GreekList
A special-version ofLIST
which use greek-letters.class
Header
This is anElement
that contains some user defined meta information about the document.class
Image
AnImage
is the representation of a graphic element (JPEG, PNG or GIF) that has to be inserted into the documentclass
ImgCCITT
CCITT Image data that has to be inserted into the documentclass
ImgJBIG2
Support for JBIG2 images.class
ImgRaw
Raw Image data that has to be inserted into the documentclass
ImgTemplate
PdfTemplate that has to be inserted into the documentclass
ImgWMF
AnImgWMF
is the representation of a windows metafile that has to be inserted into the documentclass
Jpeg
AnJpeg
is the representation of a graphic element (JPEG) that has to be inserted into the documentclass
Jpeg2000
AnJpeg2000
is the representation of a graphic element (JPEG) that has to be inserted into the documentclass
List
AList
contains severalListItem
s.class
ListItem
AListItem
is aParagraph
that can be added to aList
.class
MarkedObject
Deprecated.since 5.5.9.class
MarkedSection
Deprecated.since 5.5.9.class
Meta
This is anElement
that contains some meta information about the document.class
Paragraph
AParagraph
is a series ofChunk
s and/orPhrases
.class
Phrase
APhrase
is a series ofChunk
s.class
Rectangle
ARectangle
is the representation of a geometric figure.class
RectangleReadOnly
ARectangleReadOnly
is the representation of a geometric figure.class
RomanList
A special-version ofLIST
which use roman-letters.class
Section
ASection
is a part of aDocument
containing otherSection
s,Paragraph
s,List
and/orTable
s.class
WritableDirectElement
An element that is not an element, it holdsWRITABLE_DIRECT
as Element type.class
ZapfDingbatsList
A special-version ofLIST
which use zapfdingbats-letters.class
ZapfDingbatsNumberList
A special-version ofLIST
which use zapfdingbats-numbers (1..10).Fields in com.itextpdf.text declared as Element Modifier and Type Field Description protected Element
MarkedObject. element
Deprecated.The element that is wrapped in a MarkedObject.Fields in com.itextpdf.text with type parameters of type Element Modifier and Type Field Description protected java.util.ArrayList<Element>
List. list
This is theArrayList
containing the differentListItem
s.Methods in com.itextpdf.text that return types with arguments of type Element Modifier and Type Method Description java.util.List<Element>
Paragraph. breakUp()
Breaks this Paragraph up in different parts, separating paragraphs, lists and tables from each other.java.util.ArrayList<Element>
List. getItems()
Gets all the items in the list.Methods in com.itextpdf.text with parameters of type Element Modifier and Type Method Description boolean
Document. add(Element element)
Adds anElement
to theDocument
.boolean
DocWriter. add(Element element)
Signals that anElement
was added to theDocument
.boolean
ElementListener. add(Element element)
Signals that anElement
was added to theDocument
.boolean
GreekList. add(Element o)
Adds anElement
to theList
.boolean
List. add(Element o)
Adds anElement
to theList
.void
MarkedSection. add(int index, Element o)
Deprecated.Adds aParagraph
,List
orTable
to thisSection
.boolean
MarkedSection. add(Element o)
Deprecated.Adds aParagraph
,List
,Table
or anotherSection
to thisSection
.boolean
Paragraph. add(Element o)
Adds anElement
to theParagraph
.void
Phrase. add(int index, Element element)
Adds aChunk
, anAnchor
or anotherPhrase
to thisPhrase
.boolean
Phrase. add(Element element)
Adds aChunk
,Anchor
or anotherPhrase
to thisPhrase
.boolean
RomanList. add(Element o)
Adds anElement
to theList
.void
Section. add(int index, Element element)
Adds aParagraph
,List
orTable
to thisSection
.boolean
Section. add(Element element)
Adds aParagraph
,List
,Table
or anotherSection
to thisSection
.boolean
TextElementArray. add(Element element)
Adds an element to theTextElementArray
.boolean
ZapfDingbatsList. add(Element o)
Adds anElement
to theList
.boolean
ZapfDingbatsNumberList. add(Element o)
Adds anElement
to theList
.protected void
Phrase. addSpecial(Element object)
Adds anElement
to theParagraph
.Method parameters in com.itextpdf.text with type arguments of type Element Modifier and Type Method Description boolean
MarkedSection. addAll(java.util.Collection<? extends Element> collection)
Deprecated.Adds a collection ofElement
s to thisSection
.boolean
Phrase. addAll(java.util.Collection<? extends Element> collection)
Adds a collection ofChunk
s to thisPhrase
.boolean
Section. addAll(java.util.Collection<? extends Element> collection)
Adds a collection ofElement
s to thisSection
.Constructors in com.itextpdf.text with parameters of type Element Constructor Description MarkedObject(Element element)
Deprecated.Creates a MarkedObject. -
Uses of Element in com.itextpdf.text.html.simpleparser
Classes in com.itextpdf.text.html.simpleparser that implement Element Modifier and Type Class Description class
CellWrapper
Deprecated.since 5.5.2class
TableWrapper
Deprecated.since 5.5.2Fields in com.itextpdf.text.html.simpleparser with type parameters of type Element Modifier and Type Field Description protected java.util.List<Element>
HTMLWorker. objectList
Deprecated.The resulting list of elements.protected java.util.Stack<Element>
HTMLWorker. stack
Deprecated.Stack with the Elements that already have been processed.Methods in com.itextpdf.text.html.simpleparser that return types with arguments of type Element Modifier and Type Method Description static java.util.List<Element>
HTMLWorker. parseToList(java.io.Reader reader, StyleSheet style)
Deprecated.Parses an HTML source to a List of Element objectsstatic java.util.List<Element>
HTMLWorker. parseToList(java.io.Reader reader, StyleSheet style, java.util.HashMap<java.lang.String,java.lang.Object> providers)
Deprecated.Parses an HTML source to a List of Element objectsstatic java.util.List<Element>
HTMLWorker. parseToList(java.io.Reader reader, StyleSheet style, java.util.Map<java.lang.String,HTMLTagProcessor> tags, java.util.HashMap<java.lang.String,java.lang.Object> providers)
Deprecated.Parses an HTML source to a List of Element objectsMethods in com.itextpdf.text.html.simpleparser with parameters of type Element Modifier and Type Method Description boolean
CellWrapper. add(Element o)
Deprecated.Implements the add method of the TextElementArray interface.boolean
HTMLWorker. add(Element element)
Deprecated.void
HTMLWorker. pushToStack(Element element)
Deprecated.Pushes an element to the Stack. -
Uses of Element in com.itextpdf.text.pdf
Classes in com.itextpdf.text.pdf that implement Element Modifier and Type Class Description class
PdfBody
class
PdfDiv
A special element to put a collection of elements at an absolute position.class
PdfPCell
A cell in a PdfPTable.class
PdfPHeaderCell
Created by IntelliJ IDEA.class
PdfPTable
This is a table that can be put at an absolute position but can also be added to the document as the classTable
.Fields in com.itextpdf.text.pdf with type parameters of type Element Modifier and Type Field Description protected java.util.LinkedList<Element>
ColumnText. compositeElements
protected java.util.List<Element>
FloatLayout. content
private java.util.ArrayList<Element>
PdfDiv. content
private java.util.ArrayList<Element>
PdfDocument. floatingElements
Methods in com.itextpdf.text.pdf that return types with arguments of type Element Modifier and Type Method Description java.util.List<Element>
ColumnText. getCompositeElements()
java.util.List<Element>
PdfPCell. getCompositeElements()
Returns the list of composite elements of the column.java.util.ArrayList<Element>
PdfDiv. getContent()
Methods in com.itextpdf.text.pdf with parameters of type Element Modifier and Type Method Description boolean
PdfDocument. add(Element element)
Signals that anElement
was added to theDocument
.void
ColumnText. addElement(Element element)
Adds an element.void
PdfDiv. addElement(Element element)
void
PdfPCell. addElement(Element element)
Adds an iText element to the cell.static boolean
ColumnText. isAllowedElement(Element element)
Method parameters in com.itextpdf.text.pdf with type arguments of type Element Modifier and Type Method Description private int
FloatLayout. floatingLayout(java.util.List<Element> floatingElements, boolean simulate)
void
PdfDiv. setContent(java.util.ArrayList<Element> content)
Constructor parameters in com.itextpdf.text.pdf with type arguments of type Element Constructor Description FloatLayout(java.util.List<Element> elements, boolean useAscender)
-
Uses of Element in com.itextpdf.text.pdf.draw
Classes in com.itextpdf.text.pdf.draw that implement Element Modifier and Type Class Description class
DottedLineSeparator
Element that draws a dotted line from left to right.class
LineSeparator
Element that draws a solid line from left to right.class
VerticalPositionMark
Helper class implementing the DrawInterface. -
Uses of Element in com.itextpdf.tool.xml.css.apply
Methods in com.itextpdf.tool.xml.css.apply that return Element Modifier and Type Method Description Element
ListStyleTypeCssApplier. apply(List e, Tag t)
Utility method applying style to a list when no ImageProvider is available. -
Uses of Element in com.itextpdf.tool.xml.html
Classes in com.itextpdf.tool.xml.html with type parameters of type Element Modifier and Type Interface Description interface
CssApplier<T extends Element>
An interface for applying custom rules to a certain tag.Fields in com.itextpdf.tool.xml.html with type parameters of type Element Modifier and Type Field Description private java.util.Map<java.lang.Class<?>,CssApplier<? extends Element>>
CssAppliersImpl. map
Methods in com.itextpdf.tool.xml.html that return Element Modifier and Type Method Description Element
CssAppliers. apply(Element e, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)
Given the element e, this method will lookup the right applier for the given Element.Element
CssAppliers. apply(Element e, Tag t, HtmlPipelineContext ctx)
Convenience method.Element
CssAppliersImpl. apply(Element e, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)
Element
CssAppliersImpl. apply(Element e, Tag t, HtmlPipelineContext ctx)
Methods in com.itextpdf.tool.xml.html that return types with arguments of type Element Modifier and Type Method Description java.util.List<Element>
AbstractTagProcessor. content(WorkerContext ctx, Tag tag, java.lang.String content)
java.util.List<Element>
Anchor. content(WorkerContext ctx, Tag tag, java.lang.String content)
java.util.List<Element>
Body. content(WorkerContext ctx, Tag tag, java.lang.String content)
java.util.List<Element>
Div. content(WorkerContext ctx, Tag tag, java.lang.String content)
java.util.List<Element>
DummyTagProcessor. content(WorkerContext ctx, Tag tag, java.lang.String content)
java.util.List<Element>
Header. content(WorkerContext ctx, Tag tag, java.lang.String content)
java.util.List<Element>
NonSanitizedTag. content(WorkerContext ctx, Tag tag, java.lang.String content)
java.util.List<Element>
OrderedUnorderedListItem. content(WorkerContext ctx, Tag tag, java.lang.String content)
java.util.List<Element>
ParaGraph. content(WorkerContext ctx, Tag tag, java.lang.String content)
java.util.List<Element>
Span. content(WorkerContext ctx, Tag tag, java.lang.String content)
java.util.List<Element>
TagProcessor. content(WorkerContext ctx, Tag tag, java.lang.String content)
This method is called if there is text content encountered between the opening and closing tags this TagProcessor is mapped to.java.util.List<Element>
AbstractTagProcessor. currentContentToParagraph(java.util.List<Element> currentContent, boolean addNewLines)
Default apply CSS to false and tag to null.java.util.List<Element>
AbstractTagProcessor. currentContentToParagraph(java.util.List<Element> currentContent, boolean addNewLines, boolean applyCSS, Tag tag, WorkerContext ctx)
Adds currentContent list to a paragraph element.java.util.List<Element>
AbstractTagProcessor. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
Classes extending AbstractTagProcessor should override this method for actions that should be done inTagProcessor.endElement(WorkerContext, Tag, List)
.java.util.List<Element>
Anchor. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
Break. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
Div. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
Header. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
Image. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
NonSanitizedTag. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
OrderedUnorderedList. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
OrderedUnorderedListItem. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
ParaGraph. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
Span. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
AbstractTagProcessor. endElement(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
Checks forCSS.Property.PAGE_BREAK_AFTER
, if the value is always aChunk.NEXTPAGE
is added to the currentContentList after callingAbstractTagProcessor.end(WorkerContext, Tag, List)
.java.util.List<Element>
DummyTagProcessor. endElement(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
TagProcessor. endElement(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
This method is called when a closing tag has been encountered of the TagProcessor implementation that is mapped to the tag.private java.util.List<Element>
OrderedUnorderedList. populateList(java.util.List<Element> currentContent)
Fills a java.util.List with all elements found in currentContent.java.util.List<Element>
AbstractTagProcessor. start(WorkerContext ctx, Tag tag)
Classes extending AbstractTagProcessor should override this method for actions that should be done inTagProcessor.startElement(WorkerContext, Tag)
.java.util.List<Element>
Body. start(WorkerContext ctx, Tag tag)
java.util.List<Element>
HorizontalRule. start(WorkerContext ctx, Tag tag)
java.util.List<Element>
AbstractTagProcessor. startElement(WorkerContext ctx, Tag tag)
Calculates any found font size to pt values and set it in the CSS before callingAbstractTagProcessor.start(WorkerContext, Tag)
.
Checks forCSS.Property.PAGE_BREAK_BEFORE
, if the value is always aChunk.NEXTPAGE
added before the implementorsAbstractTagProcessor.start(WorkerContext, Tag)
method.java.util.List<Element>
DummyTagProcessor. startElement(WorkerContext ctx, Tag tag)
java.util.List<Element>
TagProcessor. startElement(WorkerContext ctx, Tag tag)
This method is called when a tag has been encountered.protected java.util.List<Element>
AbstractTagProcessor. textContent(WorkerContext ctx, Tag tag, java.lang.String content)
Methods in com.itextpdf.tool.xml.html with parameters of type Element Modifier and Type Method Description Element
CssAppliers. apply(Element e, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)
Given the element e, this method will lookup the right applier for the given Element.Element
CssAppliers. apply(Element e, Tag t, HtmlPipelineContext ctx)
Convenience method.Element
CssAppliersImpl. apply(Element e, Tag t, MarginMemory mm, PageSizeContainable psc, HtmlPipelineContext ctx)
Element
CssAppliersImpl. apply(Element e, Tag t, HtmlPipelineContext ctx)
protected void
AbstractTagProcessor. updateParagraphFontIfNeeded(Phrase p, Element child)
In case child font is of bigger size than paragraph font, text overlapping may occur.Method parameters in com.itextpdf.tool.xml.html with type arguments of type Element Modifier and Type Method Description private void
ParaGraph. addTabIntervalContent(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent, Paragraph p, java.lang.String value)
Applies the tab interval of the p tag on itsTabbedChunk
elements.private void
ParaGraph. addTabStopsContent(java.util.List<Element> currentContent, Paragraph p, java.lang.String value)
Applies the tab stops of the p tag on itsTabbedChunk
elements.java.util.List<Element>
AbstractTagProcessor. currentContentToParagraph(java.util.List<Element> currentContent, boolean addNewLines)
Default apply CSS to false and tag to null.java.util.List<Element>
AbstractTagProcessor. currentContentToParagraph(java.util.List<Element> currentContent, boolean addNewLines, boolean applyCSS, Tag tag, WorkerContext ctx)
Adds currentContent list to a paragraph element.java.util.List<Element>
AbstractTagProcessor. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
Classes extending AbstractTagProcessor should override this method for actions that should be done inTagProcessor.endElement(WorkerContext, Tag, List)
.java.util.List<Element>
Anchor. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
Break. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
Div. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
Header. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
Image. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
NonSanitizedTag. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
OrderedUnorderedList. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
OrderedUnorderedListItem. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
ParaGraph. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
Span. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
AbstractTagProcessor. endElement(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
Checks forCSS.Property.PAGE_BREAK_AFTER
, if the value is always aChunk.NEXTPAGE
is added to the currentContentList after callingAbstractTagProcessor.end(WorkerContext, Tag, List)
.java.util.List<Element>
DummyTagProcessor. endElement(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
TagProcessor. endElement(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
This method is called when a closing tag has been encountered of the TagProcessor implementation that is mapped to the tag.private java.util.List<Element>
OrderedUnorderedList. populateList(java.util.List<Element> currentContent)
Fills a java.util.List with all elements found in currentContent.protected void
ParaGraph. processParagraphItems(WorkerContext ctx, Tag tag, java.util.List<Element> paragraphItems, java.util.List<Element> l)
-
Uses of Element in com.itextpdf.tool.xml.html.head
Methods in com.itextpdf.tool.xml.html.head that return types with arguments of type Element Modifier and Type Method Description java.util.List<Element>
Style. content(WorkerContext ctx, Tag tag, java.lang.String content)
java.util.List<Element>
Title. content(WorkerContext ctx, Tag tag, java.lang.String content)
java.util.List<Element>
Link. start(WorkerContext ctx, Tag tag)
java.util.List<Element>
Meta. start(WorkerContext ctx, Tag tag)
java.util.List<Element>
XML. start(WorkerContext ctx, Tag tag)
-
Uses of Element in com.itextpdf.tool.xml.html.pdfelement
Classes in com.itextpdf.tool.xml.html.pdfelement that implement Element Modifier and Type Class Description class
HtmlCell
HtmlCell is created to provide more parameters to better mimic the behavior of table cell in HTML.class
NoNewLineParagraph
ANoNewLineParagraph
is a series ofChunk
s and/orPhrases
.class
TabbedChunk
A TabbedChunk is a Chunk that contains tabcount and alignment data to allow the HTML to PDF conversion to accept tabstop css.Methods in com.itextpdf.tool.xml.html.pdfelement with parameters of type Element Modifier and Type Method Description boolean
NoNewLineParagraph. add(Element o)
Adds anElement
to theParagraph
. -
Uses of Element in com.itextpdf.tool.xml.html.table
Classes in com.itextpdf.tool.xml.html.table that implement Element Modifier and Type Class Description class
TableRowElement
Methods in com.itextpdf.tool.xml.html.table that return types with arguments of type Element Modifier and Type Method Description java.util.List<Element>
TableData. content(WorkerContext ctx, Tag tag, java.lang.String content)
java.util.List<Element>
Table. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
TableData. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
TableRow. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
Method parameters in com.itextpdf.tool.xml.html.table with type arguments of type Element Modifier and Type Method Description private float
Table. calculateDivWidestElementWidth(java.util.ArrayList<Element> divContent)
An attempt to calculate a valid div width in case it is not fixed.java.util.List<Element>
Table. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
TableData. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
java.util.List<Element>
TableRow. end(WorkerContext ctx, Tag tag, java.util.List<Element> currentContent)
protected void
TableData. processChunkItems(java.util.List<Element> chunks, HtmlCell cell)
Constructor parameters in com.itextpdf.tool.xml.html.table with type arguments of type Element Constructor Description TableRowElement(java.util.List<Element> currentContent, TableRowElement.Place place)
Constructor based on the currentContent and aTableRowElement.Place
. -
Uses of Element in com.itextpdf.tool.xml.pipeline
Fields in com.itextpdf.tool.xml.pipeline with type parameters of type Element Modifier and Type Field Description private java.util.ArrayList<Element>
WritableElement. list
Methods in com.itextpdf.tool.xml.pipeline that return types with arguments of type Element Modifier and Type Method Description java.util.List<Element>
WritableElement. elements()
Returns the list of elements.Methods in com.itextpdf.tool.xml.pipeline with parameters of type Element Modifier and Type Method Description void
WritableElement. add(Element e)
Add a single element to the list of elements.Method parameters in com.itextpdf.tool.xml.pipeline with type arguments of type Element Modifier and Type Method Description void
WritableElement. addAll(java.util.List<Element> l)
add all elements to the list.Constructors in com.itextpdf.tool.xml.pipeline with parameters of type Element Constructor Description WritableElement(Element e)
Construct a WritableElement -
Uses of Element in com.itextpdf.tool.xml.pipeline.html
Fields in com.itextpdf.tool.xml.pipeline.html with type parameters of type Element Modifier and Type Field Description private java.util.List<Element>
HtmlPipelineContext. ctn
private java.util.List<Element>
StackKeeper. stack
Methods in com.itextpdf.tool.xml.pipeline.html that return types with arguments of type Element Modifier and Type Method Description protected java.util.List<Element>
HtmlPipelineContext. currentContent()
java.util.List<Element>
StackKeeper. getElements()
Methods in com.itextpdf.tool.xml.pipeline.html with parameters of type Element Modifier and Type Method Description void
StackKeeper. add(Element content)
Add an element to this keepers stack.Method parameters in com.itextpdf.tool.xml.pipeline.html with type arguments of type Element Modifier and Type Method Description void
StackKeeper. add(java.util.Collection<? extends Element> elements)
Add all given elements to the stack, according to the natural order.
-