Searched refs:proContainer (Results 1 – 1 of 1) sorted by relevance
453 XPropertyContainer proContainer = xDocPro.getUserDefinedProperties(); in addCustomPro() local454 proContainer.addProperty(propertyName, PropertyAttribute.REMOVEABLE, value); in addCustomPro()459 XPropertyContainer proContainer = xDocPro.getUserDefinedProperties(); in getCustomPro() local461 XPropertySet.class, proContainer); in getCustomPro()583 XPropertyContainer proContainer = xDocPro.getUserDefinedProperties(); in testCustomRemovePro() local585 XPropertySet.class, proContainer); in testCustomRemovePro()591 proContainer.removeProperty(pros[i].Name); in testCustomRemovePro()
Completed in 16 milliseconds