public final class InstalledOfficeManagerHolder
extends java.lang.Object
OfficeManager
that will be used by
created DocumentConverter
when no office manager are given to the
converter builder.Modifier and Type | Method and Description |
---|---|
static OfficeManager |
getInstance()
Gets the static instance of the static holder class.
|
static OfficeManager |
setInstance(OfficeManager manager)
Sets the static instance of the static holder class.
|
public static OfficeManager getInstance()
public static OfficeManager setInstance(OfficeManager manager)
manager
- The main default office manager.null
if there was no installed office
manager.