hasEmbeddedFiles

abstract fun hasEmbeddedFiles(): Boolean

Returns whether the document has any embedded files.

Note: this call may block for a while, especially with large documents, and should not be called on the main thread.

Return

true if the document has any embedded files, false otherwise.