src/java.desktop/share/classes/javax/print/attribute/standard/package-info.java
author psadhukhan
Sat, 01 Dec 2018 09:37:19 +0530
changeset 52841 326ffb4b630f
parent 47498 aa0344e6f39b
child 54397 65030bbf5ac1
permissions -rw-r--r--
8213051: Invalid use of HTML5 in javax.print files Reviewed-by: aivanov, serb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
44151
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     1
/*
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     2
 * Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     4
 *
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    10
 *
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    15
 * accompanied this code).
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    16
 *
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    20
 *
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    23
 * questions.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    24
 */
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
44151
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    26
/**
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
    27
 * Package {@code javax.print.attribute.standard} contains classes for specific
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
    28
 * printing attributes. The parent package, <a href="../package-summary.html">
44151
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    29
 * javax.print.attribute</a>, provides classes and interfaces that describe the
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    30
 * types of Java Print Service attributes and how they can be collected into
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    31
 * attribute sets.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    32
 * <p>
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    33
 * An attribute represents a printing feature that a print service can provide.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    34
 * For each attribute, a print service either does or does not support the
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    35
 * attribute. For each possible value of a supported attribute, a print service
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    36
 * either does or does not support the value.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    37
 * <p>
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    38
 * The API requires every print service to support certain attributes; other
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    39
 * attributes are optional and the service can choose whether or not to support
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    40
 * them. Each attribute has a set of values that it accepts. The API requires
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    41
 * every print service to support certain values for certain attributes; other
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    42
 * attribute values are optional and the service can choose whether or not to
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    43
 * support them. These support requirements are recorded in the documentation
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    44
 * for each attribute class.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    45
 * <p>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
    46
 * Package {@code javax.print.attribute.standard} contains standard printing
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
    47
 * attributes and standard printing attribute values that are widely used in the
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
    48
 * printing domain. A print service vendor can provide new vendor-specific
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
    49
 * printing attributes in addition to the standard ones. A vendor can also
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
    50
 * provide vendor-specific extensions (subclasses) of the standard printing
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
    51
 * attributes -- for example, to provide additional vendor-specific values for
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
    52
 * an existing standard attribute. Of course, if a vendor wants clients to be
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
    53
 * able to use any added or extended attributes, the vendor must publish the new
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
    54
 * attribute classes.
44151
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    55
 * <p>
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    56
 * Many of the standard attribute classes extend one of the abstract syntax
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
    57
 * classes of the {@code javax.print.attribute} package. These abstract syntax
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
    58
 * classes each represent a different type. The <a href="../EnumSyntax.html">
44151
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    59
 * EnumSyntax</a> class, for example, represents a type-safe enumeration. The
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    60
 * abstract syntax class provides a wrapper for the attribute value.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    61
 * <p>
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    62
 * If an attribute class extends {@code EnumSyntax}, and the value of the
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    63
 * attribute is an IPP-compatible value, the attribute's {@code toString} method
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    64
 * returns the IPP string representation of the attribute value, such as
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    65
 * "processing-stopped" for the <a href="JobState.html">JobState</a> attribute.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    66
 * However, because the {@code EnumSyntax} class is extensible, vendors can
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    67
 * define their own attribute values. If an attribute uses the
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    68
 * {@code EnumSyntax} class and is set to one of these vendor-defined values
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    69
 * then the {@code toString} method will not return the IPP string
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    70
 * representation of the value.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    71
 * <p>
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    72
 * A printing client application will typically not need to use all the printing
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    73
 * attribute classes in package javax.print.attribute.standard, just the ones
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    74
 * that pertain to the application.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    75
 * <p>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
    76
 * The attribute classes in package {@code javax.print.attribute.standard} are
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
    77
 * based on the Internet Printing Protocol (IPP) attributes as defined in the
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
    78
 * Internet RFC document, <i>RFC 2911 Internet Printing Protocol/1.1: Model and
44151
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    79
 * Semantics</i> dated September 2000. See
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    80
 * <a href="http://www.ietf.org/rfc/rfc2911.txt">RFC 2911</a> for more
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    81
 * information. The descriptive text for each attribute class was taken largely
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    82
 * from the above documents. The above authors' contribution to the API is
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    83
 * gratefully acknowledged.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    84
 *
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    85
 * <h3>Attribute Organization</h3>
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    86
 * There are five kinds of printing attributes: doc attributes, print request
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    87
 * attributes, print job attributes, print service attributes, and
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    88
 * supported-values attributes.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    89
 *
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    90
 * <h4>Doc Attributes</h4>
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    91
 * Doc attributes specify the characteristics of an individual doc and the print
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    92
 * job settings to be applied to an individual doc. A doc attribute class
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    93
 * implements interface <a href="../DocAttribute.html">DocAttribute</a>. A doc
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    94
 * attribute can appear in a <a href="../DocAttributeSet.html">
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    95
 * DocAttributeSet</a>.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    96
 *
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    97
 * <h4>Print Request Attributes</h4>
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    98
 * Print request attributes specify the settings to be applied to a whole print
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
    99
 * job and to all the docs in the print job. A print request attribute class
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   100
 * implements interface <a href="../PrintRequestAttribute.html">
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   101
 * PrintRequestAttribute</a>. A print request attribute can appear in a
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   102
 * <a href="../PrintRequestAttributeSet.html">PrintRequestAttributeSet</a>.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   103
 * <p>
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   104
 * Some attributes are doc attributes but not print request attributes and may
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   105
 * only be specified at the doc level. Some attributes are print request
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   106
 * attributes but not doc attributes and may only be specified at the Print
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   107
 * Request level. Some attributes are both doc attributes and print request
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   108
 * attributes and may be specified either at the doc level or at the Print
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   109
 * Request level.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   110
 * <p>
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   111
 * When specified at the doc level, an attribute applies just to that one doc.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   112
 * When specified at the Print Request level, an attribute applies to the whole
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   113
 * job, including all the docs in the job. However, an attribute specified at
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   114
 * the doc level overrides an attribute in the same category specified at the
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   115
 * Print Request level.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   116
 *
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   117
 * <h4>Print Job Attributes</h4>
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   118
 * Print job attributes report the status of a Print Job. A print job attribute
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   119
 * class implements interface <a href="../PrintJobAttribute.html">
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   120
 * PrintJobAttribute</a>. A print job attribute can appear in a
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   121
 * <a href="../PrintJobAttributeSet.html">PrintJobAttributeSet</a>.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   122
 * <p>
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   123
 * Some attributes are both print request attributes and print job attributes; a
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   124
 * client may include such attributes in a Print Request to specify
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   125
 * characteristics for the ensuing Print Job, and those attributes then also
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   126
 * appear in the Print Job's attribute set. Some attributes are print job
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   127
 * attributes but not print request attributes; the print service itself adds
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   128
 * these attributes to the Print Job's attribute set.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   129
 *
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   130
 * <h4>Print Service Attributes</h4>
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   131
 * Print service attributes report the status of a print service. A print
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   132
 * service attribute class implements interface
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   133
 * <a href="../PrintServiceAttribute.html">PrintServiceAttribute</a>. A print
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   134
 * service attribute can appear in a <a href="../PrintServiceAttributeSet.html">
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   135
 * PrintServiceAttributeSet</a>.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   136
 *
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   137
 * <h4>Supported-Values Attributes</h4>
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   138
 * A supported-value attribute indicates the legal values for another attribute
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   139
 * that a print service supports. A supported-values attribute class implements
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   140
 * interface <a href="../SupportedValuesAttribute.html">
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   141
 * SupportedValuesAttribute</a>. However, supported-values attributes never
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   142
 * appear in attribute sets, so there is no restricted
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   143
 * <a href="../AttributeSet.html">AttributeSet</a> subinterface for them.
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   144
 *
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   145
 * <h4>Attribute Table</h4>
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   146
 * The table below lists all the printing attributes. The table shows the
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   147
 * tagging interfaces each attribute class implements in addition to interface
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   148
 * <a href="../Attribute.html"> Attribute</a>, thus indicating how each
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   149
 * attribute is used in the API. For each doc attribute and print request
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   150
 * attribute, the column marked "SupportedValuesAttribute" lists the
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   151
 * supported-values attribute class, if any, with which a print service
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   152
 * indicates the supported values for that attribute category.
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   153
 *
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   154
 * <table class="striped">
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   155
 * <caption>Lists all printing attributes as described above</caption>
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   156
 * <thead>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   157
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   158
 *     <th scope="col">Attribute Class
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   159
 *     <th scope="col">Doc<br>Attribute
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   160
 *     <th scope="col">Print<br>Request<br>Attribute
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   161
 *     <th scope="col">Print<br>Job<br>Attribute
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   162
 *     <th scope="col">Print<br>Service<br>Attribute
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   163
 *     <th scope="col">SupportedValuesAttribute
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   164
 * </thead>
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   165
 * <tbody style="text-align: center">
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   166
 *   <tr>
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   167
 *     <th scope="row"><a href="Compression.html">Compression</a>
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   168
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   169
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   170
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   171
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   172
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   173
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   174
 *     <th scope="row"><a href="DocumentName.html">DocumentName</a>
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   175
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   176
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   177
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   178
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   179
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   180
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   181
 *     <th scope="row"><a href="Chromaticity.html">Chromaticity</a>
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   182
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   183
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   184
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   185
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   186
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   187
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   188
 *     <th scope="row"><a href="Copies.html">Copies</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   189
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   190
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   191
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   192
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   193
 *     <td><a href="CopiesSupported.html">CopiesSupported</a>
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   194
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   195
 *     <th scope="row"><a href="Finishings.html">Finishings</a>
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   196
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   197
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   198
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   199
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   200
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   201
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   202
 *     <th scope="row"><a href="JobHoldUntil.html">JobHoldUntil</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   203
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   204
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   205
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   206
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   207
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   208
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   209
 *     <th scope="row"><a href="JobImpressions.html">JobImpressions</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   210
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   211
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   212
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   213
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   214
 *     <td><a href="JobImpressionsSupported.html">JobImpressionsSupported</a>
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   215
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   216
 *     <th scope="row"><a href="JobKOctets.html">JobKOctets</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   217
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   218
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   219
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   220
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   221
 *     <td><a href="JobKOctetsSupported.html">JobKOctetsSupported</a>
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   222
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   223
 *     <th scope="row"><a href="JobMediaSheets.html">JobMediaSheets</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   224
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   225
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   226
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   227
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   228
 *     <td><a href="JobMediaSheetsSupported.html">JobMediaSheetsSupported</a>
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   229
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   230
 *     <th scope="row"><a href="JobName.html">JobName</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   231
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   232
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   233
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   234
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   235
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   236
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   237
 *     <th scope="row"><a href="JobPriority.html">JobPriority</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   238
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   239
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   240
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   241
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   242
 *     <td><a href="JobPrioritySupported.html">JobPrioritySupported</a>
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   243
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   244
 *     <th scope="row"><a href="JobSheets.html">JobSheets</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   245
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   246
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   247
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   248
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   249
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   250
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   251
 *     <th scope="row"><a href="Media.html">Media</a>
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   252
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   253
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   254
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   255
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   256
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   257
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   258
 *     <th scope="row"><a href="MediaSize.html">MediaSize</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   259
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   260
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   261
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   262
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   263
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   264
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   265
 *     <th scope="row"><a href="MultipleDocumentHandling.html">
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   266
 *     MultipleDocumentHandling</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   267
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   268
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   269
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   270
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   271
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   272
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   273
 *     <th scope="row"><a href="NumberUp.html">NumberUp</a>
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   274
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   275
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   276
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   277
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   278
 *     <td><a href="NumberUpSupported.html">NumberUpSupported</a>
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   279
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   280
 *     <th scope="row"><a href="OrientationRequested.html">
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   281
 *     OrientationRequested</a>
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   282
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   283
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   284
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   285
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   286
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   287
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   288
 *     <th scope="row"><a href="PageRanges.html">PageRanges</a>
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   289
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   290
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   291
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   292
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   293
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   294
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   295
 *     <th scope="row"><a href="PresentationDirection.html">
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   296
 *     PresentationDirection</a>
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   297
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   298
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   299
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   300
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   301
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   302
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   303
 *     <th scope="row"><a href="PrinterResolution.html">PrinterResolution</a>
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   304
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   305
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   306
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   307
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   308
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   309
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   310
 *     <th scope="row"><a href="PrintQuality.html">PrintQuality</a>
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   311
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   312
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   313
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   314
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   315
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   316
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   317
 *     <th scope="row"><a href="RequestingUserName.html">RequestingUserName</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   318
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   319
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   320
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   321
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   322
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   323
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   324
 *     <th scope="row"><a href="SheetCollate.html">SheetCollate</a>
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   325
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   326
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   327
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   328
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   329
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   330
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   331
 *     <th scope="row"><a href="Sides.html">Sides</a>
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   332
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   333
 *     <td>X
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   334
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   335
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   336
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   337
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   338
 *     <th scope="row"><a href="DateTimeAtCompleted.html">
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   339
 *     DateTimeAtCompleted</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   340
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   341
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   342
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   343
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   344
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   345
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   346
 *     <th scope="row"><a href="DateTimeAtCreation.html">DateTimeAtCreation</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   347
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   348
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   349
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   350
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   351
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   352
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   353
 *     <th scope="row"><a href="DateTimeAtProcessing.html">
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   354
 *     DateTimeAtProcessing</a>
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   355
 *     <td>&nbsp;
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   356
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   357
 *     <td>X
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   358
 *     <td>&nbsp;
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   359
 *     <td>&nbsp;
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   360
 *   <tr>
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   361
 *     <th scope="row"><a href="JobImpressionsCompleted.html">
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   362
 *     JobImpressionsCompleted</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   363
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   364
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   365
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   366
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   367
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   368
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   369
 *     <th scope="row"><a href="JobKOctetsProcessed.html">
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   370
 *     JobKOctetsProcessed</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   371
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   372
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   373
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   374
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   375
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   376
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   377
 *     <th scope="row"><a href="JobMediaSheetsCompleted.html">
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   378
 *     JobMediaSheetsCompleted</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   379
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   380
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   381
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   382
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   383
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   384
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   385
 *     <th scope="row"><a href="JobMessageFromOperator.html">
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   386
 *     JobMessageFromOperator</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   387
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   388
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   389
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   390
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   391
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   392
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   393
 *     <th scope="row"><a href="JobOriginatingUserName.html">
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   394
 *     JobOriginatingUserName</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   395
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   396
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   397
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   398
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   399
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   400
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   401
 *     <th scope="row"><a href="JobState.html">JobState</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   402
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   403
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   404
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   405
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   406
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   407
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   408
 *     <th scope="row"><a href="JobStateReasons.html">JobStateReasons</a>
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   409
 *     <br>
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   410
 *     Contains zero or more --
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   411
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   412
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   413
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   414
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   415
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   416
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   417
 *     <th scope="row">-- <a href="JobStateReason.html">JobStateReason</a>
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   418
 *     <td>&nbsp;
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   419
 *     <td>&nbsp;
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   420
 *     <td>&nbsp;
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   421
 *     <td>&nbsp;
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   422
 *     <td>&nbsp;
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   423
 *   <tr>
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   424
 *     <th scope="row"><a href="NumberOfDocuments.html">NumberOfDocuments</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   425
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   426
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   427
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   428
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   429
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   430
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   431
 *     <th scope="row"><a href="NumberOfInterveningJobs.html">
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   432
 *     NumberOfInterveningJobs</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   433
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   434
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   435
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   436
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   437
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   438
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   439
 *     <th scope="row"><a href="OutputDeviceAssigned.html">
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   440
 *     OutputDeviceAssigned</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   441
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   442
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   443
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   444
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   445
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   446
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   447
 *     <th scope="row"><a href="ColorSupported.html">ColorSupported</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   448
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   449
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   450
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   451
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   452
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   453
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   454
 *     <th scope="row"><a href="PagesPerMinute.html">PagesPerMinute</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   455
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   456
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   457
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   458
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   459
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   460
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   461
 *     <th scope="row"><a href="PagesPerMinuteColor.html">
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   462
 *     PagesPerMinuteColor</a>
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   463
 *     <td>&nbsp;
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   464
 *     <td>&nbsp;
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   465
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   466
 *     <td>X
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   467
 *     <td>&nbsp;
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   468
 *   <tr>
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   469
 *     <th scope="row"><a href="PDLOverrideSupported.html">
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   470
 *     PDLOverrideSupported</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   471
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   472
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   473
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   474
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   475
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   476
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   477
 *     <th scope="row"><a href="PrinterIsAcceptingJobs.html">
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   478
 *     PrinterIsAcceptingJobs</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   479
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   480
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   481
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   482
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   483
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   484
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   485
 *     <th scope="row"><a href="PrinterInfo.html">PrinterInfo</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   486
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   487
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   488
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   489
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   490
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   491
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   492
 *     <th scope="row"><a href="PrinterLocation.html">PrinterLocation</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   493
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   494
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   495
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   496
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   497
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   498
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   499
 *     <th scope="row"><a href="PrinterMessageFromOperator.html">
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   500
 *     PrinterMessageFromOperator</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   501
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   502
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   503
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   504
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   505
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   506
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   507
 *     <th scope="row"><a href="PrinterMakeAndModel.html">
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   508
 *     PrinterMakeAndModel</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   509
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   510
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   511
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   512
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   513
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   514
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   515
 *     <th scope="row"><a href="PrinterMoreInfo.html">PrinterMoreInfo</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   516
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   517
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   518
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   519
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   520
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   521
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   522
 *     <th scope="row"><a href="PrinterMoreInfoManufacturer.html">
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   523
 *     PrinterMoreInfoManufacturer</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   524
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   525
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   526
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   527
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   528
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   529
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   530
 *     <th scope="row"><a href="PrinterName.html">PrinterName</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   531
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   532
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   533
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   534
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   535
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   536
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   537
 *     <th scope="row"><a href="PrinterState.html">PrinterState</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   538
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   539
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   540
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   541
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   542
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   543
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   544
 *     <th scope="row"><a href="PrinterStateReasons.html">
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   545
 *     PrinterStateReasons</a>
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   546
 *     <br>
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   547
 *     Contains zero or more --
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   548
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   549
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   550
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   551
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   552
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   553
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   554
 *     <th scope="row">-- <a href="PrinterStateReason.html">
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   555
 *     PrinterStateReason</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   556
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   557
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   558
 *     <td>&nbsp;
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   559
 *     <td>&nbsp;
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   560
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   561
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   562
 *     <th scope="row">-- <a href="Severity.html">Severity</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   563
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   564
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   565
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   566
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   567
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   568
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   569
 *     <th scope="row"><a href="QueuedJobCount.html">QueuedJobCount</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   570
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   571
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   572
 *     <td>&nbsp;
52841
326ffb4b630f 8213051: Invalid use of HTML5 in javax.print files
psadhukhan
parents: 47498
diff changeset
   573
 *     <td>X
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   574
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   575
 *   <tr>
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   576
 *     <th scope="row"><a href="ReferenceUriSchemesSupported.html">
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   577
 *     ReferenceUriSchemesSupported</a>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   578
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   579
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   580
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   581
 *     <td>&nbsp;
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   582
 *     <td>&nbsp;
47498
aa0344e6f39b 8184219: Fix accessibility of tables in the java.desktop module
serb
parents: 47216
diff changeset
   583
 * </tbody>
44151
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   584
 * </table>
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   585
 * <p>
47196
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   586
 * Please note: In the {@code javax.print} APIs, a {@code null} reference
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   587
 * parameter to methods is incorrect unless explicitly documented on the method
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   588
 * as having a meaningful interpretation. Usage to the contrary is incorrect
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   589
 * coding and may result in a run time exception either immediately or at some
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   590
 * later time. {@code IllegalArgumentException} and {@code NullPointerException}
a3211bb4daff 8184435: Cleanup of javadoc in javax.print package
serb
parents: 46847
diff changeset
   591
 * are examples of typical and acceptable run time exceptions for such cases.
44151
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   592
 *
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   593
 * @since 1.4
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   594
 */
bb5790b4b278 8176046: Replace package.html files with package-info.java in the java.desktop module
serb
parents: 25859
diff changeset
   595
package javax.print.attribute.standard;