Skip to main content

IDocumentCustomPropertyDictionary Interface

Defines methods and properties for managing a collection of document custom property objects.

Declaration

public interface IDocumentCustomPropertyDictionary extends Map<String,DocumentCustomProperty>

Implements

java.util.Map<java.lang.String,com.devexpress.docs.presentation.DocumentCustomProperty>