Interface CompatibilityOfficeDocument


  • public interface CompatibilityOfficeDocument
    • Method Detail

      • getArtifacts

        @Deprecated
        Map<String,​byte[]> getArtifacts()
        Deprecated.
        Returns all the artifacts for this office document. Artifacts are generated during the import operation if the original office document contains embedded non-textual elements. Also, some office formats (like presentations) result in multiple output files when converted into html. In this case all these output files will be considered as artifacts.
        Returns:
        a map containing artifacts for this document.