Uses of Enum Class
com.datalogics.PDFL.LogOutputFlags
Packages that use LogOutputFlags
-
Uses of LogOutputFlags in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return LogOutputFlagsModifier and TypeMethodDescriptionstatic LogOutputFlagsReturns the enum constant of this class with the specified name.static LogOutputFlags[]LogOutputFlags.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.datalogics.PDFL that return types with arguments of type LogOutputFlagsMethod parameters in com.datalogics.PDFL with type arguments of type LogOutputFlagsModifier and TypeMethodDescriptionvoidLogParams.setLogOutputFlags(EnumSet<LogOutputFlags> logOutputFlags) Sets LogOutputFlags. Allows to specify where to put DLE's log.