Custom Text

Defined in library scandit_datacapture_label

CustomText
class CustomText : TextField

Added in version 7.2.0

CustomText(name)
 CustomText(String name)

Added in version 7.2.0

setLocationWithRect(rect)
void setLocationWithRect(Rect rect)

Added in version 7.2.0

setLocationWithCoordinates(left, top, right, bottom)
void setLocationWithCoordinates(double left,
        double top,
        double right,
        double bottom)

Added in version 7.2.0

setLocationWithType(location)
void setLocationWithType(LabelFieldLocationType location)

Added in version 7.2.0

dataTypePatterns
List<String> get dataTypePatterns

Added in version 7.2.0

name
String get name

Added in version 7.2.0

patterns
List<String> get patterns

Added in version 7.2.0

isOptional
bool get isOptional

Added in version 7.2.0

location
LabelFieldLocation? get location

Added in version 7.2.0