Uses of Enum
com.dynamicpdf.api.elements.AztecSymbolSize
Packages that use AztecSymbolSize
- 
Uses of AztecSymbolSize in com.dynamicpdf.api.elements
Methods in com.dynamicpdf.api.elements that return AztecSymbolSizeModifier and TypeMethodDescriptionAztecBarcodeElement.getSymbolSize()Gets the barcode size, @see AztecSymbolSize.static AztecSymbolSizeReturns the enum constant of this type with the specified name.static AztecSymbolSize[]AztecSymbolSize.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 AztecSymbolSizeModifier and TypeMethodDescriptionvoidAztecBarcodeElement.setSymbolSize(AztecSymbolSize value)Sets the barcode size, @see AztecSymbolSize.