PFieldMaster.setPropertyValue("DataBaseName","Address Book File");
PFieldMaster.setPropertyValue("DataTableName","address");
PFieldMaster.setPropertyValue("DataColumnName","FIRSTNAME");
XText the_Text = xTextDoc.getText();
XTextCursor the_Cursor = the_Text.createTextCursor();
XTextContent the_Field = (XTextContent)
UnoRuntime.queryInterface(XTextContent.class,oObj);
xTF.attachTextFieldMaster(PFieldMaster);
the_Text.insertTextContent(the_Cursor,the_Field,false);