Uses of Interface
com.snowtide.pdf.DocumentLocation
-
Packages that use DocumentLocation Package Description 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. -
-
Uses of DocumentLocation in com.snowtide.pdf.annot
Subinterfaces of DocumentLocation 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 DocumentLocation 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 DocumentLocation in com.snowtide.pdf.forms
Subinterfaces of DocumentLocation 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 DocumentLocation 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.
-