--quickstart[=no]  Activates[Deactivates] the Quickstarter service.
--nolockcheck      Disables check for remote instances using one
installation.
--infilter={filter} Force an input filter type if possible. For example:
--infilter="Calc Office Open XML"
--infilter="Text (encoded):UTF8,LF,,,"
--pidfile={file}    Store soffice.bin pid to {file}.
--display {display} Sets the DISPLAY environment variable on UNIX-like
platforms to the value {display} (only supported by a
start script).
User/programmatic interface control:
-
-nologo            Disables the splash screen at program start.
--minimized        Starts minimized. The splash screen is not displayed.
--nodefault        Starts without displaying anything except the splash
screen (do not display initial window).
--invisible        Starts in invisible mode. Neither the start-up logo nor
the initial program window will be visible. Application
can be controlled, and documents and dialogs can be
controlled and opened via the API. Using the parameter,
the process can only be ended using the taskmanager
(Windows) or the kill command (UNIX-like systems). It
cannot be used in conjunction with --quickstart.
-
-headless          Starts in "headless mode" which allows using the
application without GUI. This special mode can be used
when the application is controlled by external clients
via the API.
--norestore        Disables restart and file recovery after a system crash.
--safe-mode        Starts in a safe mode, i.e. starts temporarily with a
fresh user profile and helps to restore a broken
configuration.
--accept={connect-string}  Specifies a UNO connect-string to create a UNO
acceptor through which other programs can connect to
access the API. Note that API access allows execution
of arbitrary commands.
The syntax of the {connect-string} is:
connection-type,params;protocol-name,params
<  pipe,name={some name};urp
or  socket,host=localhost,port=54321;urp
linux教程第五版pdf下载
--unaccept={connect-string}  Closes an acceptor that was created with
--accept. Use --unaccept=all to close all acceptors.
--language={lang}  Uses specified language, if language is not selected
yet for UI. The lang is a tag of the language in IETF
language tag.
Developer arguments:
-
-terminate_after_init
Exit after initialization complete (no documents loaded).
--eventtesting      Exit after loading documents.
New document creation arguments:
The arguments create an empty document of specified kind. Only one of them may be used in one command line. If filenames are specified after an argument,
then it tries to open those files in the specified component.
--writer            Creates an empty Writer document.
--calc              Creates an empty Calc document.
--draw              Creates an empty Draw document.
--impress          Creates an empty Impress document.
--base              Creates a new database.
--global            Creates an empty Writer master (global) document.
--math              Creates an empty Math document (formula).
--web              Creates an empty HTML document.
File open arguments:
The arguments define how following filenames are treated. New treatment begins after the argument and ends at the next argument. The default treatment is to open documents for editing, and create new documents from document templates.  -n                  Treats following files as templates for creation of new
documents.
-o                  Opens following files for editing, regardless whether
they are templates or not.
--pt {Printername}  Prints following files to the printer {Printername},

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。