mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-07-05 08:12:43 +08:00
33 lines
1.3 KiB
HTML
33 lines
1.3 KiB
HTML
<div class="header">
|
||
<div class="subTitle">
|
||
javax.swing.text
|
||
</div>
|
||
<h2 class="title" title="Interface AttributeSet.CharacterAttribute">Interface AttributeSet.CharacterAttribute</h2>
|
||
</div><div class="contentContainer">
|
||
<div class="description">
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<dl>
|
||
<dt>
|
||
所有已知实现类:
|
||
</dt>
|
||
<dd>
|
||
<span><a href="../../../javax/swing/text/StyleConstants.CharacterConstants.html" title="javax.swing.text中的类">StyleConstants.CharacterConstants</a> , <a href="../../../javax/swing/text/StyleConstants.ColorConstants.html" title="javax.swing.text中的类">StyleConstants.ColorConstants</a> , <a href="../../../javax/swing/text/StyleConstants.FontConstants.html" title="javax.swing.text中的类">StyleConstants.FontConstants</a></span>
|
||
</dd>
|
||
</dl>
|
||
<dl>
|
||
<dt>
|
||
Enclosing interface:
|
||
</dt>
|
||
<dd>
|
||
<span><a href="../../../javax/swing/text/AttributeSet.html" title="javax.swing.text中的接口">AttributeSet</a></span>
|
||
</dd>
|
||
</dl>
|
||
<hr/> <br/> <pre>public static interface <span class="typeNameLabel">AttributeSet.CharacterAttribute</span></pre>
|
||
<div class="block">
|
||
<span>该接口是预期在有助于字符级呈现的任何属性键上存在的类型签名。</span>
|
||
<span>这将是适用于所谓的风格<i>运行</i>的任何属性。</span>
|
||
</div> </li>
|
||
</ul>
|
||
</div>
|
||
</div> |