.getTextFields();
XEnumeration xEnumeration = xEnumerationAccess.createEnumeration();
ArrayList arrayList = new ArrayList();
while (xEnumeration.hasMoreElements()) {
Object object = xEnumeration.nextElement();
XTextField xTextField = (XTextField) UnoRuntime.queryInterface(
XTextField.class, object);
XServiceInfo xInfo = (XServiceInfo) UnoRuntime.queryInterface(
XServiceInfo.class, xTextField);
if (xInfo
.supportsService(ITextFieldService.PLACEHOLDER_TEXTFIELD_ID)) {