Uses of Enum Class
com.datalogics.PDFL.SaveFlags
Packages that use SaveFlags
-
Uses of SaveFlags in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return SaveFlagsModifier and TypeMethodDescriptionstatic SaveFlagsReturns the enum constant of this class with the specified name.static SaveFlags[]SaveFlags.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 SaveFlagsModifier and TypeMethodDescriptionPDFAConvertResult.getPDFASaveFlags()Return the SaveFlags that must be used when saving the PDF/A compliant document.PDFXConvertResult.getPDFXSaveFlags()Return the SaveFlags that must be used when saving the PDF/X compliant document.Method parameters in com.datalogics.PDFL with type arguments of type SaveFlagsModifier and TypeMethodDescriptionvoidSaves a document to disk.voidvoidDocument.save(EnumSet<SaveFlags> saveFlags, com.datalogics.PDFL.JavaStreamFile dest, ProgressMonitor progressMonitor, CancelProc cancelProc) voidDocument.save(EnumSet<SaveFlags> saveFlags, ProgressMonitor progressMonitor, CancelProc cancelProc) Saves a document to disk.voidSaves a document to disk.voidDocument.save(EnumSet<SaveFlags> saveFlags, String newPath, ProgressMonitor progressMonitor, CancelProc cancelProc) Saves a document to disk.voidDocument.save(EnumSet<SaveFlags> saveFlags, ImageOutputStream stream) Saves a Document to a javax.imageio.stream.ImageOutputStream.voidDocument.save(EnumSet<SaveFlags> saveFlags, ImageOutputStream stream, ProgressMonitor progressMonitor, CancelProc cancelProc) voidPDFAConvertResult.setPDFASaveFlags(EnumSet<SaveFlags> value) Set the SaveFlags that must be used when saving the PDF/A compliant document.voidPDFXConvertResult.setPDFXSaveFlags(EnumSet<SaveFlags> value) Set the SaveFlags that must be used when saving the PDF/X compliant document.Constructor parameters in com.datalogics.PDFL with type arguments of type SaveFlagsModifierConstructorDescriptionPDFAConvertResult(Document doc, EnumSet<SaveFlags> flags) PDFXConvertResult(Document doc, EnumSet<SaveFlags> flags)