Uses of Interface
com.snowtide.pdf.layout.Bounded
-
Packages that use Bounded 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.annot This package contains interfaces and classes that PDFxStream uses to represent various types of annotations present in PDFDocument
s.com.snowtide.pdf.forms This package contains interfaces and classes that PDFxStream uses to represent various types of form data present in PDFDocument
s.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 Bounded in com.snowtide.pdf
Subinterfaces of Bounded in com.snowtide.pdf Modifier and Type Interface Description interface
DocumentLocation
Represents a unique location within aDocument
. -
Uses of Bounded in com.snowtide.pdf.annot
Subinterfaces of Bounded in com.snowtide.pdf.annot Modifier and Type Interface Description interface
Annotation
All PDF annotations define a range of base attributes, which are accessible using the functions this interface specifies.Classes in com.snowtide.pdf.annot that implement Bounded Modifier and Type Class Description class
FileAttachmentAnnotation
AnAnnotation
implementation that represents a PDF annotation of typeFileAttachment
.class
FreeTextAnnotation
AnAnnotation
implementation that represents a PDF annotation of typeFreeText
.class
LinkAnnotation
AnAnnotation
implementation that represents a PDF annotation of typeLink
.class
TextAnnotation
AnAnnotation
implementation that represents a PDF annotation of typeText
. -
Uses of Bounded in com.snowtide.pdf.forms
Subinterfaces of Bounded in com.snowtide.pdf.forms Modifier and Type Interface Description interface
AcroFormField
Interface implmented by all form fields held byAcroForm
instances.Classes in com.snowtide.pdf.forms that implement Bounded Modifier and Type Class Description class
AcroButtonField
Represents a button form field in an interactiveAcroForm
.class
AcroCheckboxField
Instances of this class represent individual checkboxes in aninteractive forms
.class
AcroChoiceField
Represents a multiple-choice form field in an interactive AcroForm.class
AcroRadioButtonGroupField
Instances of this class represent a group of radio buttons in aninteractive forms
.class
AcroSignatureField
Represents a digital signature field in an interactive AcroForm.class
AcroTextField
Represents a text field in an interactive AcroForm. -
Uses of Bounded in com.snowtide.pdf.layout
Subinterfaces of Bounded in com.snowtide.pdf.layout Modifier and Type Interface Description interface
Block
Instances of this class represent groupings of text at a specific position on aPage
.interface
Image
Represents an image found in aPage
.interface
Line
Instances of this class represent distinct runs of text at a specific position within aBlock
.interface
Region
Instances ofRegion
represent a rectangluar space.interface
Table
Blocks of this subtype have been recognized by PDFxStream to contain a table-like structure.interface
TextUnit
A single character or discrete character grouping positioned within aLine
.Classes in com.snowtide.pdf.layout that implement Bounded Modifier and Type Class Description class
Rectangle
Concrete representation of aRegion
, with utility methods.
-