Interface CompatibilityOfficeDocument
-
public interface CompatibilityOfficeDocument
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Map<String,byte[]>
getArtifacts()
Deprecated.Since 13.1RC1 useOfficeDocument.getArtifactsFiles()
.
-
-
-
Method Detail
-
getArtifacts
@Deprecated Map<String,byte[]> getArtifacts()
Deprecated.Since 13.1RC1 useOfficeDocument.getArtifactsFiles()
.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.
-
-