Table of Contents

Interface IAttributedCharacterIterator

Namespace
Java.Text
Assembly
MASES.JNet.dll

.NET interface for TO BE DEFINED FROM USER

public interface IAttributedCharacterIterator : ICharacterIterator, ICloneable
Inherited Members

Properties

AllAttributeKeys

Set<AttributedCharacterIterator.Attribute> AllAttributeKeys { get; }

Property Value

Set<AttributedCharacterIterator.Attribute>

Attributes

Map<AttributedCharacterIterator.Attribute, object> Attributes { get; }

Property Value

Map<AttributedCharacterIterator.Attribute, object>

RunLimit

int RunLimit { get; }

Property Value

int

RunStart

int RunStart { get; }

Property Value

int

Methods

GetAttribute(Attribute)

object GetAttribute(AttributedCharacterIterator.Attribute arg0)

Parameters

arg0 AttributedCharacterIterator.Attribute

AttributedCharacterIterator.Attribute

Returns

object

object

GetRunLimit(Attribute)

int GetRunLimit(AttributedCharacterIterator.Attribute arg0)

Parameters

arg0 AttributedCharacterIterator.Attribute

AttributedCharacterIterator.Attribute

Returns

int

int

GetRunLimit<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute>(Set<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute>)

int GetRunLimit<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute>(Set<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute> arg0) where Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute : AttributedCharacterIterator.Attribute

Parameters

arg0 Set<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute>

Set

Returns

int

int

Type Parameters

Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute

AttributedCharacterIterator.Attribute

GetRunStart(Attribute)

int GetRunStart(AttributedCharacterIterator.Attribute arg0)

Parameters

arg0 AttributedCharacterIterator.Attribute

AttributedCharacterIterator.Attribute

Returns

int

int

GetRunStart<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute>(Set<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute>)

int GetRunStart<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute>(Set<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute> arg0) where Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute : AttributedCharacterIterator.Attribute

Parameters

arg0 Set<Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute>

Set

Returns

int

int

Type Parameters

Arg0ExtendsJava_Text_AttributedCharacterIterator_Attribute

AttributedCharacterIterator.Attribute