Searched refs:D_SECTION (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFAttribute.java39 static final int D_SECTION = 2; field in interface:RTFAttribute
H A DRTFReader.java1132 case RTFAttribute.D_SECTION:
1200 case RTFAttribute.D_SECTION:
1511 if (attr.domain() == RTFAttribute.D_SECTION)
H A DRTFAttributes.java42 int SEC = RTFAttribute.D_SECTION;
H A DRTFGenerator.java535 RTFAttributes.attributes, RTFAttribute.D_SECTION);
547 if (attr.domain() == RTFAttribute.D_SECTION)

Completed in 43 milliseconds