Table of Contents

Interface IElement

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

.NET interface for TO BE DEFINED FROM USER

public interface IElement

Properties

Attributes

AttributeSet Attributes { get; }

Property Value

AttributeSet

Document

Document Document { get; }

Property Value

Document

ElementCount

int ElementCount { get; }

Property Value

int

EndOffset

int EndOffset { get; }

Property Value

int

Name

String Name { get; }

Property Value

String

ParentElement

Element ParentElement { get; }

Property Value

Element

StartOffset

int StartOffset { get; }

Property Value

int

Methods

GetElement(int)

Element GetElement(int arg0)

Parameters

arg0 int

int

Returns

Element

Element

GetElementIndex(int)

int GetElementIndex(int arg0)

Parameters

arg0 int

int

Returns

int

int

IsLeaf()

bool IsLeaf()

Returns

bool

bool