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

in Handle to the TextField object.

out The newly created text field.

Returns

int
An error code.
See id3DocumentError file for the list of possible error codes.