Custom Barcode Builder

Defined in package com.scandit.datacapture.label.capture

CustomBarcodeBuilder
class CustomBarcodeBuilder : BarcodeFieldBuilder

Added in version 6.21.0

location
@NonNull LabelFieldLocation getLocation()
void setLocation(@NonNull LabelFieldLocation value)

Added in version 6.21.0

setLocation(location)
@NonNull CustomBarcodeBuilder setLocation(@NonNull LabelFieldLocation location)

Added in version 6.21.0

setLocation(location)
@NonNull CustomBarcodeBuilder setLocation(@NonNull RectF location)

Added in version 6.21.0

setLocation(left, top, right, bottom)
@NonNull CustomBarcodeBuilder setLocation(float left,
        float top,
        float right,
        float bottom)

Added in version 6.21.0

setLocation(location)
@NonNull CustomBarcodeBuilder setLocation(@NonNull Rect location)

Added in version 6.21.0

setDataTypePatterns(dataTypePatterns)
@NonNull CustomBarcodeBuilder setDataTypePatterns(@NonNull String dataTypePatterns)

Added in version 6.21.0

setDataTypePatterns(dataTypePatterns)
@NonNull CustomBarcodeBuilder setDataTypePatterns(@NonNull Iterable<@NonNull String> dataTypePatterns)

Added in version 6.21.0

setDataTypePattern(dataTypePattern)
@NonNull CustomBarcodeBuilder setDataTypePattern(@NonNull Regex dataTypePattern)

Added in version 6.21.0

build(name)
@NonNull CustomBarcode build(@NonNull String name)

Added in version 6.21.0

getThis()
@NonNull CustomBarcodeBuilder getThis()

Added in version 6.21.0