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 PDFDocuments and theirPages, 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 eachPagein a PDFDocument. -
-
Uses of Span in com.snowtide.pdf
Methods in com.snowtide.pdf with parameters of type Span Modifier and Type Method Description voidOutputHandler. endSpan(Span s)Invoked when PDFxStream has finished processing aSpanvoidOutputHandler. startSpan(Span s)Invoked when aSpanis about to be processedvoidOutputTarget. startSpan(Span s) -
Uses of Span in com.snowtide.pdf.layout
Subinterfaces of Span in com.snowtide.pdf.layout Modifier and Type Interface Description interfaceSpacesinterfaceWordMethods 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 ofSpans identified within this line of text.
-