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 PDFDocuments.com.snowtide.pdf.forms This package contains interfaces and classes that PDFxStream uses to represent various types of form data present in PDFDocuments. -
-
Uses of DocumentLocation in com.snowtide.pdf.annot
Subinterfaces of DocumentLocation in com.snowtide.pdf.annot Modifier and Type Interface Description interfaceAnnotationAll 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 classFileAttachmentAnnotationAnAnnotationimplementation that represents a PDF annotation of typeFileAttachment.classFreeTextAnnotationAnAnnotationimplementation that represents a PDF annotation of typeFreeText.classLinkAnnotationAnAnnotationimplementation that represents a PDF annotation of typeLink.classTextAnnotationAnAnnotationimplementation 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 interfaceAcroFormFieldInterface implmented by all form fields held byAcroForminstances.Classes in com.snowtide.pdf.forms that implement DocumentLocation Modifier and Type Class Description classAcroButtonFieldRepresents a button form field in an interactiveAcroForm.classAcroCheckboxFieldInstances of this class represent individual checkboxes in aninteractive forms.classAcroChoiceFieldRepresents a multiple-choice form field in an interactive AcroForm.classAcroRadioButtonGroupFieldInstances of this class represent a group of radio buttons in aninteractive forms.classAcroSignatureFieldRepresents a digital signature field in an interactive AcroForm.classAcroTextFieldRepresents a text field in an interactive AcroForm.
-