TextFieldList.get Method¶
Module: TextFieldList
Definition¶
Gets an item of the TextFieldList object.
get(self, index: int) -> TextField
Parameters
index
intin 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
intin 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
intin 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
intin 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
Int32in 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
hTextFieldList
ID3_DOCUMENT_TEXT_FIELD_LISTin Handle to the TextFieldList object.index
intin Index of the TextField item to get.hTextFieldItem
ID3_DOCUMENT_TEXT_FIELDout TextField item to get.
Returns