TextFieldList.get Method¶
Module: TextFieldList
Definition¶
Gets an item of the TextFieldList object.
get(self, index: int) -> TextField
Parameters
indexintin 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
indexintin 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
indexintin 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
indexintin 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
indexInt32in 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
hTextFieldListID3_DOCUMENT_TEXT_FIELD_LISTin Handle to the TextFieldList object.indexintin Index of the TextField item to get.hTextFieldItemID3_DOCUMENT_TEXT_FIELDout TextField item to get.
Returns