Constants |
PRINTER |
The output device is a printer.
|
FILE |
The output device is a file.
|
MAIL |
The output is sent as e-Mail.
|
SHELL |
The output is a document shell.
The successful mail merge returns a XTextDocument based component.
Since LibreOffice 4.4
|
Constants' Details |
PRINTER
const short PRINTER = 1;
- Description
- The output device is a printer.
|
|
FILE
const short FILE = 2;
- Description
- The output device is a file.
|
|
MAIL
const short MAIL = 3;
- Description
- The output is sent as e-Mail.
|
|
SHELL
const short SHELL = 4;
- Description
- The output is a document shell.
The successful mail merge returns a XTextDocument based component.
Since LibreOffice 4.4
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.