Java.Text.IAttributedCharacterIterator Members

The members of Java.Text.IAttributedCharacterIterator are listed below.

Public Properties

[read-only]
AllAttributeKeysICollection<AttributedCharacterIteratorAttribute>. Returns a set of attributes present in the AttributedCharacterIterator.
[read-only]
AttributesIDictionary<AttributedCharacterIteratorAttribute, Java.Lang.Object>. Returns a map of all attributes of the current character.
[read-only]
RunLimitint. Returns the index of the last character in the run having the same attributes as the current character.
[read-only]
RunStartint. Returns the index of the first character in the run that has the same attributes as the current character.

Public Methods

GetAttribute(AttributedCharacterIteratorAttribute) : Java.Lang.Object
Returns the value stored in the attribute for the current character.
GetRunLimit(AttributedCharacterIteratorAttribute) : int
Returns the index of the last character in the run that has the same attribute value for the given attribute as the current character.
GetRunLimit(ICollection<AttributedCharacterIteratorAttribute>) : int
Documentation for this section has not yet been entered.
GetRunStart(AttributedCharacterIteratorAttribute) : int
Returns the index of the first character in the run that has the same attribute value for the given attribute as the current character.
GetRunStart(ICollection<AttributedCharacterIteratorAttribute>) : int
Documentation for this section has not yet been entered.