Class ConnectorBridgeBase

class ooodev.conn.connectors.ConnectorBridgeBase(**kwargs)[source]

Bases: ConnectorBase

__init__(**kwargs)[source]
Return type:

None

property env_vars: Dict[str, str]

Gets/Sets environment variables to be set when starting office

Return type:

Dict[str, str]

property extended_args: List[str]

Extended arguments to be passed to soffice such as [--display : 0]

Return type:

List[str]

property headless: bool

Gets/Sets if the connection is made using headless option. Default is False

Return type:

bool

property invisible: bool

Gets/Sets if office is started with invisible option. Default is True

Return type:

bool

property no_first_start_wizard: bool

Gets/Sets if office is started with nofirststartwizard option. Default is True

Return type:

bool

Gets/Sets if office is started with nologo option. Default is True

Return type:

bool

property no_restore: bool

Gets/Sets if office is started with norestore Option. Default is True

Return type:

bool

property remote_connection: bool

Specifies if the connection is to a remote server. Default is False

Return type:

bool

property soffice: Path

Get/Sets Path to LibreOffice soffice. Default is auto discovered.

Return type:

Path

property start_as_service: bool

Gets/Sets if office is started as service (StarOffice.Service). Default is False

Return type:

bool

property start_office: bool

Gets/Sets if office is to be started. Default is True

Return type:

bool