CharacterAttributes Property (JTextPane)

Class

JTextPane.

Action

Gets the character attributes in effect at the location of the caret.

Syntax

C#
protected List(Of String) CharacterAttributes { get; }
VB
'Declaration
Protected Read Property CharacterAttributes As List(Of String)

Access

Read only.

Examples

VB

Dim characterAttributes As IList = textPane.CharacterAttributes