Uses of Enum
com.dynamicpdf.api.elements.Compaction
Packages that use Compaction
- 
Uses of Compaction in com.dynamicpdf.api.elements
Methods in com.dynamicpdf.api.elements that return CompactionModifier and TypeMethodDescriptionPdf417BarcodeElement.getCompaction()Gets the type of compaction.static CompactionReturns the enum constant of this type with the specified name.static Compaction[]Compaction.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dynamicpdf.api.elements with parameters of type CompactionModifier and TypeMethodDescriptionvoidPdf417BarcodeElement.setCompaction(Compaction value)Sets the type of compaction.