from Data Providers
open fun fromDataProviders(@NonNull dataProviders: List<DataProvider>, @Nullable passwords: List<String>, @Nullable contentSignatures: List<String>): DocumentDescriptor
Creates descriptor for compound document loaded from data providers.
Parameters
data Providers
List of data providers for compound document.
passwords
List of passwords for compound document, may be null.
content Signatures
List of content signatures for compound document, may be
null.