Uses of Enum
com.dynamicpdf.api.elements.DataMatrixFunctionCharacter
Packages that use DataMatrixFunctionCharacter
-
Uses of DataMatrixFunctionCharacter in com.dynamicpdf.api.elements
Methods in com.dynamicpdf.api.elements that return DataMatrixFunctionCharacterModifier and TypeMethodDescriptionstatic DataMatrixFunctionCharacterReturns the enum constant of this type with the specified name.static DataMatrixFunctionCharacter[]DataMatrixFunctionCharacter.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.dynamicpdf.api.elements with parameters of type DataMatrixFunctionCharacterModifierConstructorDescriptionDataMatrixBarcodeElement(byte[] value, ElementPlacement placement, float xOffset, float yOffset, DataMatrixSymbolSize symbolSize, DataMatrixEncodingType encodingType, DataMatrixFunctionCharacter functionCharacter)Initializes a new instance of theDataMatrixBarcodeElementclassDataMatrixBarcodeElement(String value, ElementPlacement placement, float xOffset, float yOffset, DataMatrixSymbolSize symbolSize, DataMatrixEncodingType encodingType, DataMatrixFunctionCharacter functionCharacter)Initializes a new instance of theDataMatrixBarcodeElementclass