TextFieldList Class¶
Namespace: id3.Document
Definition¶
Represents a list of text fields extracted from a document.
Properties¶
Iteration¶
This class supports iteration in Dart, C#, Java and Python.
Methods¶
Name |
Description |
|---|---|
Adds an item to the TextFieldList object. |
|
Clears the TextFieldList object. |
|
Clones the TextFieldList object. |
|
Gets an item of the TextFieldList object. |
|
Gets the number of elements in the TextFieldList object. |
|
Removes an element of the TextFieldList object. |
|
TextFieldList object. |
|
Sets an item of the TextFieldList object. |