Uses of Enum Class
com.datalogics.PDFL.PageDeleteFlags
Packages that use PageDeleteFlags
-
Uses of PageDeleteFlags in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return PageDeleteFlagsModifier and TypeMethodDescriptionstatic PageDeleteFlagsReturns the enum constant of this class with the specified name.static PageDeleteFlags[]PageDeleteFlags.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.datalogics.PDFL with type arguments of type PageDeleteFlagsModifier and TypeMethodDescriptionvoidDocument.deletePages(int firstPage, int lastPage, EnumSet<PageDeleteFlags> deleteFlags) Deletes the specified pages with option to parse Structure Tree.