Uses of Class
com.snowtide.PDF.Feature
-
Packages that use PDF.Feature Package Description com.snowtide This package containsPDF
, the primary entry point for all of PDFxStream. -
-
Uses of PDF.Feature in com.snowtide
Methods in com.snowtide that return PDF.Feature Modifier and Type Method Description static PDF.Feature
PDF.Feature. valueOf(String name)
Returns the enum constant of this type with the specified name.static PDF.Feature[]
PDF.Feature. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.snowtide with parameters of type PDF.Feature Modifier and Type Method Description static boolean
PDF. hasFeature(PDF.Feature f)
Returns true if the givenPDF.Feature
is enabled by the currently-loaded
license file.
-