if (newUserPropertyValue.startsWith("$"))
newUserPropertyValue = newUserPropertyValue
.substring(1);
userPropertyContent = userPropertyContent.replaceAll(
userPropertyValue, newUserPropertyValue);
userProperty.replaceElement(userPropertyContent);
}
}
String userPropertyContent = userProperty
.getRTFContentOfSimpleElement();
userProperty.replaceElement(userPropertyContent);