LogicalStyle Property (JTextPane)

Class

JTextPane.

Action

Gets the logical style assigned to the current paragraph in effect at the location of the caret.

Syntax

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

Access

Read only.

Examples

VB

Dim logicalStyle As String = textPane.LogicalStyle