com.numdata.printer.PrinterSettings.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of numdata-printer Show documentation
Show all versions of numdata-printer Show documentation
Java printer support library.
#
# Copyright (c) 2017, Numdata BV, The Netherlands.
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions are met:
# * Redistributions of source code must retain the above copyright
# notice, this list of conditions and the following disclaimer.
# * Redistributions in binary form must reproduce the above copyright
# notice, this list of conditions and the following disclaimer in the
# documentation and/or other materials provided with the distribution.
# * Neither the name of Numdata nor the
# names of its contributors may be used to endorse or promote products
# derived from this software without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
# DISCLAIMED. IN NO EVENT SHALL NUMDATA BV BE LIABLE FOR ANY
# DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
# (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
# LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
# ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
title=Printer settings
settings=method|queueName|hostname|networkPort|portName|resolution|pageWidth|pageHeight|pageOrientation|imageableX|imageableY|imageablePageWidth|imageablePageHeight
method=Communication Method
methodTip=Method to use for accessing the printer.
methodType=int
methodDefault=JPS
methodValues=JPS|LPD|SMB|SOCKET|VOID
method.JPS=Local printer (JPS)
method.LPD=Network printer (LPD)
method.SMB=Network printer (Windows)
method.SOCKET=Network socket (TCP/IP)
method.VOID=Do not print
queueName=Name of printer or queue
queueNameTip=Name of printer queue or share.
queueNameType=string
queueNameCondition=method=LPD || method=JPS || method=SOCKET
hostname=Hostname
hostnameTip=Network hostname or TCP/IP address of printer (i.e. 'name' or '192.168.0.1').
hostnameType=string
hostnameCondition=method=LPD || method=SMB || method=SOCKET
networkPort=Network port number
networkPortTip=Network port number through which pinter can be accesed.
networkPortType=int
networkPortDefault=515
networkPortCondition=method=LPD || method=SOCKET
resolution=Resolution (dpi)
resolutionTip=The resolution of the printer, in dots per inch (dpi).
resolutionType=double
pageWidth=Paper width
pageWidthTip=The width of a page, as defined by the size of the media being printed on.
pageWidthType=double
pageHeight=Paper height
pageHeightTip=The height of a page, as defined by the size of the media being printed on.
pageHeightType=double
pageOrientation=Page orientation
pageOrientationTip=The orientation in which the page is printed.
pageOrientationType=int
pageOrientationDefault=PORTRAIT
pageOrientationValues=PORTRAIT|LANDSCAPE|REVERSE_LANDSCAPE
pageOrientation.LANDSCAPE=Landscape
pageOrientation.PORTRAIT=Portrait
pageOrientation.REVERSE_LANDSCAPE=Reversed landscape
imageableX=Left margin
imageableXTip=The distance from the left of the page to the imageable area of the printer.
imageableXType=double
imageableY=Top margin
imageableYTip=The distance from the top of the page to the imageable area of the printer.
imageableYType=double
imageablePageWidth=Printable width
imageablePageWidthTip=The width of the imageable area of the printer.
imageablePageWidthType=double
imageablePageHeight=Printable height
imageablePageHeightTip=The height of the imageable area of the printer.
imageablePageHeightType=double
© 2015 - 2025 Weber Informatics LLC | Privacy Policy