TextFieldList Class

Namespace: id3.Document

Definition

Represents a list of text fields extracted from a document.

Properties

Name

Type

Description

count

int

Gets the number of elements contained in the list

operator [int index]

TextField

Gets or sets the element at the specified index in the list.

Iteration

This class supports iteration in Dart, C#, Java and Python.

Methods

Name

Description

add

Adds an item to the TextFieldList object.

clear

Clears the TextFieldList object.

clone

Clones the TextFieldList object.

get

Gets an item of the TextFieldList object.

getCount

Gets the number of elements in the TextFieldList object.

removeAt

Removes an element of the TextFieldList object.

resize

TextFieldList object.

set

Sets an item of the TextFieldList object.