Uses of Enum Class
com.datalogics.PDFL.LibraryFlags
Packages that use LibraryFlags
-
Uses of LibraryFlags in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return LibraryFlagsModifier and TypeMethodDescriptionstatic LibraryFlagsReturns the enum constant of this class with the specified name.static LibraryFlags[]LibraryFlags.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructor parameters in com.datalogics.PDFL with type arguments of type LibraryFlagsModifierConstructorDescriptionLibrary(String[] fontPaths, EnumSet<LibraryFlags> flags) Initialize the PDF Library on this thread.Library(EnumSet<LibraryFlags> flags) Initialize the PDF Library on this thread.Library(List<String> fontPaths, String CMapPath, String UnicodePath, String ColorProfilePath, EnumSet<LibraryFlags> flags) Initialize the PDF Library on this thread.Initialize the PDF Library on this thread.Library(List<String> fontPaths, EnumSet<LibraryFlags> flags) Initialize the PDF Library on this thread.