:: com :: sun :: star :: text ::

constants group MailMergeType
Description
Defines the possible output types/devices for mail merge. @since #107627#

Constants
PRINTER The output device is a printer.
FILE The output device is a file.
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.
Top of Page