FormattedText Property (JEditorPane)

Class

JEditorPane.

Action

Gets the text of the editor pane.

Syntax

C#
protected String FormattedText { get; }
VB
'Declaration
Protected Read Property FormattedText As String

Access

Read only.

Examples

VB

Dim formattedText As String = editorPane.FormattedText