Barcode Check Info Annotation Header
Defined in package com.scandit.datacapture.barcode.check.ui
- BarcodeCheckInfoAnnotationHeader
class BarcodeCheckInfoAnnotationHeader
Added in version 7.1.0
The header of an info annotation.
- BarcodeCheckInfoAnnotationHeader()
BarcodeCheckInfoAnnotationHeader()
Added in version 7.1.0
Constructs a new instance of the info annotation header.
- text
@Nullable String getText()
void
setText(@Nullable String value)Added in version 7.1.0
The text. Default is null.
- icon
@Nullable ScanditIcon getIcon()
void
setIcon(@Nullable ScanditIcon value)Added in version 7.1.0
The icon. Default is null.
- textSize
float
getTextSize()void
setTextSize(float
value)Added in version 7.1.0
The size of the text. Default is 16 scale-independent pixels.
- typeface
@NonNull Typeface getTypeface()
void
setTypeface(@NonNull Typeface value)Added in version 7.1.0
The font used for the text.
- textColor
int
getTextColor()void
setTextColor(int
value)Added in version 7.1.0
The color of the text. Default is #000000.
- backgroundColor
int
getBackgroundColor()void
setBackgroundColor(int
value)Added in version 7.1.0
The background color. Default is #00FFFF.