Package | Description |
---|---|
org.xwiki.officeimporter.builder | |
org.xwiki.officeimporter.script | |
org.xwiki.officeimporter.splitter |
Modifier and Type | Method and Description |
---|---|
XDOMOfficeDocument |
PresentationBuilder.build(InputStream officeFileStream,
String officeFileName,
org.xwiki.model.reference.DocumentReference reference)
Builds a (slide-show)
XDOMOfficeDocument corresponding to the given office presentation. |
XDOMOfficeDocument |
XDOMOfficeDocumentBuilder.build(InputStream officeFileStream,
String officeFileName,
org.xwiki.model.reference.DocumentReference reference,
boolean filterStyles)
Builds a
XDOMOfficeDocument corresponding to the given office document. |
XDOMOfficeDocument |
XDOMOfficeDocumentBuilder.build(XHTMLOfficeDocument xhtmlOfficeDocument)
Builds a
XDOMOfficeDocument from the given XHTMLOfficeDocument . |
Modifier and Type | Method and Description |
---|---|
XDOMOfficeDocument |
OfficeImporterScriptService.officeToXDOM(InputStream officeFileStream,
String officeFileName,
org.xwiki.model.reference.DocumentReference targetDocumentReference,
boolean filterStyles)
Imports the given office document into an
XDOMOfficeDocument . |
XDOMOfficeDocument |
OfficeImporterScriptService.officeToXDOM(InputStream officeFileStream,
String officeFileName,
String referenceDocument,
boolean filterStyles)
Deprecated.
|
XDOMOfficeDocument |
OfficeImporterScriptService.xhtmlToXDOM(XHTMLOfficeDocument xhtmlOfficeDocument)
Imports the given
XHTMLOfficeDocument into an XDOMOfficeDocument . |
Modifier and Type | Method and Description |
---|---|
Map<TargetDocumentDescriptor,XDOMOfficeDocument> |
OfficeImporterScriptService.split(XDOMOfficeDocument xdomDocument,
String[] headingLevels,
String namingCriterionHint,
org.xwiki.model.reference.DocumentReference rootDocumentReference)
Splits the given
XDOMOfficeDocument into multiple XDOMOfficeDocument instances according to the
specified criterion. |
Map<TargetDocumentDescriptor,XDOMOfficeDocument> |
OfficeImporterScriptService.split(XDOMOfficeDocument xdomDocument,
String[] headingLevels,
String namingCriterionHint,
String rootDocumentName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OfficeImporterScriptService.save(XDOMOfficeDocument doc,
org.xwiki.model.reference.DocumentReference documentReference,
org.xwiki.model.reference.DocumentReference parentReference,
String title,
boolean append)
Attempts to save the given
XDOMOfficeDocument into the target wiki page specified by arguments (using
the default content syntax, see ExtendedRenderingConfiguration.getDefaultContentSyntax() ). |
boolean |
OfficeImporterScriptService.save(XDOMOfficeDocument doc,
org.xwiki.model.reference.DocumentReference documentReference,
String syntaxId,
org.xwiki.model.reference.DocumentReference parentReference,
String title,
boolean append)
Attempts to save the given
XDOMOfficeDocument into the target wiki page specified by arguments. |
boolean |
OfficeImporterScriptService.save(XDOMOfficeDocument doc,
String target,
String syntaxId,
String parent,
String title,
boolean append)
|
Map<TargetDocumentDescriptor,XDOMOfficeDocument> |
OfficeImporterScriptService.split(XDOMOfficeDocument xdomDocument,
String[] headingLevels,
String namingCriterionHint,
org.xwiki.model.reference.DocumentReference rootDocumentReference)
Splits the given
XDOMOfficeDocument into multiple XDOMOfficeDocument instances according to the
specified criterion. |
Map<TargetDocumentDescriptor,XDOMOfficeDocument> |
OfficeImporterScriptService.split(XDOMOfficeDocument xdomDocument,
String[] headingLevels,
String namingCriterionHint,
String rootDocumentName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<TargetDocumentDescriptor,XDOMOfficeDocument> |
XDOMOfficeDocumentSplitter.split(XDOMOfficeDocument xdomOfficeDocument,
int[] headingLevelsToSplit,
String namingCriterionHint,
org.xwiki.model.reference.DocumentReference baseDocumentReference)
Splits an
XDOMOfficeDocument into multiple XDOMOfficeDocument instances using the provided
heading levels as boundaries. |
Modifier and Type | Method and Description |
---|---|
Map<TargetDocumentDescriptor,XDOMOfficeDocument> |
XDOMOfficeDocumentSplitter.split(XDOMOfficeDocument xdomOfficeDocument,
int[] headingLevelsToSplit,
String namingCriterionHint,
org.xwiki.model.reference.DocumentReference baseDocumentReference)
Splits an
XDOMOfficeDocument into multiple XDOMOfficeDocument instances using the provided
heading levels as boundaries. |
Copyright © 2004–2021 XWiki. All rights reserved.