Interface OfficeDocumentArtifact
-
@Unstable public interface OfficeDocumentArtifact
An artifact for an office document.- Since:
- 14.10.8, 15.3RC1
- Version:
- $Id: 692e70b4129eb7576c87d809c10fdb97cfca7390 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStream
getContentInputStream()
String
getName()
-
-
-
Method Detail
-
getName
String getName()
- Returns:
- the name of the artifact
-
getContentInputStream
InputStream getContentInputStream() throws OfficeImporterException
- Returns:
- an input stream for reading the artifact's content
- Throws:
OfficeImporterException
-
-