Uses of Interface
com.itextpdf.text.TextElementArray
-
Packages that use TextElementArray Package Description com.itextpdf.text com.itextpdf.text.html.simpleparser com.itextpdf.tool.xml.html.pdfelement Element
s created for specific use when processing HTML. -
-
Uses of TextElementArray in com.itextpdf.text
Classes in com.itextpdf.text that implement TextElementArray Modifier and Type Class Description class
Anchor
AnAnchor
can be a reference or a destination of a reference.class
Chapter
AChapter
is a specialSection
.class
ChapterAutoNumber
Chapter with auto numbering.class
GreekList
A special-version ofLIST
which use greek-letters.class
List
AList
contains severalListItem
s.class
ListItem
AListItem
is aParagraph
that can be added to aList
.class
Paragraph
AParagraph
is a series ofChunk
s and/orPhrases
.class
Phrase
APhrase
is a series ofChunk
s.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
ZapfDingbatsList
A special-version ofLIST
which use zapfdingbats-letters.class
ZapfDingbatsNumberList
A special-version ofLIST
which use zapfdingbats-numbers (1..10). -
Uses of TextElementArray in com.itextpdf.text.html.simpleparser
Classes in com.itextpdf.text.html.simpleparser that implement TextElementArray Modifier and Type Class Description class
CellWrapper
Deprecated.since 5.5.2 -
Uses of TextElementArray in com.itextpdf.tool.xml.html.pdfelement
Classes in com.itextpdf.tool.xml.html.pdfelement that implement TextElementArray Modifier and Type Class Description class
NoNewLineParagraph
ANoNewLineParagraph
is a series ofChunk
s and/orPhrases
.
-