Custom Text Builder

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

CustomTextBuilder
class CustomTextBuilder : TextFieldBuilder

Added in version 6.21.0

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

Added in version 6.21.0

setLocation(location)
@NonNull CustomTextBuilder setLocation(@NonNull LabelFieldLocation location)

Added in version 6.21.0

setLocation(location)
@NonNull CustomTextBuilder setLocation(@NonNull RectF location)

Added in version 6.21.0

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

Added in version 6.21.0

setLocation(location)
@NonNull CustomTextBuilder setLocation(@NonNull Rect location)

Added in version 6.21.0

setDataTypePatterns(dataTypePatterns)
@NonNull CustomTextBuilder setDataTypePatterns(@NonNull String dataTypePatterns)

Added in version 6.21.0

Sets the identifying text patterns (data type patterns) from a single string.

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

Added in version 6.21.0

Sets the identifying text patterns (data type patterns) from a list of strings.

setDataTypePattern(dataTypePattern)
@NonNull CustomTextBuilder setDataTypePattern(@NonNull Regex dataTypePattern)

Added in version 6.21.0

Sets the identifying text patterns (data type patterns) from a single regular expression.

resetDataTypePatterns()
@NonNull CustomTextBuilder resetDataTypePatterns()

Added in version 7.3.0

Resets the identifying text patterns (data type patterns) to an empty list. For cases where the total price has no associated identifying text.

build(name)
@NonNull CustomText build(@NonNull String name)

Added in version 6.21.0

getThis()
@NonNull CustomTextBuilder getThis()

Added in version 6.21.0