ParagraphAttributes Property (JTextPane)

Class

JTextPane.

Action

Gets the attributes of the current paragraph in effect at the location of the caret.

Syntax

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

Access

Read only.

Examples

VB

Dim paragraphAttributes As IList = TextPane.ParagraphAttributes