Package de.aeb.xnsg.docservice.bf
Class OutputSettingsPrinterDTO
java.lang.Object
de.aeb.xnsg.docservice.bf.OutputSettingsPrinterDTO
The output settings contain information of a document in the
current output owner context (e.g. printer name and printer type)
-
Field Summary
FieldsModifier and TypeFieldDescriptionPrinter name as defined in the operating system.
Printers provided by a cloud printing server end with the server name separated by the unicode character ☁ (cloud symbol)Optional printer type/model identifier.
If provided, the value must conform to that ofPrinterRawPrintOptionsDTO.printerModelStringupon printing. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
printerName
Printer name as defined in the operating system.
Printers provided by a cloud printing server end with the server name separated by the unicode character ☁ (cloud symbol) -
printerType
Optional printer type/model identifier.
If provided, the value must conform to that ofPrinterRawPrintOptionsDTO.printerModelStringupon printing.
-
-
Constructor Details
-
OutputSettingsPrinterDTO
public OutputSettingsPrinterDTO()
-