JavaTM 2 Platform
Standard Ed. 6

介面 javax.swing.text.AttributeSet
的使用

使用 AttributeSet 的軟體套件
java.awt 包含用於創建使用者介面和繪製圖形圖像的全部類別。 
javax.accessibility 定義了使用者介面元件與提供對這些元件進行存取的輔助技術之間的協定。 
javax.swing 提供一組“輕量級”(全部是 Java 語言)元件,盡量讓這些元件在所有平臺上的工作方式都相同。 
javax.swing.text 提供類別 HTMLEditorKit 和創建 HTML 文本編輯器的支持類別。 
javax.swing.text.html 提供類別 HTMLEditorKit 和創建 HTML 文本編輯器的支持類別。 
 

java.awtAttributeSet 的使用
 

返回 AttributeSetjava.awt 中的方法
 AttributeSet TextComponent.AccessibleAWTTextComponent.getCharacterAttribute(int i)
          返回給定字元(位於給定索引處)的 AttributeSet。
 

javax.accessibilityAttributeSet 的使用
 

宣告為 AttributeSetjavax.accessibility 中的欄位
 AttributeSet AccessibleAttributeSequence.attributes
          文本屬性
 

返回 AttributeSetjavax.accessibility 中的方法
 AttributeSet AccessibleText.getCharacterAttribute(int i)
          返回給定索引處給定字元的 AttributeSet
 

參數型別為 AttributeSetjavax.accessibility 中的方法
 void AccessibleEditableText.setAttributes(int startIndex, int endIndex, AttributeSet as)
          設置兩個索引之間文本的屬性。
 

參數型別為 AttributeSetjavax.accessibility 中的建構子
AccessibleAttributeSequence(int start, int end, AttributeSet attr)
          建構帶有給定參數的 AccessibleAttributeSequence
 

javax.swingAttributeSet 的使用
 

返回 AttributeSetjavax.swing 中的方法
 AttributeSet JSpinner.AccessibleJSpinner.getCharacterAttribute(int i)
          返回給定索引處給定字元的 AttributeSet
 AttributeSet ProgressMonitor.AccessibleProgressMonitor.getCharacterAttribute(int i)
          返回位於給定索引處的給定字元的 AttributeSet
 AttributeSet AbstractButton.AccessibleAbstractButton.getCharacterAttribute(int i)
          返回位於給定索引處的給定字元的 AttributeSet。
 AttributeSet JLabel.AccessibleJLabel.getCharacterAttribute(int i)
          返回給定索引處給定字元的 AttributeSet
 AttributeSet JTextPane.getCharacterAttributes()
          獲取在當前插入符號位置的有效字元屬性,或者 null
 AttributeSet JTextPane.getParagraphAttributes()
          獲取插入符號位置的當前有效段落屬性,如果沒有,則返回 null
 

參數型別為 AttributeSetjavax.swing 中的方法
 void JSpinner.AccessibleJSpinner.setAttributes(int startIndex, int endIndex, AttributeSet as)
          設置兩個索引之間文本的屬性。
 void JTextPane.setCharacterAttributes(AttributeSet attr, boolean replace)
          將給定屬性應用於字元內容。
 void JTextPane.setParagraphAttributes(AttributeSet attr, boolean replace)
          將給定屬性應用於段落。
 

javax.swing.textAttributeSet 的使用
 

javax.swing.textAttributeSet 的子介面
 interface MutableAttributeSet
          獨特屬性的可變集合的通用介面。
 interface Style
          與文檔中某個元素相關的屬性集合。
 

實作 AttributeSetjavax.swing.text 中的類別
 class AbstractDocument.AbstractElement
          實作元素的抽象部分。
 class AbstractDocument.BranchElement
          實作一個套件含其他元素的復合元素。
 class AbstractDocument.LeafElement
          實作可直接表示某類別內容的元素。
protected  class DefaultStyledDocument.SectionElement
          文檔的預設根元素... 與所包含的段落/行對應。
 class SimpleAttributeSet
          使用雜湊表的 MutableAttributeSet 的直接實作。
 class StyleContext.NamedStyle
          通常用於表示字元和段落樣式的屬性集合。
 class StyleContext.SmallAttributeSet
          此類別可在陣列中存儲少量的屬性。
 

宣告為 AttributeSetjavax.swing.text 中的欄位
protected  AttributeSet DefaultStyledDocument.AttributeUndoableEdit.copy
           
static AttributeSet SimpleAttributeSet.EMPTY
          空的屬性集。
protected  AttributeSet DefaultStyledDocument.AttributeUndoableEdit.newAttributes
           
 

返回 AttributeSetjavax.swing.text 中的方法
 AttributeSet StyleContext.addAttribute(AttributeSet old, Object name, Object value)
          向給定的集合中添加屬性,並返回新的有代表性的集合。
 AttributeSet AbstractDocument.AttributeContext.addAttribute(AttributeSet old, Object name, Object value)
          向給定屬性集中添加一個屬性,並返回新的有代表性的屬性集。
 AttributeSet StyleContext.addAttributes(AttributeSet old, AttributeSet attr)
          向元素添加屬性集。
 AttributeSet AbstractDocument.AttributeContext.addAttributes(AttributeSet old, AttributeSet attr)
          向元素添加一組屬性。
 AttributeSet SimpleAttributeSet.copyAttributes()
          創建屬性的副本。
 AttributeSet AttributeSet.copyAttributes()
          返回保證固定不變的屬性集。
 AttributeSet StyleContext.SmallAttributeSet.copyAttributes()
          複製屬性集。
 AttributeSet StyleContext.NamedStyle.copyAttributes()
          複製屬性集。
 AttributeSet AbstractDocument.AbstractElement.copyAttributes()
          複製屬性集合。
 AttributeSet DefaultStyledDocument.ElementSpec.getAttributes()
          獲得元素屬性。
 AttributeSet View.getAttributes()
          獲取呈現時要使用的屬性。
 AttributeSet AbstractDocument.AbstractElement.getAttributes()
          獲取該元素的屬性。
 AttributeSet Element.getAttributes()
          獲取此元素包含的屬性集合。
 AttributeSet JTextComponent.AccessibleJTextComponent.getCharacterAttribute(int i)
          返回給定字元(位於給定索引處)的 AttributeSet。
 AttributeSet StyleContext.getEmptySet()
          獲取空 AttributeSet。
 AttributeSet AbstractDocument.AttributeContext.getEmptySet()
          獲取一個空的 AttributeSet。
 AttributeSet SimpleAttributeSet.getResolveParent()
          獲取正解析的父級。
 AttributeSet AttributeSet.getResolveParent()
          獲取解析父集合。
 AttributeSet StyleContext.SmallAttributeSet.getResolveParent()
          如果未覆寫,解析父級預設為是解析父元素。
 AttributeSet StyleContext.NamedStyle.getResolveParent()
          從父級獲取屬性。
 AttributeSet AbstractDocument.AbstractElement.getResolveParent()
          獲取要解析的父級。
 AttributeSet StyleContext.removeAttribute(AttributeSet old, Object name)
          從集合中移除一個屬性。
 AttributeSet AbstractDocument.AttributeContext.removeAttribute(AttributeSet old, Object name)
          從屬性集中移除某個屬性。
 AttributeSet StyleContext.removeAttributes(AttributeSet old, AttributeSet attrs)
          移除元素的屬性集。
 AttributeSet AbstractDocument.AttributeContext.removeAttributes(AttributeSet old, AttributeSet attrs)
          移除元素的一組屬性。
 AttributeSet StyleContext.removeAttributes(AttributeSet old, Enumeration<?> names)
          移除元素的一個屬性集。
 AttributeSet AbstractDocument.AttributeContext.removeAttributes(AttributeSet old, Enumeration<?> names)
          移除元素的一組屬性。
 

參數型別為 AttributeSetjavax.swing.text 中的方法
 AttributeSet StyleContext.addAttribute(AttributeSet old, Object name, Object value)
          向給定的集合中添加屬性,並返回新的有代表性的集合。
 AttributeSet AbstractDocument.AttributeContext.addAttribute(AttributeSet old, Object name, Object value)
          向給定屬性集中添加一個屬性,並返回新的有代表性的屬性集。
 void SimpleAttributeSet.addAttributes(AttributeSet attributes)
          向列表添加屬性集。
 void MutableAttributeSet.addAttributes(AttributeSet attributes)
          創建一個與此屬性集類似的新屬性集,不同之處在於它包含具有給定名稱和值的屬性。
 void StyleContext.NamedStyle.addAttributes(AttributeSet attr)
          將屬性集添加到元素。
 void AbstractDocument.AbstractElement.addAttributes(AttributeSet attr)
          向該元素添加一個屬性集合。
 AttributeSet StyleContext.addAttributes(AttributeSet old, AttributeSet attr)
          向元素添加屬性集。
 AttributeSet AbstractDocument.AttributeContext.addAttributes(AttributeSet old, AttributeSet attr)
          向元素添加一組屬性。
 boolean SimpleAttributeSet.containsAttributes(AttributeSet attributes)
          確定屬性列表中是否包含所有指定的名稱/值對。
 boolean AttributeSet.containsAttributes(AttributeSet attributes)
          如果此集合用相等值定義給定集合中的所有屬性,則返回 true
 boolean StyleContext.SmallAttributeSet.containsAttributes(AttributeSet attrs)
          檢查屬性集是否包含了所有給定的屬性。
 boolean StyleContext.NamedStyle.containsAttributes(AttributeSet attrs)
          檢查元素是否包含了所有屬性。
 boolean AbstractDocument.AbstractElement.containsAttributes(AttributeSet attrs)
          檢查該元素是否包含所有的屬性。
protected  Element AbstractDocument.createBranchElement(Element parent, AttributeSet a)
          創建文檔分支元素,它可包含其他元素。
protected  MutableAttributeSet StyleContext.createLargeAttributeSet(AttributeSet a)
          創建一個以空間來換取時間的大屬性集合。
protected  Element AbstractDocument.createLeafElement(Element parent, AttributeSet a, int p0, int p1)
          創建文檔葉元素。
protected  StyleContext.SmallAttributeSet StyleContext.createSmallAttributeSet(AttributeSet a)
          創建一個可能用於共享的壓縮屬性集。
static int StyleConstants.getAlignment(AttributeSet a)
          獲取對齊設置。
 Color DefaultStyledDocument.getBackground(AttributeSet attr)
          從屬性集獲得背景顏色。
 Color StyledDocument.getBackground(AttributeSet attr)
          使用一個屬性集並將其轉換為一個背景色規範。
static Color StyleConstants.getBackground(AttributeSet a)
          從屬性列表中獲取背景色設置。
 Color StyleContext.getBackground(AttributeSet attr)
          使用一個屬性集並將其轉換成為一個背景色規範。
static int StyleConstants.getBidiLevel(AttributeSet a)
          獲取 BidiLevel 設置。
static Component StyleConstants.getComponent(AttributeSet a)
          從屬性列表中獲取元件設置。
static float StyleConstants.getFirstLineIndent(AttributeSet a)
          獲取首行縮進設置。
 Font DefaultStyledDocument.getFont(AttributeSet attr)
          從屬性集獲得字體。
 Font StyledDocument.getFont(AttributeSet attr)
          使用一個屬性集並將其轉換為字體規範。
 Font StyleContext.getFont(AttributeSet attr)
          從屬性集中獲取字體。
static String StyleConstants.getFontFamily(AttributeSet a)
          從屬性列表中獲取字體系列設置。
static int StyleConstants.getFontSize(AttributeSet a)
          從屬性列表中獲取字體大小設置。
 Color DefaultStyledDocument.getForeground(AttributeSet attr)
          從屬性集獲得前景色。
 Color StyledDocument.getForeground(AttributeSet attr)
          使用一個屬性集並將其轉換成為一個前景色規範。
static Color StyleConstants.getForeground(AttributeSet a)
          從屬性列表中獲取前景色設置。
 Color StyleContext.getForeground(AttributeSet attr)
          使用一個屬性集並將其轉換成為一個前景色規範。
static Icon StyleConstants.getIcon(AttributeSet a)
          從屬性列表中獲取圖標設置。
static float StyleConstants.getLeftIndent(AttributeSet a)
          獲取左邊縮進設置。
static float StyleConstants.getLineSpacing(AttributeSet a)
          獲取行間距設置。
static float StyleConstants.getRightIndent(AttributeSet a)
          獲取右邊縮進設置。
static float StyleConstants.getSpaceAbove(AttributeSet a)
          獲取上部空間設置。
static float StyleConstants.getSpaceBelow(AttributeSet a)
          獲取下部空間設置。
static TabSet StyleConstants.getTabSet(AttributeSet a)
          獲取 TabSet。
 void DocumentFilter.insertString(DocumentFilter.FilterBypass fb, int offset, String string, AttributeSet attr)
          將文本插入指定的 Document 之前調用。
abstract  void DocumentFilter.FilterBypass.insertString(int offset, String string, AttributeSet attr)
          插入指定的文本,繞過 DocumentFilter。
 void PlainDocument.insertString(int offs, String str, AttributeSet a)
          向文檔中插入某些內容。
 void AbstractDocument.insertString(int offs, String str, AttributeSet a)
          將某些內容插入文檔。
 void Document.insertString(int offset, String str, AttributeSet a)
          插入內容字元串。
protected  void DefaultStyledDocument.insertUpdate(AbstractDocument.DefaultDocumentEvent chng, AttributeSet attr)
          在文本插入後更新文檔結構。
protected  void PlainDocument.insertUpdate(AbstractDocument.DefaultDocumentEvent chng, AttributeSet attr)
          隨文本插入更新文檔結構。
protected  void AbstractDocument.insertUpdate(AbstractDocument.DefaultDocumentEvent chng, AttributeSet attr)
          在文本插入後更新文檔結構。
static boolean StyleConstants.isBold(AttributeSet a)
          確定是否設置了粗體屬性。
 boolean SimpleAttributeSet.isEqual(AttributeSet attr)
          比較兩個屬性集。
 boolean AttributeSet.isEqual(AttributeSet attr)
          確定兩個屬性集是否相等。
 boolean StyleContext.SmallAttributeSet.isEqual(AttributeSet attr)
          檢查兩個屬性集是否相等。
 boolean StyleContext.NamedStyle.isEqual(AttributeSet attr)
          檢查兩個屬性集是否相等。
 boolean AbstractDocument.AbstractElement.isEqual(AttributeSet attr)
          檢查兩個屬性集合是否相等。
static boolean StyleConstants.isItalic(AttributeSet a)
          確定是否設置了斜體屬性。
static boolean StyleConstants.isStrikeThrough(AttributeSet a)
          確定是否設置了刪除線屬性。
static boolean StyleConstants.isSubscript(AttributeSet a)
          確定是否設置了下標屬性。
static boolean StyleConstants.isSuperscript(AttributeSet a)
          確定是否設置了上標屬性。
static boolean StyleConstants.isUnderline(AttributeSet a)
          確定是否設置了下劃線屬性。
 void StyleContext.reclaim(AttributeSet a)
          返回 MutableAttributeSet 實作不再需要的集合。
 void AbstractDocument.AttributeContext.reclaim(AttributeSet a)
          回收某個屬性集。
 AttributeSet StyleContext.removeAttribute(AttributeSet old, Object name)
          從集合中移除一個屬性。
 AttributeSet AbstractDocument.AttributeContext.removeAttribute(AttributeSet old, Object name)
          從屬性集中移除某個屬性。
 void SimpleAttributeSet.removeAttributes(AttributeSet attributes)
          從列表中移除屬性集。
 void MutableAttributeSet.removeAttributes(AttributeSet attributes)
          移除具有給定 name 的屬性集。
 void StyleContext.NamedStyle.removeAttributes(AttributeSet attrs)
          移除元素的屬性集。
 void AbstractDocument.AbstractElement.removeAttributes(AttributeSet attrs)
          移除該元素的屬性集合。
 AttributeSet StyleContext.removeAttributes(AttributeSet old, AttributeSet attrs)
          移除元素的屬性集。
 AttributeSet AbstractDocument.AttributeContext.removeAttributes(AttributeSet old, AttributeSet attrs)
          移除元素的一組屬性。
 AttributeSet StyleContext.removeAttributes(AttributeSet old, Enumeration<?> names)
          移除元素的一個屬性集。
 AttributeSet AbstractDocument.AttributeContext.removeAttributes(AttributeSet old, Enumeration<?> names)
          移除元素的一組屬性。
 void DocumentFilter.replace(DocumentFilter.FilterBypass fb, int offset, int length, String text, AttributeSet attrs)
          在替換指定的 Document 中的文本區域之前調用。
abstract  void DocumentFilter.FilterBypass.replace(int offset, int length, String string, AttributeSet attrs)
          刪除從 offsetoffset + length 的文本區域,並用 text 替換。
 void AbstractDocument.replace(int offset, int length, String text, AttributeSet attrs)
          刪除從 offsetoffset + length 的文本區域,並用 text 替換它。
 void JTextComponent.AccessibleJTextComponent.setAttributes(int startIndex, int endIndex, AttributeSet as)
          設置兩個索引之間的文本的屬性。
 void DefaultStyledDocument.setCharacterAttributes(int offset, int length, AttributeSet s, boolean replace)
          為文檔某些部分設置屬性。
 void StyledDocument.setCharacterAttributes(int offset, int length, AttributeSet s, boolean replace)
          更改內容元素屬性,該屬性是用來給定文檔中現有內容範圍的。
protected  void StyledEditorKit.StyledTextAction.setCharacterAttributes(JEditorPane editor, AttributeSet attr, boolean replace)
          對字元內容應用給定的屬性。
 void DefaultStyledDocument.setParagraphAttributes(int offset, int length, AttributeSet s, boolean replace)
          設置段落屬性。
 void StyledDocument.setParagraphAttributes(int offset, int length, AttributeSet s, boolean replace)
          設置段落屬性。
protected  void StyledEditorKit.StyledTextAction.setParagraphAttributes(JEditorPane editor, AttributeSet attr, boolean replace)
          對段落應用給定的屬性。
protected  void CompositeView.setParagraphInsets(AttributeSet attr)
          按照給定屬性中指定的段落屬性設置 insets。
 void SimpleAttributeSet.setResolveParent(AttributeSet parent)
          設置解析的父級。
 void MutableAttributeSet.setResolveParent(AttributeSet parent)
          設置正解析的父級。
 void StyleContext.NamedStyle.setResolveParent(AttributeSet parent)
          設置解析的父級。
 void AbstractDocument.AbstractElement.setResolveParent(AttributeSet parent)
          設置要解析的父級。
protected  void AbstractWriter.writeAttributes(AttributeSet attr)
          以 " =" 對的形式寫出屬性集。
 void StyleContext.writeAttributes(ObjectOutputStream out, AttributeSet a)
          寫出屬性的特定於上下文的處理。
static void StyleContext.writeAttributeSet(ObjectOutputStream out, AttributeSet a)
          將屬性集寫入到給定的物件串流以便序列化。
 

參數型別為 AttributeSetjavax.swing.text 中的建構子
AbstractDocument.AbstractElement(Element parent, AttributeSet a)
          創建新的 AbstractElement。
AbstractDocument.BranchElement(Element parent, AttributeSet a)
          建構最初不包含任何子元素的復合元素。
AbstractDocument.LeafElement(Element parent, AttributeSet a, int offs0, int offs1)
          建構一個表示文檔中內容的元素(沒有子元素)。
DefaultStyledDocument.AttributeUndoableEdit(Element element, AttributeSet newAttributes, boolean isReplacing)
           
DefaultStyledDocument.ElementSpec(AttributeSet a, short type)
          當標記不在文檔中存儲時供標記使用的建構子。
DefaultStyledDocument.ElementSpec(AttributeSet a, short type, char[] txt, int offs, int len)
          用於外部創建規範的建構子,供批量輸入內容和標記到文檔中。
DefaultStyledDocument.ElementSpec(AttributeSet a, short type, int len)
          供文檔內部解析使用的建構子,在資料已添加但還需要 len 資訊時使用。
SimpleAttributeSet(AttributeSet source)
          根據提供的屬性集創建新屬性集。
StyleContext.SmallAttributeSet(AttributeSet attrs)
           
 

javax.swing.text.htmlAttributeSet 的使用
 

實作 AttributeSetjavax.swing.text.html 中的類別
 class HTMLDocument.BlockElement
          表示結構性 HTML 的元素。
 class HTMLDocument.RunElement
          表示文本塊的元素,該文本塊具有一個分派給它的 HTML 字元級的屬性集。
 

返回 AttributeSetjavax.swing.text.html 中的方法
 AttributeSet StyleSheet.addAttribute(AttributeSet old, Object key, Object value)
          向給定集合添加屬性,並返回新的表示方式的集合。
 AttributeSet StyleSheet.addAttributes(AttributeSet old, AttributeSet attr)
          向元素添加屬性集。
 AttributeSet BlockView.getAttributes()
          獲取呈現時要使用的屬性。
abstract  AttributeSet HTMLDocument.Iterator.getAttributes()
          返回此標記的屬性。
 AttributeSet ImageView.getAttributes()
          獲取呈現時要使用的屬性。
 AttributeSet InlineView.getAttributes()
          獲取呈現時要使用的屬性。
 AttributeSet Option.getAttributes()
          獲取與此選項相關的屬性。
 AttributeSet ParagraphView.getAttributes()
          獲取呈現時所使用的屬性。
 AttributeSet StyleSheet.getDeclaration(String decl)
          將 CSS 宣告轉換為表示 CSS 宣告的 AttributeSet。
 AttributeSet HTMLDocument.RunElement.getResolveParent()
          獲得解析父級。
 AttributeSet HTMLDocument.BlockElement.getResolveParent()
          獲得解析父級。
 AttributeSet StyleSheet.getViewAttributes(View v)
          獲取用來顯示視圖的屬性集。
 AttributeSet StyleSheet.removeAttribute(AttributeSet old, Object key)
          從集合中移除屬性。
 AttributeSet StyleSheet.removeAttributes(AttributeSet old, AttributeSet attrs)
          移除屬性集。
 AttributeSet StyleSheet.removeAttributes(AttributeSet old, Enumeration<?> names)
          移除元素的屬性集。
 AttributeSet StyleSheet.translateHTMLToCSS(AttributeSet htmlAttrSet)
          將 HTML 屬性集合轉換為對等的 CSS 屬性集合。
 

參數型別為 AttributeSetjavax.swing.text.html 中的方法
 AttributeSet StyleSheet.addAttribute(AttributeSet old, Object key, Object value)
          向給定集合添加屬性,並返回新的表示方式的集合。
 AttributeSet StyleSheet.addAttributes(AttributeSet old, AttributeSet attr)
          向元素添加屬性集。
protected  void HTMLWriter.closeOutUnwantedEmbeddedTags(AttributeSet attr)
          搜尋屬性集和存儲在標記向量中的每個標記。
protected  Element HTMLDocument.createBranchElement(Element parent, AttributeSet a)
          創建文檔分支元素,它可以包含其他元素。
protected  MutableAttributeSet StyleSheet.createLargeAttributeSet(AttributeSet a)
          創建一個以空間來換取時間的大屬性集合。
protected  Element HTMLDocument.createLeafElement(Element parent, AttributeSet a, int p0, int p1)
          創建直接表示文本的文檔葉元素(沒有任何子級)。
protected  StyleContext.SmallAttributeSet StyleSheet.createSmallAttributeSet(AttributeSet a)
          創建可以共享的屬性壓縮集。
 Color StyleSheet.getBackground(AttributeSet a)
          獲取一個屬性集並將其轉換為背景色規範。
 StyleSheet.BoxPainter StyleSheet.getBoxPainter(AttributeSet a)
          獲取給定 CSS 屬性集合使用的框 formatter。
 Font StyleSheet.getFont(AttributeSet a)
          獲取給定屬性集使用的字體。
 Color StyleSheet.getForeground(AttributeSet a)
          獲取一個屬性集並將其轉換為前景色規範。
static int HTML.getIntegerAttributeValue(AttributeSet attr, HTML.Attribute key, int def)
          獲取整數屬性值。
 StyleSheet.ListPainter StyleSheet.getListPainter(AttributeSet a)
          獲取給定 CSS 屬性集合使用的列表 formatter。
protected  void HTMLDocument.insertUpdate(AbstractDocument.DefaultDocumentEvent chng, AttributeSet attr)
          由於插入文本而導致更新文檔的結構。
protected  boolean HTMLWriter.isBlockTag(AttributeSet attr)
          確定與該元素關聯的 HTML.Tag 是否為塊標記。
protected  boolean HTMLWriter.matchNameAttribute(AttributeSet attr, HTML.Tag tag)
          如果 StyleConstants.NameAttribute 與作為參數傳入的標記相同,則返回 true。
 AttributeSet StyleSheet.removeAttribute(AttributeSet old, Object key)
          從集合中移除屬性。
 AttributeSet StyleSheet.removeAttributes(AttributeSet old, AttributeSet attrs)
          移除屬性集。
 AttributeSet StyleSheet.removeAttributes(AttributeSet old, Enumeration<?> names)
          移除元素的屬性集。
protected  void HTMLWriter.selectContent(AttributeSet attr)
          寫出 SELECT 表單元素的內容。
 void HTMLDocument.setParagraphAttributes(int offset, int length, AttributeSet s, boolean replace)
          設置段落屬性。
protected  void HTMLWriter.textAreaContent(AttributeSet attr)
          寫出 TEXTAREA 表單元素中所包含的文本。
 AttributeSet StyleSheet.translateHTMLToCSS(AttributeSet htmlAttrSet)
          將 HTML 屬性集合轉換為對等的 CSS 屬性集合。
protected  void HTMLWriter.writeAttributes(AttributeSet attr)
          寫出屬性集。
protected  void MinimalHTMLWriter.writeAttributes(AttributeSet attr)
          寫出以下型別的所有屬性:StyleConstants.ParagraphConstants、StyleConstants.CharacterConstants、StyleConstants.FontConstants、StyleConstants.ColorConstants。
protected  void HTMLWriter.writeEmbeddedTags(AttributeSet attr)
          搜尋 AttributeSet 中的嵌入式標記並寫出它們。
protected  void MinimalHTMLWriter.writeHTMLTags(AttributeSet attr)
          基於文本的屬性設置產生文本的 bold <b>、italic <i> 和 <u> 標記。
protected  void MinimalHTMLWriter.writeNonHTMLAttributes(AttributeSet attr)
          以與 HTML 相容的方式寫出其餘的字元級屬性(bold、italic 和 underline 之外的屬性)。
 

參數型別為 AttributeSetjavax.swing.text.html 中的建構子
HTMLDocument.BlockElement(Element parent, AttributeSet a)
          建構初始不包含子元素的復合元素。
HTMLDocument.RunElement(Element parent, AttributeSet a, int offs0, int offs1)
          建構表示文檔內部(沒有子級)內容的元素。
Option(AttributeSet attr)
          創建新的 Option 物件。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only