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

/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFEditorKit.java81 RTFReader rdr = new RTFReader((StyledDocument) doc);
127 RTFReader rdr = new RTFReader((StyledDocument) doc);
H A DRTFAttributes.java71 a.addElement(new AssertiveAttribute(PST, RTFReader.TabAlignmentKey,
73 a.addElement(new AssertiveAttribute(PST, RTFReader.TabAlignmentKey,
75 a.addElement(new AssertiveAttribute(PST, RTFReader.TabAlignmentKey,
79 a.addElement(new AssertiveAttribute(PST, RTFReader.TabLeaderKey,
81 a.addElement(new AssertiveAttribute(PST, RTFReader.TabLeaderKey,
83 a.addElement(new AssertiveAttribute(PST, RTFReader.TabLeaderKey,
85 a.addElement(new AssertiveAttribute(PST, RTFReader.TabLeaderKey,
87 a.addElement(new AssertiveAttribute(PST, RTFReader.TabLeaderKey,
H A DRTFReader.java49 class RTFReader extends RTFParser class in inherits:RTFParser
141 * Creates a new RTFReader instance. Text will be sent to
146 public RTFReader(StyledDocument destination) method in class:RTFReader
531 throw new InternalError("RTFReader: Unable to find character set resources (" + e + ")");
539 /** Adds a character set to the RTFReader's list
565 return RTFReader.class.getResourceAsStream
624 * @see RTFReader
667 /* Ignore groups --- the RTFReader will keep track of the
682 /** Reads the fonttbl group, inserting fonts into the RTFReader's
756 /** Reads the colortbl group. Upon end-of-group, the RTFReader'
[all...]
H A DRTFGenerator.java99 Dictionary textKeywordDictionary = RTFReader.textKeywords;
979 char[] table = (char[])RTFReader.getCharacterSet(name);

Completed in 189 milliseconds