|
|||||||||
Home >> All >> gnu >> javax >> print >> ipp >> attribute >> [ supported overview ] | PREV NEXT |
B
- BASIC - Static variable in class gnu.javax.print.ipp.attribute.supported.UriAuthenticationSupported
- Supports HTTP basic authentication (RFC 2617)
- BIND - Static variable in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- This value indicates that a binding is to be applied to the document.
C
- CANCEL_JOB - Static variable in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- Operation to cancel a job by its ID or name.
- CERTIFICATE - Static variable in class gnu.javax.print.ipp.attribute.supported.UriAuthenticationSupported
- Supports authentication through a client provided certificate
- COMPRESS - Static variable in class gnu.javax.print.ipp.attribute.supported.CompressionSupported
- The print data is UNIX compressed.
- COVER - Static variable in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- Cover a document
- CREATE_JOB - Static variable in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- Operation to create an initial job for use with multiple document per job.
- CharsetSupported - class gnu.javax.print.ipp.attribute.supported.CharsetSupported.
- CharsetSupported attribute as described in RFC 2911 section 4.4.18 provides the charset which are supported by the IPP implementation to be used in the name and text syntax attribute types.
- CharsetSupported(String) - Constructor for class gnu.javax.print.ipp.attribute.supported.CharsetSupported
- Creates a
CharsetSupported
object. - CompressionSupported - class gnu.javax.print.ipp.attribute.supported.CompressionSupported.
CompressionSupported
provides the values which are supported for the compression attribute.- CompressionSupported(int) - Constructor for class gnu.javax.print.ipp.attribute.supported.CompressionSupported
- Constructs a
CompressionSupported
object.
D
- DAY_TIME - Static variable in class gnu.javax.print.ipp.attribute.supported.JobHoldUntilSupported
- Job should be processed during the day.
- DEFLATE - Static variable in class gnu.javax.print.ipp.attribute.supported.CompressionSupported
- The print data is ZIP compressed.
- DIGEST - Static variable in class gnu.javax.print.ipp.attribute.supported.UriAuthenticationSupported
- Supports HTTP digest authentication (RFC 2617)
- DRAFT - Static variable in class gnu.javax.print.ipp.attribute.supported.PrintQualitySupported
- Draft quality of the printer.
- DUPLEX - Static variable in class gnu.javax.print.ipp.attribute.supported.SidesSupported
- An alias constant for "two sided long edge".
- DocumentFormatSupported - class gnu.javax.print.ipp.attribute.supported.DocumentFormatSupported.
DocumentFormatSupported
specifies the supported document formats of a printer.- DocumentFormatSupported(String, Locale) - Constructor for class gnu.javax.print.ipp.attribute.supported.DocumentFormatSupported
- Creates a
DocumentFormatSupported
object with the given value and locale.
E
- EDGE_STITCH - Static variable in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- Bind the document(s) with one or more staples (wire stitches) along one edge.
- EDGE_STITCH_BOTTOM - Static variable in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- Bind the document(s) with one or more staples (wire stitches) along the bottom edge.
- EDGE_STITCH_LEFT - Static variable in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- Bind the document(s) with one or more staples (wire stitches) along the left edge.
- EDGE_STITCH_RIGHT - Static variable in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- Bind the document(s) with one or more staples (wire stitches) along the right edge.
- EDGE_STITCH_TOP - Static variable in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- Bind the document(s) with one or more staples (wire stitches) along the top edge.
- EVENING - Static variable in class gnu.javax.print.ipp.attribute.supported.JobHoldUntilSupported
- Job should be processed in the evening.
- enumValueTable - Static variable in class gnu.javax.print.ipp.attribute.supported.CompressionSupported
- enumValueTable - Static variable in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- enumValueTable - Static variable in class gnu.javax.print.ipp.attribute.supported.IppVersionsSupported
- enumValueTable - Static variable in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentHandlingSupported
- enumValueTable - Static variable in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentJobsSupported
- enumValueTable - Static variable in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- enumValueTable - Static variable in class gnu.javax.print.ipp.attribute.supported.OrientationRequestedSupported
- enumValueTable - Static variable in class gnu.javax.print.ipp.attribute.supported.PageRangesSupported
- enumValueTable - Static variable in class gnu.javax.print.ipp.attribute.supported.PrintQualitySupported
- enumValueTable - Static variable in class gnu.javax.print.ipp.attribute.supported.SidesSupported
- enumValueTable - Static variable in class gnu.javax.print.ipp.attribute.supported.UriAuthenticationSupported
- enumValueTable - Static variable in class gnu.javax.print.ipp.attribute.supported.UriSecuritySupported
- equals(Object) - Method in class gnu.javax.print.ipp.attribute.supported.PrinterResolutionSupported
- Tests if the given object is equal to this object.
F
- FinishingsSupported - class gnu.javax.print.ipp.attribute.supported.FinishingsSupported.
- The
FinishingsSupported
attribute provides the supported values for finishings of a job. - FinishingsSupported(int) - Constructor for class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- Constructs a
FinishingsSupported
object.
G
- GET_JOBS - Static variable in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- Operation to get all currently queued or processed jobs.
- GET_JOB_ATTRIBUTES - Static variable in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- Operation to get job attributes of a current job.
- GET_PRINTER_ATTRIBUTES - Static variable in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- Operation to get the attributes of a printer.
- GZIP - Static variable in class gnu.javax.print.ipp.attribute.supported.CompressionSupported
- The print data is GNU Zip compressed.
- GeneratedNaturalLanguageSupported - class gnu.javax.print.ipp.attribute.supported.GeneratedNaturalLanguageSupported.
- GeneratedNaturalLanguageSupported attribute as described in RFC 2911 section 4.4.20 provides the natural languages which are supported by the IPP implementation to be used in the name and text syntax attribute types.
- GeneratedNaturalLanguageSupported(String) - Constructor for class gnu.javax.print.ipp.attribute.supported.GeneratedNaturalLanguageSupported
- Creates a
GeneratedNaturalLanguageSupported
object. - getAssociatedAttribute() - Method in class gnu.javax.print.ipp.attribute.supported.CompressionSupported
- Returns the equally enum of the standard attribute class of this SupportedValuesAttribute enum.
- getAssociatedAttribute() - Method in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- Returns the equally enum of the standard attribute class of this SupportedValuesAttribute enum.
- getAssociatedAttribute() - Method in class gnu.javax.print.ipp.attribute.supported.JobSheetsSupported
- Returns the equally enum of the standard attribute class of this SupportedValuesAttribute enum.
- getAssociatedAttribute() - Method in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentHandlingSupported
- Returns the equally enum of the standard attribute class of this SupportedValuesAttribute enum.
- getAssociatedAttribute() - Method in class gnu.javax.print.ipp.attribute.supported.OrientationRequestedSupported
- Returns the equally enum of the standard attribute class of this SupportedValuesAttribute enum.
- getAssociatedAttribute() - Method in class gnu.javax.print.ipp.attribute.supported.PrintQualitySupported
- Returns the equally enum of the standard attribute class of this SupportedValuesAttribute enum.
- getAssociatedAttribute() - Method in class gnu.javax.print.ipp.attribute.supported.PrinterResolutionSupported
- Returns the equally enum of the standard attribute class of this SupportedValuesAttribute enum.
- getAssociatedAttributeArray(Set) - Static method in class gnu.javax.print.ipp.attribute.supported.CompressionSupported
- Constructs an array from a set of -supported attributes.
- getAssociatedAttributeArray(Set) - Static method in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- Constructs an array from a set of -supported attributes.
- getAssociatedAttributeArray(Set) - Static method in class gnu.javax.print.ipp.attribute.supported.JobSheetsSupported
- Constructs an array from a set of -supported attributes.
- getAssociatedAttributeArray(Set) - Static method in class gnu.javax.print.ipp.attribute.supported.MediaSupported
- Constructs an array from a set of -supported attributes.
- getAssociatedAttributeArray(Set) - Static method in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentHandlingSupported
- Constructs an array from a set of -supported attributes.
- getAssociatedAttributeArray(Set) - Static method in class gnu.javax.print.ipp.attribute.supported.OrientationRequestedSupported
- Constructs an array from a set of -supported attributes.
- getAssociatedAttributeArray(Set) - Static method in class gnu.javax.print.ipp.attribute.supported.PrintQualitySupported
- Constructs an array from a set of -supported attributes.
- getAssociatedAttributeArray(Set) - Static method in class gnu.javax.print.ipp.attribute.supported.PrinterResolutionSupported
- Constructs an array from a set of -supported attributes.
- getCategory() - Method in class gnu.javax.print.ipp.attribute.supported.CharsetSupported
- Returns category of this class.
- getCategory() - Method in class gnu.javax.print.ipp.attribute.supported.CompressionSupported
- Returns category of this class.
- getCategory() - Method in class gnu.javax.print.ipp.attribute.supported.DocumentFormatSupported
- Returns category of this class.
- getCategory() - Method in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- Returns category of this class.
- getCategory() - Method in class gnu.javax.print.ipp.attribute.supported.GeneratedNaturalLanguageSupported
- Returns category of this class.
- getCategory() - Method in class gnu.javax.print.ipp.attribute.supported.IppVersionsSupported
- Returns category of this class.
- getCategory() - Method in class gnu.javax.print.ipp.attribute.supported.JobHoldUntilSupported
- Returns category of this class.
- getCategory() - Method in class gnu.javax.print.ipp.attribute.supported.JobSheetsSupported
- Returns category of this class.
- getCategory() - Method in class gnu.javax.print.ipp.attribute.supported.MediaSupported
- Returns category of this class.
- getCategory() - Method in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentHandlingSupported
- Returns category of this class.
- getCategory() - Method in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentJobsSupported
- Returns category of this class.
- getCategory() - Method in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- Returns category of this class.
- getCategory() - Method in class gnu.javax.print.ipp.attribute.supported.OrientationRequestedSupported
- Returns category of this class.
- getCategory() - Method in class gnu.javax.print.ipp.attribute.supported.PageRangesSupported
- Returns category of this class.
- getCategory() - Method in class gnu.javax.print.ipp.attribute.supported.PrintQualitySupported
- Returns category of this class.
- getCategory() - Method in class gnu.javax.print.ipp.attribute.supported.PrinterResolutionSupported
- Returns category of this class.
- getCategory() - Method in class gnu.javax.print.ipp.attribute.supported.PrinterUriSupported
- Returns category of this class.
- getCategory() - Method in class gnu.javax.print.ipp.attribute.supported.SidesSupported
- Returns category of this class.
- getCategory() - Method in class gnu.javax.print.ipp.attribute.supported.UriAuthenticationSupported
- Returns category of this class.
- getCategory() - Method in class gnu.javax.print.ipp.attribute.supported.UriSecuritySupported
- Returns category of this class.
- getEnumValueTable() - Method in class gnu.javax.print.ipp.attribute.supported.CompressionSupported
- Returns a table with the enumeration values for this object.
- getEnumValueTable() - Method in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- Returns a table with the enumeration values for this object.
- getEnumValueTable() - Method in class gnu.javax.print.ipp.attribute.supported.IppVersionsSupported
- Returns a table with the enumeration values for this object.
- getEnumValueTable() - Method in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentHandlingSupported
- Returns a table with the enumeration values for this object.
- getEnumValueTable() - Method in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentJobsSupported
- Returns a table with the enumeration values for this object.
- getEnumValueTable() - Method in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- Returns a table with the enumeration values for this object.
- getEnumValueTable() - Method in class gnu.javax.print.ipp.attribute.supported.OrientationRequestedSupported
- Returns a table with the enumeration values for this object.
- getEnumValueTable() - Method in class gnu.javax.print.ipp.attribute.supported.PageRangesSupported
- Returns a table with the enumeration values for this object.
- getEnumValueTable() - Method in class gnu.javax.print.ipp.attribute.supported.PrintQualitySupported
- Returns a table with the enumeration values for this object.
- getEnumValueTable() - Method in class gnu.javax.print.ipp.attribute.supported.SidesSupported
- Returns a table with the enumeration values for this object.
- getEnumValueTable() - Method in class gnu.javax.print.ipp.attribute.supported.UriAuthenticationSupported
- Returns a table with the enumeration values for this object.
- getEnumValueTable() - Method in class gnu.javax.print.ipp.attribute.supported.UriSecuritySupported
- Returns a table with the enumeration values for this object.
- getName() - Method in class gnu.javax.print.ipp.attribute.supported.CharsetSupported
- Returns the name of this attribute.
- getName() - Method in class gnu.javax.print.ipp.attribute.supported.CompressionSupported
- Returns the name of this attribute.
- getName() - Method in class gnu.javax.print.ipp.attribute.supported.DocumentFormatSupported
- Returns the name of this attribute.
- getName() - Method in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- Returns the name of this attribute.
- getName() - Method in class gnu.javax.print.ipp.attribute.supported.GeneratedNaturalLanguageSupported
- Returns the name of this attribute.
- getName() - Method in class gnu.javax.print.ipp.attribute.supported.IppVersionsSupported
- Returns the name of this attribute.
- getName() - Method in class gnu.javax.print.ipp.attribute.supported.JobHoldUntilSupported
- Returns the name of this attribute.
- getName() - Method in class gnu.javax.print.ipp.attribute.supported.JobSheetsSupported
- Returns the name of this attribute.
- getName() - Method in class gnu.javax.print.ipp.attribute.supported.MediaSupported
- Returns the name of this attribute.
- getName() - Method in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentHandlingSupported
- Returns the name of this attribute.
- getName() - Method in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentJobsSupported
- Returns the name of this attribute.
- getName() - Method in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- Returns the name of this attribute.
- getName() - Method in class gnu.javax.print.ipp.attribute.supported.OrientationRequestedSupported
- Returns the name of this attribute.
- getName() - Method in class gnu.javax.print.ipp.attribute.supported.PageRangesSupported
- Returns the name of this attribute.
- getName() - Method in class gnu.javax.print.ipp.attribute.supported.PrintQualitySupported
- Returns the name of this attribute.
- getName() - Method in class gnu.javax.print.ipp.attribute.supported.PrinterResolutionSupported
- Returns the name of this attribute.
- getName() - Method in class gnu.javax.print.ipp.attribute.supported.PrinterUriSupported
- Returns the name of this attribute.
- getName() - Method in class gnu.javax.print.ipp.attribute.supported.SidesSupported
- Returns the name of this attribute.
- getName() - Method in class gnu.javax.print.ipp.attribute.supported.UriAuthenticationSupported
- Returns the name of this attribute.
- getName() - Method in class gnu.javax.print.ipp.attribute.supported.UriSecuritySupported
- Returns the name of this attribute.
- getOffset() - Method in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- Returns the lowest used value by the enumerations of this class.
- getOffset() - Method in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- getOffset() - Method in class gnu.javax.print.ipp.attribute.supported.OrientationRequestedSupported
- Returns the lowest used value by the enumerations of this class.
- getOffset() - Method in class gnu.javax.print.ipp.attribute.supported.PrintQualitySupported
- Returns the lowest used value by the enumerations of this class.
- getStringTable() - Method in class gnu.javax.print.ipp.attribute.supported.CompressionSupported
- Returns a table with the enumeration values represented as strings for this object.
- getStringTable() - Method in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- Returns a table with the enumeration values represented as strings for this object.
- getStringTable() - Method in class gnu.javax.print.ipp.attribute.supported.IppVersionsSupported
- Returns a table with the enumeration values represented as strings for this object.
- getStringTable() - Method in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentHandlingSupported
- Returns a table with the enumeration values represented as strings for this object.
- getStringTable() - Method in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentJobsSupported
- Returns a table with the enumeration values represented as strings for this object.
- getStringTable() - Method in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- Returns a table with the enumeration values represented as strings for this object.
- getStringTable() - Method in class gnu.javax.print.ipp.attribute.supported.OrientationRequestedSupported
- Returns a table with the enumeration values represented as strings for this object.
- getStringTable() - Method in class gnu.javax.print.ipp.attribute.supported.PageRangesSupported
- Returns a table with the enumeration values represented as strings for this object.
- getStringTable() - Method in class gnu.javax.print.ipp.attribute.supported.PrintQualitySupported
- Returns a table with the enumeration values represented as strings for this object.
- getStringTable() - Method in class gnu.javax.print.ipp.attribute.supported.SidesSupported
- Returns a table with the enumeration values represented as strings for this object.
- getStringTable() - Method in class gnu.javax.print.ipp.attribute.supported.UriAuthenticationSupported
- Returns a table with the enumeration values represented as strings for this object.
- getStringTable() - Method in class gnu.javax.print.ipp.attribute.supported.UriSecuritySupported
- Returns a table with the enumeration values represented as strings for this object.
- gnu.javax.print.ipp.attribute.supported - package gnu.javax.print.ipp.attribute.supported
H
- HIGH - Static variable in class gnu.javax.print.ipp.attribute.supported.PrintQualitySupported
- High quality of the printer.
- HOLD_JOB - Static variable in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- Operation to put a job on hold by its ID or name.
I
- INDEFINITE - Static variable in class gnu.javax.print.ipp.attribute.supported.JobHoldUntilSupported
- Job should be hold indefinitely.
- IppVersionsSupported - class gnu.javax.print.ipp.attribute.supported.IppVersionsSupported.
- IppVersionsSupported attribute as described in RFC 2911 section 4.4.14 provides the value(s) (implemented as EnumSyntax) of the supported IPP versions.
- IppVersionsSupported(int) - Constructor for class gnu.javax.print.ipp.attribute.supported.IppVersionsSupported
- Constructs a
IppVersionsSupported
object.
J
- JobHoldUntilSupported - class gnu.javax.print.ipp.attribute.supported.JobHoldUntilSupported.
- JobHoldUntilSupported attribute provides the supported values for the attribute type job-hold-until.
- JobHoldUntilSupported(String, Locale) - Constructor for class gnu.javax.print.ipp.attribute.supported.JobHoldUntilSupported
- Creates a
JobHoldUntilSupported
object with the given value and locale. - JobSheetsSupported - class gnu.javax.print.ipp.attribute.supported.JobSheetsSupported.
- JobSheetsSupported attribute provides the supported values of the job-sheets attribute.
- JobSheetsSupported(String, Locale) - Constructor for class gnu.javax.print.ipp.attribute.supported.JobSheetsSupported
- Creates a
JobSheetsSupported
object with the given value and locale.
L
- LANDSCAPE - Static variable in class gnu.javax.print.ipp.attribute.supported.OrientationRequestedSupported
- Orientation as landscape.
M
- MediaSupported - class gnu.javax.print.ipp.attribute.supported.MediaSupported.
- MediaSupported attribute provides the keyword values of the media types supported by the printer object.
- MediaSupported(String, Locale) - Constructor for class gnu.javax.print.ipp.attribute.supported.MediaSupported
- Creates a
MediaSupported
object with the given value and locale. - MultipleDocumentHandlingSupported - class gnu.javax.print.ipp.attribute.supported.MultipleDocumentHandlingSupported.
MultipleDocumentHandlingSupported
provides the supported values for the MultipleDocumentHandling attribute.- MultipleDocumentHandlingSupported(int) - Constructor for class gnu.javax.print.ipp.attribute.supported.MultipleDocumentHandlingSupported
- Constructs a
MultipleDocumentHandlingSupported
object. - MultipleDocumentJobsSupported - class gnu.javax.print.ipp.attribute.supported.MultipleDocumentJobsSupported.
MultipleDocumentJobsSupported
specifies if a printer supported multiple documents in one job.- MultipleDocumentJobsSupported(int) - Constructor for class gnu.javax.print.ipp.attribute.supported.MultipleDocumentJobsSupported
- Constructs a
MultipleDocumentJobsSupported
object.
N
- NIGHT - Static variable in class gnu.javax.print.ipp.attribute.supported.JobHoldUntilSupported
- Job should be processed during night.
- NONE - Static variable in class gnu.javax.print.ipp.attribute.supported.CompressionSupported
- The print data is not compressed.
- NONE - Static variable in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- No finishing.
- NONE - Static variable in class gnu.javax.print.ipp.attribute.supported.JobSheetsSupported
- No job sheet is the default
- NONE - Static variable in class gnu.javax.print.ipp.attribute.supported.UriAuthenticationSupported
- Supports no authentication - assumes anonymous process
- NONE - Static variable in class gnu.javax.print.ipp.attribute.supported.UriSecuritySupported
- The URI has no secure communication
- NORMAL - Static variable in class gnu.javax.print.ipp.attribute.supported.PrintQualitySupported
- Normal quality of the printer.
- NOT_SUPPORTED - Static variable in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentJobsSupported
- Multiple documents per job are not supported.
- NOT_SUPPORTED - Static variable in class gnu.javax.print.ipp.attribute.supported.PageRangesSupported
- Page ranges are not supported.
- NO_HOLD - Static variable in class gnu.javax.print.ipp.attribute.supported.JobHoldUntilSupported
- Job should be printed immediately.
O
- ONE_SIDED - Static variable in class gnu.javax.print.ipp.attribute.supported.SidesSupported
- Specifies that each page should be printed on one sheet.
- OperationsSupported - class gnu.javax.print.ipp.attribute.supported.OperationsSupported.
OperationsSupported
specifies the enums of the operations supported by a given printer or job object.- OperationsSupported(int) - Constructor for class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- Constructs a
OperationsSupported
object. - OrientationRequestedSupported - class gnu.javax.print.ipp.attribute.supported.OrientationRequestedSupported.
- The
OrientationRequestedSupported
attribute provides the supported values for the job attribute orientation-requested. - OrientationRequestedSupported(int) - Constructor for class gnu.javax.print.ipp.attribute.supported.OrientationRequestedSupported
- Constructs a
OrientationRequestedSupported
object.
P
- PAUSE_PRINTER - Static variable in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- Operation to pause a printer.
- PORTRAIT - Static variable in class gnu.javax.print.ipp.attribute.supported.OrientationRequestedSupported
- Orientation as portrait.
- PRINT_JOB - Static variable in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- Operation to print a job in one request/response.
- PRINT_URI - Static variable in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- Operation to print a document from an URI
- PURGE_JOBS - Static variable in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- Operation to remove all jobs from a printer regardless of state.
- PageRangesSupported - class gnu.javax.print.ipp.attribute.supported.PageRangesSupported.
PageRangesSupported
is a boolean typed attribute indicating (as EnumSyntax) if page ranges are supported.- PageRangesSupported(int) - Constructor for class gnu.javax.print.ipp.attribute.supported.PageRangesSupported
- Constructs a
PageRangesSupported
object. - PrintQualitySupported - class gnu.javax.print.ipp.attribute.supported.PrintQualitySupported.
PrintQualitySupported
provides the supported values for the print-quality attribute.- PrintQualitySupported(int) - Constructor for class gnu.javax.print.ipp.attribute.supported.PrintQualitySupported
- Constructs a
PrintQualitySupported
object. - PrinterResolutionSupported - class gnu.javax.print.ipp.attribute.supported.PrinterResolutionSupported.
- The
PrinterResolutionSupported
attribute provides the supported values for the job attribute printer-resolution. - PrinterResolutionSupported(int, int, int) - Constructor for class gnu.javax.print.ipp.attribute.supported.PrinterResolutionSupported
- Creates a
PrinterResolutionSupported
object with the given arguments. - PrinterUriSupported - class gnu.javax.print.ipp.attribute.supported.PrinterUriSupported.
- PrinterUriSupported attribute as described in RFC 2911 section 4.4.1 contains one of the URIs the printer supported for job processing (e.g.
- PrinterUriSupported(URI) - Constructor for class gnu.javax.print.ipp.attribute.supported.PrinterUriSupported
- Creates a
PrinterUriSupported
object.
R
- RELEASE_JOB - Static variable in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- Operation to release a job by its ID or name.
- REQUESTING_USER_NAME - Static variable in class gnu.javax.print.ipp.attribute.supported.UriAuthenticationSupported
- The authenticated user assumed is the value of the "requesting-user-name" operation attribute supplied with the operation.
- RESERVED - Static variable in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- Not yet an operation - reserved for futher use.
- RESTART_JOB - Static variable in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- Operation to restart a job by its ID or name.
- RESUME_PRINTER - Static variable in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- Operation to resume a printer.
- REVERSE_LANDSCAPE - Static variable in class gnu.javax.print.ipp.attribute.supported.OrientationRequestedSupported
- Orientation as reversed landscape.
- REVERSE_PORTRAIT - Static variable in class gnu.javax.print.ipp.attribute.supported.OrientationRequestedSupported
- Orientation as reversed portrait.
S
- SADDLE_STITCH - Static variable in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- Bind the document(s) with one or more staples (wire stitches) along the middle fold.
- SECOND_SHIFT - Static variable in class gnu.javax.print.ipp.attribute.supported.JobHoldUntilSupported
- Job should be processed as second-shift (after close of business).
- SEND_DOCUMENT - Static variable in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- Operation to send a document to a multidoc job created via CREATE_JOB
- SEND_URI - Static variable in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- Operation to send a document uri to a multidoc job created via CREATE_JOB.
- SEPARATE_DOCUMENTS_COLLATED_COPIES - Static variable in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentHandlingSupported
- Supports multiple documents as collated copies
- SEPARATE_DOCUMENTS_UNCOLLATED_COPIES - Static variable in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentHandlingSupported
- Supports multiple documents as uncollated copies
- SINGLE_DOCUMENT - Static variable in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentHandlingSupported
- Supports only multiple documents treated as a single document.
- SINGLE_DOCUMENT_NEW_SHEET - Static variable in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentHandlingSupported
- Supports multiple documents where every single document starts with a new sheet.
- SSL3 - Static variable in class gnu.javax.print.ipp.attribute.supported.UriSecuritySupported
- The URI has SSL3 communication
- STANDARD - Static variable in class gnu.javax.print.ipp.attribute.supported.JobSheetsSupported
- A job sheet is the default
- STAPLE - Static variable in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- Staple the document(s)
- STAPLE_BOTTOM_LEFT - Static variable in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- Bind the document(s) with one or more staples in the bottom left corner.
- STAPLE_BOTTOM_RIGHT - Static variable in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- Bind the document(s) with one or more staples in the bottom right corner.
- STAPLE_DUAL_BOTTOM - Static variable in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- Bind the document(s) with two staples (wire stitches) along the bottom edge assuming a portrait document.
- STAPLE_DUAL_LEFT - Static variable in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- Bind the document(s) with two staples (wire stitches) along the left edge assuming a portrait document.
- STAPLE_DUAL_RIGHT - Static variable in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- Bind the document(s) with two staples (wire stitches) along the right edge assuming a portrait document.
- STAPLE_DUAL_TOP - Static variable in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- Bind the document(s) with two staples (wire stitches) along the top edge assuming a portrait document.
- STAPLE_TOP_LEFT - Static variable in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- Bind the document(s) with one or more staples in the top left corner.
- STAPLE_TOP_RIGHT - Static variable in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- Bind the document(s) with one or more staples in the top right corner.
- SUPPORTED - Static variable in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentJobsSupported
- Multiple documents per job are supported.
- SUPPORTED - Static variable in class gnu.javax.print.ipp.attribute.supported.PageRangesSupported
- Page ranges are supported.
- SidesSupported - class gnu.javax.print.ipp.attribute.supported.SidesSupported.
SidesSupported
provides the supported values for the sides attribute.- SidesSupported(int) - Constructor for class gnu.javax.print.ipp.attribute.supported.SidesSupported
- Creates a
SidesSupported
object. - stringTable - Static variable in class gnu.javax.print.ipp.attribute.supported.CompressionSupported
- stringTable - Static variable in class gnu.javax.print.ipp.attribute.supported.FinishingsSupported
- stringTable - Static variable in class gnu.javax.print.ipp.attribute.supported.IppVersionsSupported
- stringTable - Static variable in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentHandlingSupported
- stringTable - Static variable in class gnu.javax.print.ipp.attribute.supported.MultipleDocumentJobsSupported
- stringTable - Static variable in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- stringTable - Static variable in class gnu.javax.print.ipp.attribute.supported.OrientationRequestedSupported
- stringTable - Static variable in class gnu.javax.print.ipp.attribute.supported.PageRangesSupported
- stringTable - Static variable in class gnu.javax.print.ipp.attribute.supported.PrintQualitySupported
- stringTable - Static variable in class gnu.javax.print.ipp.attribute.supported.SidesSupported
- stringTable - Static variable in class gnu.javax.print.ipp.attribute.supported.UriAuthenticationSupported
- stringTable - Static variable in class gnu.javax.print.ipp.attribute.supported.UriSecuritySupported
T
- THIRD_SHIFT - Static variable in class gnu.javax.print.ipp.attribute.supported.JobHoldUntilSupported
- Job should be processed as third-shift (after midnight).
- TLS - Static variable in class gnu.javax.print.ipp.attribute.supported.UriSecuritySupported
- The URI has TLS (RFC 2246) communication
- TUMBLE - Static variable in class gnu.javax.print.ipp.attribute.supported.SidesSupported
- An alias constant for "two sided short edge".
- TWO_SIDED_LONG_EDGE - Static variable in class gnu.javax.print.ipp.attribute.supported.SidesSupported
- Specifies that two following pages should be printed on the front and back of one sheet for binding on the long edge.
- TWO_SIDED_SHORT_EDGE - Static variable in class gnu.javax.print.ipp.attribute.supported.SidesSupported
- Specifies that two following pages should be printed on the front and back of one sheet for binding on the short edge.
U
- UriAuthenticationSupported - class gnu.javax.print.ipp.attribute.supported.UriAuthenticationSupported.
- UriAuthenticationSupported attribute as described in RFC 2911 section 4.4.2 provides the keywords (implemented as EnumSyntax) which authentication methods are supported by the printer object.
- UriAuthenticationSupported(int) - Constructor for class gnu.javax.print.ipp.attribute.supported.UriAuthenticationSupported
- Constructs a
UriAuthenticationSupported
object. - UriSecuritySupported - class gnu.javax.print.ipp.attribute.supported.UriSecuritySupported.
- UriSecuritySupported attribute as described in RFC 2911 section 4.4.3 provides the keywords (implemented as EnumSyntax) for the security mechanisms supported by the corresponding uri's supported (same place in setOf).
- UriSecuritySupported(int) - Constructor for class gnu.javax.print.ipp.attribute.supported.UriSecuritySupported
- Constructs a
UriSecuritySupported
object.
V
- VALIDATE_JOB - Static variable in class gnu.javax.print.ipp.attribute.supported.OperationsSupported
- Operation to validate a job before submission.
- V_1_0 - Static variable in class gnu.javax.print.ipp.attribute.supported.IppVersionsSupported
- IPP version 1.0
- V_1_1 - Static variable in class gnu.javax.print.ipp.attribute.supported.IppVersionsSupported
- IPP version 1.1
W
- WEEKEND - Static variable in class gnu.javax.print.ipp.attribute.supported.JobHoldUntilSupported
- Job should be processed during the weekend.
B C D E F G H I J L M N O P R S T U V W
|
|||||||||
Home >> All >> gnu >> javax >> print >> ipp >> attribute >> [ supported overview ] | PREV NEXT |