Uses of Enum Class
com.datalogics.PDFL.PageMarkFlags
Packages that use PageMarkFlags
-
Uses of PageMarkFlags in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return PageMarkFlagsModifier and TypeMethodDescriptionstatic PageMarkFlagsReturns the enum constant of this class with the specified name.static PageMarkFlags[]PageMarkFlags.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 PageMarkFlagsModifier and TypeMethodDescriptionSeparationParams.getPageMarksToEmit()The page marks to emit for this plate.PrintParams.getWhichMarks()Method parameters in com.datalogics.PDFL with type arguments of type PageMarkFlagsModifier and TypeMethodDescriptionvoidSeparationParams.setPageMarksToEmit(EnumSet<PageMarkFlags> theMarks) The page marks to emit for this plate.voidPrintParams.setWhichMarks(EnumSet<PageMarkFlags> value)