Uses of Interface
com.lowagie.text.pdf.parser.TextAssemblyBuffer
-
Packages that use TextAssemblyBuffer Package Description com.lowagie.text.pdf.parser -
-
Uses of TextAssemblyBuffer in com.lowagie.text.pdf.parser
Classes in com.lowagie.text.pdf.parser that implement TextAssemblyBuffer Modifier and Type Class Description class
FinalText
class
ParsedText
class
ParsedTextImpl
class
Word
Fields in com.lowagie.text.pdf.parser with type parameters of type TextAssemblyBuffer Modifier and Type Field Description private java.util.List<TextAssemblyBuffer>
MarkedUpTextAssembler. partialWords
as we get new content (final or not), we accumulate it until we reach the end of a parsing unitprivate java.util.List<TextAssemblyBuffer>
PdfContentStreamHandler. textFragments
private java.util.Stack<java.util.List<TextAssemblyBuffer>>
PdfContentStreamHandler. textFragmentStreams
-