| Modifier and Type | Method and Description |
|---|---|
KFile |
convert(KFile inputFile,
String format)
Conversion d'un document à un format cible.
|
void |
convertASync(KFile inputFile,
String format,
WorkResultHandler<KFile> workResultHandler)
Conversion asynchrone d'un document à un format cible.
|
KFile convert(KFile inputFile, String format)
inputFile - Document source à convertirformat - Format du document à ciblevoid convertASync(KFile inputFile, String format, WorkResultHandler<KFile> workResultHandler)
inputFile - Document source à convertirformat - Format du document à cible
param Handler de résultat sur l'exécution de la tache de conversionCopyright © 2014. All Rights Reserved.