TextFieldList.get Method

Module: TextFieldList

Definition

Gets an item of the TextFieldList object.

get(self, index: int) -> TextField

Parameters

index int
in Index of the TextField item to get.

Returns

TextField item to get.

Exceptions

An error has occurred during Document Library execution.
TextField get(int index)

Parameters

index int
in Index of the TextField item to get.

Returns

TextField item to get.

Exceptions

An error has occurred during Document Library execution.
public TextField Get(int index)

Parameters

index int
in Index of the TextField item to get.

Returns

TextField item to get.

Exceptions

An error has occurred during Document Library execution.
public TextField get(int index) throws DocumentException

Parameters

index int
in Index of the TextField item to get.

Returns

TextField item to get.

Exceptions

An error has occurred during Document Library execution.
public func get(index: Int32) throws -> TextField

Parameters

index Int32
in Index of the TextField item to get.

Returns

TextField item to get.

Exceptions

An error has occurred during Document Library execution.
int id3DocumentTextFieldList_Get (
    ID3_DOCUMENT_TEXT_FIELD_LIST hTextFieldList,
    int index,
    ID3_DOCUMENT_TEXT_FIELD hTextFieldItem)

Parameters

in Handle to the TextFieldList object.

index int
in Index of the TextField item to get.

out TextField item to get.

Returns

int
An error code.
See id3DocumentError file for the list of possible error codes.