Java.Text.AttributedCharacterIteratorAttribute Members

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

See Also: Inherited members from Java.Lang.Object

Protected Constructors

The constructor for an Attribute with the name passed.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
static
InputMethodSegmentAttributedCharacterIteratorAttribute. This attribute marks segments from an input method.
[read-only]
static
LanguageAttributedCharacterIteratorAttribute. The attribute describing the language of a character.
[read-only]
static
ReadingAttributedCharacterIteratorAttribute. For languages that have different reading directions of text (like Japanese), this attribute allows to define which reading should be used.

Protected Properties

[read-only]
Namestring. Returns the name of this attribute.
[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

override
Equals(Java.Lang.Object) : bool
Compares this attribute with the specified object.
override
GetHashCode() : int
Calculates the hash code for objects of type Attribute.

Protected Methods

ReadResolve() : Java.Lang.Object
Resolves a deserialized instance to the correct constant attribute.