XDependentTextField xDependentTextField = (XDependentTextField)UnoRuntime.queryInterface(XDependentTextField.class, textField);
xDependentTextField.attachTextFieldMaster(xPropertySet);
return new TextField(textDocument, xDependentTextField);
}
catch(Throwable throwable) {
throw new NOAException(throwable);
}
}