java.lang.Object
com.lowagie.text.pdf.parser.ParsedTextImpl
com.lowagie.text.pdf.parser.Word
- All Implemented Interfaces:
TextAssemblyBuffer
Deprecated.
- Author:
- dgd
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccumulate(TextAssembler p, String contextName) Deprecated.accept a visitor that is assembling textvoidDeprecated.Accept a visitor that is assembling textbooleanDeprecated.getFinalText(PdfReader reader, int page, TextAssembler assembler, boolean useMarkup) Deprecated.booleanDeprecated.toString()Deprecated.Methods inherited from class com.lowagie.text.pdf.parser.ParsedTextImpl
getAscent, getBaseline, getDescent, getEndPoint, getSingleSpaceWidth, getStartPoint, getText, getWidth
-
Method Details
-
accumulate
Deprecated.accept a visitor that is assembling text- Parameters:
p- the assembler that is visiting us.contextName- What is the wrapping markup element name if any- See Also:
-
assemble
Deprecated.Accept a visitor that is assembling text- Parameters:
p- the assembler that is visiting us.- See Also:
-
getFinalText
public FinalText getFinalText(PdfReader reader, int page, TextAssembler assembler, boolean useMarkup) Deprecated.- Parameters:
reader- pdfReader that knows about our document. (size, etc. available here).page- which page are we extracting text from.assembler- Builds result by accepting content from text components of various sorts.useMarkup- Should we generate tagged text, or just plain text.- Returns:
- the final text ready to concatenate into result string.
- See Also:
-
toString
Deprecated. -
shouldNotSplit
public boolean shouldNotSplit()Deprecated.- Specified by:
shouldNotSplitin classParsedTextImpl- Returns:
- true if this was extracted from a string containing spaces, in which case, we assume further splitting is not needed.
- See Also:
-
breakBefore
public boolean breakBefore()Deprecated.- Specified by:
breakBeforein classParsedTextImpl- Returns:
- true if this was a space or other item that should force a space before it.
- See Also:
-