Table of Contents

Interface IStyledDocument

Namespace
Javax.Swing.Text
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IStyledDocument : IDocument
Inherited Members

Methods

AddStyle(String, Style)

Style AddStyle(String arg0, Style arg1)

Parameters

arg0 String

String

arg1 Style

Style

Returns

Style

Style

GetBackground(AttributeSet)

Color GetBackground(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

Color

Color

GetCharacterElement(int)

Element GetCharacterElement(int arg0)

Parameters

arg0 int

int

Returns

Element

Element

GetFont(AttributeSet)

Font GetFont(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

Font

Font

GetForeground(AttributeSet)

Color GetForeground(AttributeSet arg0)

Parameters

arg0 AttributeSet

AttributeSet

Returns

Color

Color

GetLogicalStyle(int)

Style GetLogicalStyle(int arg0)

Parameters

arg0 int

int

Returns

Style

Style

GetParagraphElement(int)

Element GetParagraphElement(int arg0)

Parameters

arg0 int

int

Returns

Element

Element

GetStyle(String)

Style GetStyle(String arg0)

Parameters

arg0 String

String

Returns

Style

Style

RemoveStyle(String)

void RemoveStyle(String arg0)

Parameters

arg0 String

String

SetCharacterAttributes(int, int, AttributeSet, bool)

void SetCharacterAttributes(int arg0, int arg1, AttributeSet arg2, bool arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 AttributeSet

AttributeSet

arg3 bool

bool

SetLogicalStyle(int, Style)

void SetLogicalStyle(int arg0, Style arg1)

Parameters

arg0 int

int

arg1 Style

Style

SetParagraphAttributes(int, int, AttributeSet, bool)

void SetParagraphAttributes(int arg0, int arg1, AttributeSet arg2, bool arg3)

Parameters

arg0 int

int

arg1 int

int

arg2 AttributeSet

AttributeSet

arg3 bool

bool