TextField.clone Method¶
Module: TextField
Definition¶
Clones the TextField object.
clone(self) -> TextField
Returns
The newly created text field.
Exceptions
An error has occurred during Document Library execution.
TextField clone()
Returns
The newly created text field.
Exceptions
An error has occurred during Document Library execution.
public TextField Clone()
Returns
The newly created text field.
Exceptions
An error has occurred during Document Library execution.
public TextField clone() throws DocumentException
Returns
The newly created text field.
Exceptions
An error has occurred during Document Library execution.
public func clone() throws -> TextField
Returns
The newly created text field.
Exceptions
An error has occurred during Document Library execution.
int id3DocumentTextField_CopyTo (
ID3_DOCUMENT_TEXT_FIELD hTextField,
ID3_DOCUMENT_TEXT_FIELD hTextFieldDst)
Parameters
hTextField
ID3_DOCUMENT_TEXT_FIELDin Handle to the TextField object.hTextFieldDst
ID3_DOCUMENT_TEXT_FIELDout The newly created text field.
Returns