Uses of Enum Class
com.datalogics.PDFL.EmbedFlags
Packages that use EmbedFlags
-
Uses of EmbedFlags in com.datalogics.PDFL
Methods in com.datalogics.PDFL that return EmbedFlagsModifier and TypeMethodDescriptionstatic EmbedFlagsReturns the enum constant of this class with the specified name.static EmbedFlags[]EmbedFlags.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 EmbedFlagsModifier and TypeMethodDescriptionvoidDocument.embedFonts(EnumSet<EmbedFlags> flags) Embed unembedded fonts in a document.voidDocument.embedFonts(EnumSet<EmbedFlags> flags, ProgressMonitor progressMonitor, CancelProc cancelProc, ReportProc reportProc) Embed unembedded fonts in a document.voidDocument.embedFonts(List<Font> fonts, EnumSet<EmbedFlags> flags) Embed specified fonts in a document.voidDocument.embedFonts(List<Font> fonts, EnumSet<EmbedFlags> flags, ProgressMonitor progressMonitor, CancelProc cancelProc, ReportProc reportProc) Embed specified fonts in a document.