ParagraphAttributes プロパティ (JTextPane)

クラス

JTextPane.

処理

[読み取り専用] キャレットの位置で有効になっている現在の段落の属性。

構文

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

アクセス

読み取り専用。

VB

Dim paragraphAttributes As IList = TextPane.ParagraphAttributes