Interface IElement
.NET interface skeleton to be manually developed following https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/swing/text/Element.html
public interface IElement
Properties
Attributes
AttributeSet Attributes { get; }
Property Value
Document
Document Document { get; }
Property Value
ElementCount
int ElementCount { get; }
Property Value
EndOffset
int EndOffset { get; }
Property Value
Name
String Name { get; }
Property Value
ParentElement
Element ParentElement { get; }
Property Value
StartOffset
int StartOffset { get; }
Property Value
Methods
GetElement(int)
Element GetElement(int arg0)
Parameters
Returns
GetElementIndex(int)
int GetElementIndex(int arg0)
Parameters
Returns
IsLeaf()
bool IsLeaf()