Searched defs:StyleType (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DConstants.java40 static final String StyleType = "style:type"; field in class:Constants
42 /** Value for StyleType indicating a section style */
44 /** Value for StyleType indicating a paragraph style */
46 /** Value for StyleType indicating a character style */
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHTMLDocument.java927 putProperty(StyleType, contentType);
937 String retValue = (String)getProperty(StyleType);
1782 /* public */ static final String StyleType = "StyleType"; field in class:HTMLDocument

Completed in 132 milliseconds