TextFieldList.set Method¶
Module: TextFieldList
Definition¶
Sets an item of the TextFieldList object.
set(self, index: int, text_field_item: TextField) -> None
Parameters
indexintin Index of the TextField item to set.text_field_itemTextFieldin 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
indexInt32in Index of the TextField item to set.textFieldItemTextFieldin 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
hTextFieldListID3_DOCUMENT_TEXT_FIELD_LISTin Handle to the TextFieldList object.indexintin Index of the TextField item to set.hTextFieldItemID3_DOCUMENT_TEXT_FIELDin TextField item to set.
Returns