TextField.name Property¶
Module: TextField
Type: string
Definition¶
Name of the text field.
String get name => getName();
Exceptions
An error has occurred during Document Library execution.
public string name
{
get => Getname();
}
Exceptions
An error has occurred during Document Library execution.
public String getName() throws DocumentException
Exceptions
An error has occurred during Document Library execution.
public var name: String
get {
return try! getName()
}
}
Exceptions
An error has occurred during Document Library execution.
int id3DocumentTextField_GetName (ID3_DOCUMENT_TEXT_FIELD hTextField, char * name, int * nameSize)
Returns