TextFieldList.clone Method¶
Module: TextFieldList
Definition¶
Clones the TextFieldList object.
clone(self) -> TextFieldList
Returns
The newly created text field list.
Exceptions
An error has occurred during Document Library execution.
TextFieldList clone()
Returns
The newly created text field list.
Exceptions
An error has occurred during Document Library execution.
public TextFieldList Clone()
Returns
The newly created text field list.
Exceptions
An error has occurred during Document Library execution.
public TextFieldList clone() throws DocumentException
Returns
The newly created text field list.
Exceptions
An error has occurred during Document Library execution.
public func clone() throws -> TextFieldList
Returns
The newly created text field list.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentTextFieldList_CopyTo (
ID3_DOCUMENT_TEXT_FIELD_LIST hTextFieldList,
ID3_DOCUMENT_TEXT_FIELD_LIST hTextFieldListDst)
Parameters
hTextFieldList
ID3_DOCUMENT_TEXT_FIELD_LISTin Handle to the TextFieldList object.hTextFieldListDst
ID3_DOCUMENT_TEXT_FIELD_LISTout The newly created text field list.
Returns