TextField.fromHandle constructor
- Pointer<
id3DocumentTextField> handle
Creates a new instance of the TextField class.
param handle Handle to the TextField. throws DocumentException An error has occurred during Document Library execution.
Implementation
TextField.fromHandle(Pointer<id3DocumentTextField> handle) {
_pHandle = calloc();
_pHandle.value = handle;
_disposable = false;
}