| Modifier and Type | Method and Description |
|---|---|
static void |
DocumentLicense.activate(java.lang.String hardwareCode,
java.lang.String login,
java.lang.String password,
java.lang.String productReference,
java.lang.String commentary,
java.lang.String path)
Activates a license using customer credentials and a product reference and saves the license to a file.
|
static void |
DocumentLicense.activateActivationKey(java.lang.String hardwareCode,
java.lang.String activationKey,
java.lang.String commentary,
java.lang.String path)
Activates a license file using an activation key and saves the license to a file.
|
static byte[] |
DocumentLicense.activateActivationKeyBuffer(java.lang.String hardwareCode,
java.lang.String activationKey,
java.lang.String commentary)
Activates a license using an activation key and returns the license in a data buffer.
|
static byte[] |
DocumentLicense.activateBuffer(java.lang.String hardwareCode,
java.lang.String login,
java.lang.String password,
java.lang.String productReference,
java.lang.String commentary)
Retrieves a license file buffer using customer credentials and a product reference and returns the license in a data buffer.
|
static void |
DocumentLicense.activateSerialKey(java.lang.String hardwareCode,
java.lang.String serialKey,
java.lang.String commentary,
java.lang.String path)
Activates a license using a serial key and saves the license to a file.
|
static byte[] |
DocumentLicense.activateSerialKeyBuffer(java.lang.String hardwareCode,
java.lang.String serialKey,
java.lang.String commentary)
Activates a license using a serial key and returns the license in a data buffer.
|
void |
HologramAuthenticationResultList.add(HologramAuthenticationResult hologramAuthenticationResultItem)
Adds an item to the HologramAuthenticationResultList object.
|
void |
PointList.add(Point pointItem)
Adds an item to the PointList object.
|
void |
StringList.add(java.lang.String item)
Adds an item to the StringList object.
|
void |
DocumentInfoDictionary.add(java.lang.String key,
DocumentInfo documentInfoItem)
Adds an item to the DocumentInfoDictionary object.
|
void |
StringDict.add(java.lang.String key,
java.lang.String item)
Adds an item to the StringDict object.
|
void |
TextFieldList.add(TextField textFieldItem)
Adds an item to the TextFieldList object.
|
DocumentImage |
DocumentDetector.alignDocument(DocumentImage sourceImage,
DetectedDocument detectedDocument)
Aligns and crops the specified document on the specified image and returns a new DocumentImage.
|
void |
DocumentAuthenticator.appendFrame(DocumentImage image)
Appends a frame in the FIFO buffer.
|
HologramAuthenticationResultList |
DocumentAuthenticator.authenticateHolograms()
Authenticates the holograms on the current frame buffer.
|
static boolean |
MrzHelper.check(java.lang.String text,
MrzType type)
Checks the validity of a single line of an MRZ of a given type by checking the check digits.
|
static void |
DocumentLicense.checkLicense(java.lang.String licensePath)
Checks a license from a file.
|
static void |
DocumentLicense.checkLicenseBuffer(byte[] licenseData)
Checks a license from a buffer.
|
static byte[] |
DocumentLicense.checkLicenseBufferWithCard(byte[] licenseData)
Checks the license using a buffer containing the license data and a card-based verification process.
|
static byte[] |
DocumentLicense.checkLicenseWithCard(java.lang.String licensePath)
Checks the license by using a card-based verification process.
|
static void |
DocumentLicense.checkModule(java.lang.String moduleName)
Checks if a module is present in the previously loaded license.
|
void |
TextFieldList.clear()
Clears the TextFieldList object.
|
void |
StringList.clear()
Clears the StringList object.
|
void |
StringDict.clear()
Clears the StringDict object.
|
void |
PointList.clear()
Clears the PointList object.
|
void |
HologramAuthenticationResultList.clear()
Clears the HologramAuthenticationResultList object.
|
void |
DocumentInfoDictionary.clear()
Clears the DocumentInfoDictionary object.
|
TextFieldList |
TextFieldList.clone()
Creates a copy of the TextFieldList object.
|
TextField |
TextField.clone()
Creates a copy of the TextField object.
|
StringList |
StringList.clone()
Creates a copy of the StringList object.
|
StringDict |
StringDict.clone()
Creates a copy of the StringDict object.
|
PointList |
PointList.clone()
Creates a copy of the PointList object.
|
MrzReadingResult |
MrzReadingResult.clone()
Creates a copy of the MrzReadingResult object.
|
ImageBuffer |
ImageBuffer.clone()
Creates a copy of the ImageBuffer object.
|
HologramAuthenticationResultList |
HologramAuthenticationResultList.clone()
Creates a copy of the HologramAuthenticationResultList object.
|
HologramAuthenticationResult |
HologramAuthenticationResult.clone()
Creates a copy of the HologramAuthenticationResult object.
|
DocumentInfoDictionary |
DocumentInfoDictionary.clone()
Creates a copy of the DocumentInfoDictionary object.
|
DocumentInfo |
DocumentInfo.clone()
Creates a copy of the DocumentInfo object.
|
DocumentImage |
DocumentImage.clone()
Creates a copy of the DocumentImage object.
|
DetectedDocument |
DetectedDocument.clone()
Creates a copy of the DetectedDocument object.
|
float |
DocumentImage.compare(DocumentImage cmpDocumentImage)
Computes the difference with another image.
|
boolean |
StringDict.containsKey(java.lang.String key)
Determines whether the StringDictobject contains the specified key.
|
boolean |
DocumentInfoDictionary.containsKey(java.lang.String key)
Determines whether the DocumentInfoDictionaryobject contains the specified key.
|
void |
DocumentImage.correctGamma(int contrast,
int brightness,
float gamma)
Applies a gamma correction to the image.
|
DocumentImage |
DocumentImage.crop(int left,
int top,
int width,
int height)
Crop a rectangular region of interest in the image according to the given bounds.
|
static StringDict |
MrzHelper.decode(java.lang.String text,
MrzType type)
Decodes an MRZ of a given type and returns the values of the various fields.
|
DetectedDocument |
DocumentDetector.detectDocument(DocumentImage image,
Rectangle detectionZone)
Detects a document on a delimited area of the specified DocumentImage and returns a DetectedDocument.
|
DetectedDocument |
DocumentDetector.detectDocumentByName(DocumentImage image,
java.lang.String documentName,
Rectangle detectionZone)
Detects a document with specified name on a delimited area of the specified DocumentImage and returns a DetectedDocument.
|
float |
DocumentImage.downscale(int maxSize)
Downscales the image in-place so that its maximum dimension is equal to the given maximum size, while preserving the aspect ratio.
|
float |
DocumentImage.downscaleTo(DocumentImage dstDocumentImage,
int maxSize)
Downscales the image so that its maximum dimension equals the given maximum size, while preserving the aspect ratio.
|
DocumentImage |
DocumentReader.extractFace(DocumentImage image,
java.lang.String documentName)
Extracts a crop of the face in a document.
|
DocumentImage |
DocumentImage.extractRoi(Rectangle bounds)
Extracts a region of interest in the image according to the given bounds.
|
DocumentImage |
DocumentImage.extractRoiWithColor(Rectangle bounds,
int colorRed,
int colorGreen,
int colorBlue)
Extracts a region of interest in the image according to the given bounds.
|
static void |
DocumentLicense.finalizeCheckLicenseWithCard(byte[] cryptogram)
Finalizes the license check process using the provided cryptogram.
|
void |
DocumentImage.flip(boolean flipHorizontally,
boolean flipVertically)
Flips the image in-place.
|
void |
DocumentImage.flipTo(boolean flipHorizontally,
boolean flipVertically,
DocumentImage dstDocumentImage)
Flips the image.
|
static DocumentImage |
DocumentImage.fromBuffer(byte[] data,
PixelFormat pixelFormat)
Creates an Image from the specified data buffer.
|
static DocumentImage |
DocumentImage.fromFile(java.lang.String filepath,
PixelFormat pixelFormat)
Creates an Image from the specified file.
|
static DocumentImage |
DocumentImage.fromRawBuffer(byte[] pixels,
int width,
int height,
int stride,
PixelFormat srcPixelFormat,
PixelFormat dstPixelFormat)
Creates an Image from the specified raw data buffer.
|
static DocumentImage |
DocumentImage.fromYuvPlanes(byte[] yPlane,
byte[] uPlane,
byte[] vPlane,
int yWidth,
int yHeight,
int uvPixelStride,
int uvRowStride,
PixelFormat dstPixelFormat)
Creates an Image from the specified YUV planes.
|
TextField |
TextFieldList.get(int index)
Gets an item of the TextFieldList object.
|
java.lang.String |
StringList.get(int index)
Gets an item of the StringList object.
|
Point |
PointList.get(int index)
Gets an item of the PointList object.
|
HologramAuthenticationResult |
HologramAuthenticationResultList.get(int index)
Gets an item of the HologramAuthenticationResultList object.
|
java.lang.String |
StringDict.get(java.lang.String key)
Gets an item of the StringDict object.
|
DocumentInfo |
DocumentInfoDictionary.get(java.lang.String key)
Gets an item of the DocumentInfoDictionary object.
|
int |
MrzReader.getBinarizationMethod()
Gets the selection of the binarization method internally used in the algorithm.
|
Rectangle |
TextField.getBounds()
Gets the boundaries of the text field in the image.
|
PointList |
MrzReadingResult.getBounds()
Gets the boundaries of the MRZ detected, in following order: top-left, top-right, bottom-right, bottom-left.
|
Rectangle |
HologramAuthenticationResult.getBounds()
Gets the exact bounds of the text in the image.
|
PointList |
DetectedDocument.getBounds()
Gets the boundaries of the document detected, in the following order: top-left, top-right, bottom-right, bottom-left.
|
DocumentCategory |
DocumentInfo.getCategory()
Gets the the document category.
|
float |
TextField.getConfidence()
Gets the confidence score for the value read from the text field.
|
float |
MrzReadingResult.getConfidence()
Gets the confidence score for the MRZ detected.
|
int |
DetectedDocument.getConfidence()
Gets the confidence score of the detected document, from 0 to 100.
|
int |
DocumentDetector.getConfidenceThreshold()
Gets the confidence threshold, from 0 to 100+.
|
float |
HologramAuthenticationResult.getCorrelationScore()
Gets the correlation of the variation to the background.
|
int |
TextFieldList.getCount()
Gets the number of elements in the TextFieldList object.
|
int |
StringList.getCount()
Gets the number of elements in the StringList object.
|
int |
StringDict.getCount()
Gets the number of elements in the StringDict object.
|
int |
PointList.getCount()
Gets the number of elements in the PointList object.
|
int |
HologramAuthenticationResultList.getCount()
Gets the number of elements in the HologramAuthenticationResultList object.
|
int |
DocumentInfoDictionary.getCount()
Gets the number of elements in the DocumentInfoDictionary object.
|
java.lang.String |
DocumentInfo.getCountry()
Gets the the ISO 3166-1 alpha-3 code identifying the country issuing the document.
|
byte[] |
ImageBuffer.getData()
Gets the image buffer data.
|
byte[] |
DocumentImage.getData()
Gets the raw data buffer of the image.
|
java.lang.String |
DocumentInfo.getDate()
Gets the the document's date of first issue, in the form `YYYY-MM-DD`.
|
java.lang.String |
DocumentInfo.getDescription()
Gets the the document description.
|
java.lang.String |
DocumentAuthenticator.getDocumentName()
Gets the document type to authenticate.
|
float |
DocumentDetector.getDocumentWidthRatio()
Gets the ratio of the estimated width of the searched document in the image.
|
static java.lang.String |
DocumentLicense.getExpiryDate()
Retrieves the license expiry date.
|
static java.lang.String |
DocumentLicense.getExternalDriveHardwareCode(LicenseHardwareCodeType hardwareCodeType,
java.lang.String externalDrivePath)
Retrieves the hardware code of the external drive you run the library on.
|
DocumentFormat |
DocumentInfo.getFormat()
Gets the the document format.
|
int |
DocumentImage.getHeight()
Gets the height in pixels.
|
java.lang.String |
HologramAuthenticationResult.getHologramName()
Gets the name of the hologram.
|
static java.lang.String |
DocumentLicense.getHostHardwareCode(LicenseHardwareCodeType hardwareCodeType)
Retrieves the hardware code of the device using the requested hardware code type.
|
java.lang.String |
DocumentInfo.getIdentifier()
Gets the the document identifier.
|
DocumentInfo |
DetectedDocument.getInfo()
Gets the document information.
|
StringList |
StringDict.getKeys()
Gets the gets a string list containing the keys in the dict.
|
StringList |
DocumentInfoDictionary.getKeys()
Gets the gets a string list containing the keys in the dict.
|
static java.lang.String |
DocumentLicense.getLicenseFileHardwareCode()
Retrieves the hardware code of the previously loaded license.
|
static java.lang.String |
DocumentLicense.getLicenseFileSerial()
Retrieves the serial number of the previously loaded license.
|
static java.lang.String |
DocumentLicense.getLicenseName()
Retrieves the license name.
|
static java.lang.String |
DocumentLicense.getLicenseOwner()
Retrieves the license owner.
|
static java.lang.String |
DocumentLicense.getLicensePath()
Retrieves the license path.
|
static LicenseType |
DocumentLicense.getLicenseType()
Retrieves the license type.
|
DocumentModel |
MrzReader.getModel()
Gets the AI model used to detect the MRZ.
|
DocumentModel |
DocumentDetector.getModel()
Gets the model to be used for document detection.
|
static int |
DocumentLicense.getModuleCount()
Retrieves the number of modules in the license.
|
static java.lang.String |
DocumentLicense.getModuleName(int index)
Retrieves the name of the specified license module.
|
static int |
DocumentLicense.getModuleValue(java.lang.String name)
Retrieves the value associated to the specified license module.
|
java.lang.String |
MrzReadingResult.getMrz()
Gets the value of the MRZ detected.
|
MrzType |
MrzReadingResult.getMrzType()
Gets the type of the MRZ detected.
|
MrzType |
DocumentInfo.getMrzType()
Gets the the type of machine-readable zone (MRZ), if applicable.
|
java.lang.String |
TextField.getName()
Gets the name of the text field.
|
java.lang.String |
DocumentInfo.getName()
Gets the the document type name.
|
DocumentOrientation |
DetectedDocument.getOrientation()
Gets the document orientation in source image. [0,0,0] means the document is in front of the camera.
|
int |
DocumentInfo.getPageNumber()
Gets the the page number of the document.
|
int |
DocumentImage.getPixelDepth()
Gets the pixel depth.
|
PixelFormat |
DocumentImage.getPixelFormat()
Gets the pixel format.
|
ProcessingUnit |
MrzReader.getProcessingUnit()
Gets the processing unit where to run the detection process.
|
ProcessingUnit |
DocumentDetector.getProcessingUnit()
Gets the processing unit where to run the detection process.
|
static java.lang.String |
DocumentLicense.getProductReference()
Retrieves the license product reference.
|
static int |
DocumentLicense.getRemainingDays()
Retrieves the number of remaining days.
|
int |
DocumentImage.getStride()
Gets the stride in bytes.
|
int |
DocumentAuthenticator.getTemporalWindowSize()
Gets the size of the FIFO frame buffer, used for processing.
|
int |
MrzReader.getThreadCount()
Gets the number of threads to use for reading.
|
int |
DocumentReader.getThreadCount()
Gets the number of threads to use for OCR.
|
int |
DocumentDetector.getThreadCount()
Gets the number of threads to use for detection.
|
java.lang.String |
TextField.getValue()
Gets the value of the text field.
|
float |
HologramAuthenticationResult.getVariationScore()
Gets the variation of the OVI color.
|
static java.lang.String |
DocumentLibrary.getVersion()
Retrieves the library version as a 'X.Y.Z' formatted string.
|
static LibVersion |
DocumentLibrary.getVersionEx()
Retrieves the library version as a structure.
|
int |
DocumentImage.getWidth()
Gets the width in pixels.
|
boolean |
DocumentAuthenticator.isFull()
Checks if the frame buffer is full and ready to authenticate for all holograms.
|
static void |
DocumentLibrary.loadDocumentTemplate(java.lang.String path)
Loads the specified document template from a file.
|
static void |
DocumentLibrary.loadDocumentTemplateBuffer(byte[] buffer)
Loads a document template from a data buffer.
|
static void |
DocumentLibrary.loadModel(java.lang.String modelPath,
DocumentModel documentModel,
ProcessingUnit processingUnit)
Loads a model into memory from the specified directory.
|
static void |
DocumentLibrary.loadModelBuffer(byte[] modelBuffer,
DocumentModel documentModel,
ProcessingUnit processingUnit)
Loads a model into memory from the specified buffer.
|
void |
DocumentImage.pad(int top,
int left,
int bottom,
int right,
int colorRed,
int colorGreen,
int colorBlue)
Add padding around the image
Only works for BGR 24 bits, RGB 24 bits and Grayscale 8bits images.
|
static void |
DocumentLicense.reactivate(java.lang.String hardwareCode,
java.lang.String productReference,
java.lang.String path)
Reactivates a license file using the host hardware code and the product reference.
|
static byte[] |
DocumentLicense.reactivateBuffer(java.lang.String hardwareCode,
java.lang.String productReference)
Reactivates a license in a data buffer using the host hardware code and the product reference.
|
TextFieldList |
DocumentReader.readDocument(DocumentImage image,
java.lang.String documentName)
Reads all the fields in a document.
|
TextField |
DocumentReader.readField(DocumentImage image,
java.lang.String documentName,
java.lang.String fieldName)
Reads a single field in a document.
|
MrzReadingResult |
MrzReader.readMrz(DocumentImage image)
Detects and reads an MRZ in an image.
|
void |
DocumentImage.reallocate(int width,
int height,
PixelFormat pixelFormat)
Reallocates the internal memory of the Image from parameters.
|
void |
StringDict.remove(java.lang.String key)
Removes an element of the StringDict object.
|
void |
DocumentInfoDictionary.remove(java.lang.String key)
Removes an element of the DocumentInfoDictionary object.
|
void |
TextFieldList.removeAt(int index)
Removes an element of the TextFieldList object.
|
void |
StringList.removeAt(int index)
Removes an element of the StringList object.
|
void |
PointList.removeAt(int index)
Removes an element of the PointList object.
|
void |
HologramAuthenticationResultList.removeAt(int index)
Removes an element of the HologramAuthenticationResultList object.
|
void |
TextFieldList.resize(int newSize)
TextFieldList object.
|
void |
StringList.resize(int newSize)
StringList object.
|
void |
PointList.resize(int newSize)
PointList object.
|
void |
HologramAuthenticationResultList.resize(int newSize)
HologramAuthenticationResultList object.
|
void |
DocumentImage.resize(int width,
int height)
Resizes the image in-place to the required width and height.
|
void |
DocumentImage.resizeTo(int width,
int height,
DocumentImage dstDocumentImage)
Resizes the image to the specified width and height.
|
void |
DocumentImage.rotate(int angle)
Rotates the image in-place to the specified angle.
|
void |
DocumentImage.rotateTo(int angle,
DocumentImage dstDocumentImage)
Rotates the image to the specified angle.
|
void |
HologramAuthenticationResultList.set(int index,
HologramAuthenticationResult hologramAuthenticationResultItem)
Sets an item of the HologramAuthenticationResultList object.
|
void |
PointList.set(int index,
Point pointItem)
Sets an item of the PointList object.
|
void |
StringList.set(int index,
java.lang.String item)
Sets an item of the StringList object.
|
void |
TextFieldList.set(int index,
TextField textFieldItem)
Sets an item of the TextFieldList object.
|
void |
DocumentInfoDictionary.set(java.lang.String key,
DocumentInfo documentInfoItem)
Sets an item of the DocumentInfoDictionary object.
|
void |
StringDict.set(java.lang.String key,
java.lang.String item)
Sets an item of the StringDict object.
|
void |
MrzReader.setBinarizationMethod(int binarizationMethod)
Sets the selection of the binarization method internally used in the algorithm.
|
void |
DetectedDocument.setBounds(PointList bounds)
Sets the boundaries of the document detected, in the following order: top-left, top-right, bottom-right, bottom-left.
|
void |
DocumentDetector.setConfidenceThreshold(int confidenceThreshold)
Sets the confidence threshold, from 0 to 100+.
|
void |
DocumentAuthenticator.setDocumentName(java.lang.String documentName)
Sets the document type to authenticate.
|
void |
DocumentDetector.setDocumentWidthRatio(float documentWidthRatio)
Sets the ratio of the estimated width of the searched document in the image.
|
void |
MrzReader.setModel(DocumentModel model)
Sets the AI model used to detect the MRZ.
|
void |
DocumentDetector.setModel(DocumentModel model)
Sets the model to be used for document detection.
|
void |
MrzReader.setProcessingUnit(ProcessingUnit processingUnit)
Sets the processing unit where to run the detection process.
|
void |
DocumentDetector.setProcessingUnit(ProcessingUnit processingUnit)
Sets the processing unit where to run the detection process.
|
void |
DocumentAuthenticator.setTemporalWindowSize(int temporalWindowSize)
Sets the size of the FIFO frame buffer, used for processing.
|
void |
MrzReader.setThreadCount(int threadCount)
Sets the number of threads to use for reading.
|
void |
DocumentReader.setThreadCount(int threadCount)
Sets the number of threads to use for OCR.
|
void |
DocumentDetector.setThreadCount(int threadCount)
Sets the number of threads to use for detection.
|
byte[] |
DocumentImage.toBuffer(ImageFormat documentImageFormat,
float compressionLevel)
Exports the image to a buffer.
|
void |
DocumentImage.toBufferObject(ImageFormat documentImageFormat,
float compressionLevel,
ImageBuffer buffer)
Copies the image to a buffer in the specified format.
|
void |
DocumentImage.toFile(java.lang.String filepath,
float compressionLevel)
Saves the image to the specified file.
|
void |
DocumentImage.toRawBuffer(PixelFormat pixelFormat,
ImageBuffer buffer)
Copies image pixels in the specified format into a buffer.
|
void |
DocumentImage.transpose()
Transposes the image object.
|
static void |
DocumentLibrary.unloadDocumentTemplate(java.lang.String documentName)
Unloads a document template.
|
static void |
DocumentLibrary.unloadModel(DocumentModel documentModel,
ProcessingUnit processingUnit)
Unloads a model from memory.
|
| Constructor and Description |
|---|
DetectedDocument()
Creates a new instance of the DetectedDocument class.
|
DetectedDocument(long handle)
Creates a new instance of the DetectedDocument class.
|
DocumentAuthenticator()
Creates a new instance of the DocumentAuthenticator class.
|
DocumentAuthenticator(long handle)
Creates a new instance of the DocumentAuthenticator class.
|
DocumentDetector()
Creates a new instance of the DocumentDetector class.
|
DocumentDetector(long handle)
Creates a new instance of the DocumentDetector class.
|
DocumentImage()
Creates a new instance of the DocumentImage class.
|
DocumentImage(long handle)
Creates a new instance of the DocumentImage class.
|
DocumentInfo()
Creates a new instance of the DocumentInfo class.
|
DocumentInfo(long handle)
Creates a new instance of the DocumentInfo class.
|
DocumentInfoDictionary()
Creates a new instance of the DocumentInfoDictionary class.
|
DocumentInfoDictionary(long handle)
Creates a new instance of the DocumentInfoDictionary class.
|
DocumentReader()
Creates a new instance of the DocumentReader class.
|
DocumentReader(long handle)
Creates a new instance of the DocumentReader class.
|
HologramAuthenticationResult()
Creates a new instance of the HologramAuthenticationResult class.
|
HologramAuthenticationResult(long handle)
Creates a new instance of the HologramAuthenticationResult class.
|
HologramAuthenticationResultList()
Creates a new instance of the HologramAuthenticationResultList class.
|
HologramAuthenticationResultList(long handle)
Creates a new instance of the HologramAuthenticationResultList class.
|
ImageBuffer()
Creates a new instance of the ImageBuffer class.
|
ImageBuffer(long handle)
Creates a new instance of the ImageBuffer class.
|
MrzReader()
Creates a new instance of the MrzReader class.
|
MrzReader(long handle)
Creates a new instance of the MrzReader class.
|
MrzReadingResult()
Creates a new instance of the MrzReadingResult class.
|
MrzReadingResult(long handle)
Creates a new instance of the MrzReadingResult class.
|
PointList()
Creates a new instance of the PointList class.
|
PointList(long handle)
Creates a new instance of the PointList class.
|
StringDict()
Creates a new instance of the StringDict class.
|
StringDict(long handle)
Creates a new instance of the StringDict class.
|
StringList()
Creates a new instance of the StringList class.
|
StringList(long handle)
Creates a new instance of the StringList class.
|
TextField()
Creates a new instance of the TextField class.
|
TextField(long handle)
Creates a new instance of the TextField class.
|
TextFieldList()
Creates a new instance of the TextFieldList class.
|
TextFieldList(long handle)
Creates a new instance of the TextFieldList class.
|
Copyright © 2020-2030, id3 Technologies. All rights reserved. eu.id3.document