Package org.alfresco.repo.content
Interface JodConverter
-
- All Known Implementing Classes:
JodConverterSharedInstance
public interface JodConverter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.artofsolving.jodconverter.office.OfficeManagergetOfficeManager()Gets the JodConverter OfficeManager.booleanisAvailable()This method returns a boolean indicating whether the JodConverter connection to OOo is available.
-
-
-
Method Detail
-
getOfficeManager
org.artofsolving.jodconverter.office.OfficeManager getOfficeManager()
Gets the JodConverter OfficeManager.- Returns:
-
isAvailable
boolean isAvailable()
This method returns a boolean indicating whether the JodConverter connection to OOo is available.- Returns:
trueif available, elsefalse
-
-