@Role
public interface PresentationBuilder
XDOMOfficeDocument
objects from binary (presentation) office files. This
component builds XDOMOfficeDocument
objects which when rendered produces a slid-show like feeling on the wiki
page.Modifier and Type | Method and Description |
---|---|
XDOMOfficeDocument |
build(InputStream officeFileStream,
String officeFileName,
org.xwiki.model.reference.DocumentReference reference)
Builds a (slide-show)
XDOMOfficeDocument corresponding to the given office presentation. |
XDOMOfficeDocument build(InputStream officeFileStream, String officeFileName, org.xwiki.model.reference.DocumentReference reference) throws OfficeImporterException
XDOMOfficeDocument
corresponding to the given office presentation.officeFileStream
- InputStream
corresponding to the office presentation.officeFileName
- name of the office document (used to determine input document format).reference
- reference document w.r.t which the presentation is built.XDOMOfficeDocument
corresponding to the given office presentation.OfficeImporterException
- if an error occurs while performing the import operation.Copyright © 2004–2021 XWiki. All rights reserved.