fromDataProviders

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

dataProviders

List of data providers for compound document.

passwords

List of passwords for compound document, may be null.

contentSignatures

List of content signatures for compound document, may be null.