See: Description
| Interface | Description |
|---|---|
| LocalOfficeContext |
Represents an office context for local conversions.
|
| Class | Description |
|---|---|
| ConnectRetryable |
Performs a connection to an office process.
|
| DefaultOfficeManagerBuilder | Deprecated
Use
LocalOfficeManager.builder() instead. |
| ExitCodeRetryable |
Gets the exit code value of an office process.
|
| ExternalOfficeManagerBuilder |
Helper class used to creates ExternalOfficeManager instances.
|
| LocalOfficeManager |
Default
OfficeManager implementation that uses a pool of office processes to execute
conversion tasks. |
| LocalOfficeManager.Builder |
A builder for constructing a
LocalOfficeManager. |
| LocalOfficeUtils |
Provides helper functions for local office.
|
| OfficeDescriptor |
Contains basic information about the office installation being used.
|
| OfficeUrl |
Wrapper class around an UnoUrl so we are not importing the com.sun.star.lib.uno.helper.UnoUrl
package everywhere.
|
| Enum | Description |
|---|---|
| OfficeConnectionProtocol |
Represents protocols that can be used to communicate with a running office instance.
|
| Exception | Description |
|---|---|
| OfficeConnectionException |
Exceptions thrown when a connection to an office process failed.
|