Java.Text.IAttributedCharacterIterator: Property Members

The properties of Java.Text.IAttributedCharacterIterator are listed below. For a list of all members, see the IAttributedCharacterIterator Members list.

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.