uTools-Manuals/docs/java/javax/print/attribute/SupportedValuesAttribute.html

49 lines
3.3 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="header">
<div class="subTitle">
javax.print.attribute
</div>
<h2 class="title" title="Interface SupportedValuesAttribute">Interface SupportedValuesAttribute</h2>
</div><div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>
All Superinterfaces:
</dt>
<dd>
<span><a href="../../../javax/print/attribute/Attribute.html" title="javax.print.attribute中的接口">Attribute</a> <a href="../../../java/io/Serializable.html" title="java.io中的接口">Serializable</a></span>
</dd>
</dl>
<dl>
<dt>
所有已知实现类:
</dt>
<dd>
<span><a href="../../../javax/print/attribute/standard/CopiesSupported.html" title="javax.print.attribute.standard中的类">CopiesSupported</a> <a href="../../../javax/print/attribute/standard/JobImpressionsSupported.html" title="javax.print.attribute.standard中的类">JobImpressionsSupported</a> <a href="../../../javax/print/attribute/standard/JobKOctetsSupported.html" title="javax.print.attribute.standard中的类">JobKOctetsSupported</a> <a href="../../../javax/print/attribute/standard/JobMediaSheetsSupported.html" title="javax.print.attribute.standard中的类">JobMediaSheetsSupported</a> <a href="../../../javax/print/attribute/standard/JobPrioritySupported.html" title="javax.print.attribute.standard中的类">JobPrioritySupported</a> <a href="../../../javax/print/attribute/standard/NumberUpSupported.html" title="javax.print.attribute.standard中的类">NumberUpSupported</a></span>
</dd>
</dl>
<hr/> <br/> <pre>public interface <span class="typeNameLabel">SupportedValuesAttribute</span>
extends <a href="../../../javax/print/attribute/Attribute.html" title="interface in javax.print.attribute">Attribute</a></pre>
<div class="block">
<span>Interface SupportedValuesAttribute是打印属性类实现的标记接口用于指示属性描述了另一个属性的支持值。</span>
<span>例如,如果打印服务实例支持<a href="../../../javax/print/attribute/standard/Copies.html" title="javax.print.attribute.standard中的类"><code>Copies</code></a>属性,打印服务实例将具有<a href="../../../javax/print/attribute/standard/CopiesSupported.html" title="javax.print.attribute.standard中的类"><code>CopiesSupported</code></a>属性该属性是一个SupportedValuesAttribute给出客户端可以为<a href="../../../javax/print/attribute/standard/Copies.html" title="javax.print.attribute.standard中的类"><code>Copies</code></a>属性指定的合法值。</span>
<p></p>
</div> </li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- --> </a> <h3>方法摘要</h3>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.javax.print.attribute.Attribute">
<!-- --> </a> <h3>Methods inherited from interface javax.print.attribute.<a href="../../../javax/print/attribute/Attribute.html" title="interface in javax.print.attribute">Attribute</a></h3> <code><a href="../../../javax/print/attribute/Attribute.html#getCategory--">getCategory</a>, <a href="../../../javax/print/attribute/Attribute.html#getName--">getName</a></code></li>
</ul> </li>
</ul> </li>
</ul>
</div>
</div>