TextFieldList.set Method¶
Module: TextFieldList
Definition¶
Sets an item of the TextFieldList object.
set(self, index: int, text_field_item: TextField) -> None
Parameters
index
intin Index of the TextField item to set.text_field_item
TextFieldin TextField item to set.
Exceptions
An error has occurred during Document Library execution.
void set(int index, TextField textFieldItem)
Parameters
Exceptions
An error has occurred during Document Library execution.
public void Set(int index, TextField textFieldItem)
Parameters
Exceptions
An error has occurred during Document Library execution.
public void set(int index, TextField textFieldItem) throws DocumentException
Parameters
Exceptions
An error has occurred during Document Library execution.
public func set(index: Int32, textFieldItem: TextField) throws
Parameters
index
Int32in Index of the TextField item to set.textFieldItem
TextFieldin TextField item to set.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentTextFieldList_Set (
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 set.hTextFieldItem
ID3_DOCUMENT_TEXT_FIELDin TextField item to set.
Returns