| Package | Description | 
|---|---|
| javax.swing.text.html | Provides the class  HTMLEditorKitand supporting classes
for creating HTML text editors. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected StyleSheet | ImageView. getStyleSheet()Convenience method to get the StyleSheet. | 
| StyleSheet | HTMLEditorKit. getStyleSheet()Get the set of styles currently being used to render the
 HTML elements. | 
| protected StyleSheet | InlineView. getStyleSheet() | 
| protected StyleSheet | ParagraphView. getStyleSheet() | 
| protected StyleSheet | BlockView. getStyleSheet() | 
| StyleSheet | HTMLDocument. getStyleSheet()Fetches the  StyleSheetwith the document-specific display
 rules (CSS) that were specified in the HTML document itself. | 
| StyleSheet[] | StyleSheet. getStyleSheets()Returns an array of the linked StyleSheets. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StyleSheet. addStyleSheet(StyleSheet ss)Adds the rules from the StyleSheet  ssto those of
 the receiver. | 
| void | StyleSheet. removeStyleSheet(StyleSheet ss)Removes the StyleSheet  ssfrom those of the receiver. | 
| void | HTMLEditorKit. setStyleSheet(StyleSheet s)Set the set of styles to be used to render the various
 HTML elements. | 
| Constructor and Description | 
|---|
| HTMLDocument(AbstractDocument.Content c,
            StyleSheet styles)Constructs an HTML document with the given content
 storage implementation and the given style/attribute
 storage mechanism. | 
| HTMLDocument(StyleSheet styles)Constructs an HTML document with the default content
 storage implementation and the specified style/attribute
 storage mechanism. | 
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2019, Oracle and/or its affiliates.  All rights reserved.