Searched refs:StyleType (Results 1 - 4 of 4) 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 */
H A DRTFReader.java847 String stype = (String)defined.getAttribute(Constants.StyleType);
1001 realizedStyle.addAttribute(Constants.StyleType,
1005 realizedStyle.addAttribute(Constants.StyleType,
1009 realizedStyle.addAttribute(Constants.StyleType,
H A DRTFGenerator.java231 domain.equals(a.getAttribute(Constants.StyleType)))
374 String styleType = (String)style.getAttribute(Constants.StyleType);
/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 47 milliseconds