Uses of Enum Class
com.datalogics.PDFL.TempStoreType
Packages that use TempStoreType
-
Uses of TempStoreType in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return TempStoreTypeModifier and TypeMethodDescriptionLibrary.getDefaultTempStore()Gets default temporary storage. PDFL uses Disk storage type by default.static TempStoreTypeReturns the enum constant of this class with the specified name.static TempStoreType[]TempStoreType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.datalogics.PDFL with parameters of type TempStoreTypeModifier and TypeMethodDescriptionvoidLibrary.setDefaultTempStore(TempStoreType tempStore) Allows to switch between different types of temporary storages.