Skip navigation links
B C D G K M O S 

B

bootstrap(String, String, String) - Static method in class ooo.connector.BootstrapConnector
Bootstraps a connection to an OOo server in the specified soffice executable folder of the OOo installation using the specified accept option and connection string and returns a component context for using the connection to the OOo server.
bootstrap(String) - Static method in class ooo.connector.BootstrapPipeConnector
Bootstraps a connection to an OOo server in the specified soffice executable folder of the OOo installation using a random pipe name and returns a component context for using the connection to the OOo server.
bootstrap(String, String) - Static method in class ooo.connector.BootstrapPipeConnector
Bootstraps a connection to an OOo server in the specified soffice executable folder of the OOo installation using the specified pipe name and returns a component context for using the connection to OOo server.
bootstrap(String) - Static method in class ooo.connector.BootstrapSocketConnector
Bootstraps a connection to an OOo server in the specified soffice executable folder of the OOo installation using a default socket and returns a component context for using the connection to the OOo server.
bootstrap(String, String, int) - Static method in class ooo.connector.BootstrapSocketConnector
Bootstraps a connection to an OOo server in the specified soffice executable folder of the OOo installation using the specified host and port for the socket and returns a component context for using the connection to the OOo server.
BootstrapConnector - Class in ooo.connector
A bootstrap connector which establishes a connection to an OOo server.
BootstrapConnector(String) - Constructor for class ooo.connector.BootstrapConnector
Constructs a bootstrap connector which uses the folder of the OOo installation containing the soffice executable.
BootstrapConnector(OOoServer) - Constructor for class ooo.connector.BootstrapConnector
Constructs a bootstrap connector which connects to the specified OOo server.
BootstrapPipeConnector - Class in ooo.connector
A bootstrap connector which uses a named pipe to connect to an OOo server.
BootstrapPipeConnector(String) - Constructor for class ooo.connector.BootstrapPipeConnector
Constructs a bootstrap pipe connector which uses the specified folder of the OOo installation containing the soffice executable.
BootstrapPipeConnector(OOoServer) - Constructor for class ooo.connector.BootstrapPipeConnector
Constructs a bootstrap pipe connector which connects to the specified OOo server.
BootstrapSocketConnector - Class in ooo.connector
A Bootstrap Connector which uses a socket to connect to an OOo server.
BootstrapSocketConnector(String) - Constructor for class ooo.connector.BootstrapSocketConnector
Constructs a bootstrap socket connector which uses the folder of the OOo installation containing the soffice executable.
BootstrapSocketConnector(OOoServer) - Constructor for class ooo.connector.BootstrapSocketConnector
Constructs a bootstrap socket connector which connects to the specified OOo server.
BootstrapSocketConnectorExample - Class in ooo.connector.example
 
BootstrapSocketConnectorExample() - Constructor for class ooo.connector.example.BootstrapSocketConnectorExample
 

C

connect(String, String) - Method in class ooo.connector.BootstrapConnector
Connects to an OOo server using the specified accept option and connection string and returns a component context for using the connection to the OOo server.
connect() - Method in class ooo.connector.BootstrapPipeConnector
Connects to an OOo server using a random pipe name and returns a component context for using the connection to the OOo server.
connect(String) - Method in class ooo.connector.BootstrapPipeConnector
Connects to an OOo server using the specified pipe name and returns a component context for using the connection to the OOo server.
connect() - Method in class ooo.connector.BootstrapSocketConnector
Connects to an OOo server using a default socket and returns a component context for using the connection to the OOo server.
connect(String, int) - Method in class ooo.connector.BootstrapSocketConnector
Connects to an OOo server using the specified host and port for the socket and returns a component context for using the connection to the OOo server.
convert(String, String, XComponentContext) - Static method in class ooo.connector.example.BootstrapSocketConnectorExample
 

D

disconnect() - Method in class ooo.connector.BootstrapConnector
Disconnects from an OOo server using the connection string from the previous connect.

G

getDefaultOOoOptions() - Static method in class ooo.connector.server.OOoServer
Returns the list of default options.

K

kill() - Method in class ooo.connector.server.OOoServer
Kills the OOo server process from the previous start.

M

main(String[]) - Static method in class ooo.connector.example.BootstrapSocketConnectorExample
Converts an OOo text document (.odt) to a PDF file using a BootstrapConnector.

O

ooo.connector - package ooo.connector
 
ooo.connector.example - package ooo.connector.example
 
ooo.connector.server - package ooo.connector.server
 
OOoServer - Class in ooo.connector.server
Starts and stops an OOo server.
OOoServer(String) - Constructor for class ooo.connector.server.OOoServer
Constructs an OOo server which uses the folder of the OOo installation containing the soffice executable and a list of default options to start OOo.
OOoServer(String, List) - Constructor for class ooo.connector.server.OOoServer
Constructs an OOo server which uses the folder of the OOo installation containing the soffice executable and a given list of options to start OOo.

S

start(String) - Method in class ooo.connector.server.OOoServer
Starts an OOo server which uses the specified accept option.
B C D G K M O S 
Skip navigation links