Uses of Interface
com.snowtide.pdf.layout.Span
-
Packages that use Span Package Description com.snowtide.pdf This package contains a variety of core abstractions representing PDFDocument
s and theirPage
s, as well as various PDFxStream interfaces and implementations thereof that simply many PDF data extraction use cases.com.snowtide.pdf.layout This package contains interfaces and classes that PDFxStream uses to represent the document model implicitly defined by the content rendered by eachPage
in a PDFDocument
. -
-
Uses of Span in com.snowtide.pdf
Methods in com.snowtide.pdf with parameters of type Span Modifier and Type Method Description void
OutputHandler. endSpan(Span s)
Invoked when PDFxStream has finished processing aSpan
void
OutputHandler. startSpan(Span s)
Invoked when aSpan
is about to be processedvoid
OutputTarget. startSpan(Span s)
-
Uses of Span in com.snowtide.pdf.layout
Subinterfaces of Span in com.snowtide.pdf.layout Modifier and Type Interface Description interface
Spaces
interface
Word
Methods in com.snowtide.pdf.layout that return types with arguments of type Span Modifier and Type Method Description List<Span>
Line. spans(Direction basedir)
Returns a list ofSpan
s identified within this line of text.
-