Java javax.swing.text.rtf RTFEditorKit fields, constructors, methods, implement or subclass

Example usage for Java javax.swing.text.rtf RTFEditorKit fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.swing.text.rtf RTFEditorKit.

The text is from its open source code.

Constructor

RTFEditorKit()
Constructs an RTFEditorKit.

Method

DocumentcreateDefaultDocument()
Creates an uninitialized text storage model that is appropriate for this type of editor.
voidread(InputStream in, Document doc, int pos)
Insert content from the given stream which is expected to be in a format appropriate for this kind of content handler.
voidread(Reader in, Document doc, int pos)
Insert content from the given stream, which will be treated as plain text.
voidwrite(OutputStream out, Document doc, int pos, int len)
Write content from a document to the given stream in a format appropriate for this kind of content handler.
voidwrite(Writer out, Document doc, int pos, int len)
Write content from a document to the given stream as plain text.