Uses of Enum
com.dynamicpdf.api.elements.DataMatrixEncodingType
Packages that use DataMatrixEncodingType
-
Uses of DataMatrixEncodingType in com.dynamicpdf.api.elements
Methods in com.dynamicpdf.api.elements that return DataMatrixEncodingTypeModifier and TypeMethodDescriptionstatic DataMatrixEncodingType
Returns the enum constant of this type with the specified name.static DataMatrixEncodingType[]
DataMatrixEncodingType.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 DataMatrixEncodingTypeModifierConstructorDescriptionDataMatrixBarcodeElement(byte[] value, ElementPlacement placement, float xOffset, float yOffset, DataMatrixSymbolSize symbolSize, DataMatrixEncodingType encodingType)
Initializes a new instance of theDataMatrixBarcodeElement
classDataMatrixBarcodeElement(byte[] value, ElementPlacement placement, float xOffset, float yOffset, DataMatrixSymbolSize symbolSize, DataMatrixEncodingType encodingType, DataMatrixFunctionCharacter functionCharacter)
Initializes a new instance of theDataMatrixBarcodeElement
classDataMatrixBarcodeElement(String value, ElementPlacement placement, float xOffset, float yOffset, DataMatrixSymbolSize symbolSize, DataMatrixEncodingType encodingType)
Initializes a new instance of theDataMatrixBarcodeElement
classDataMatrixBarcodeElement(String value, ElementPlacement placement, float xOffset, float yOffset, DataMatrixSymbolSize symbolSize, DataMatrixEncodingType encodingType, DataMatrixFunctionCharacter functionCharacter)
Initializes a new instance of theDataMatrixBarcodeElement
class