Java.Text.IAttributedCharacterIterator.GetAttribute Method
Returns the value stored in the attribute for the current character.

Syntax

[Android.Runtime.Register("getAttribute", "(Ljava/text/AttributedCharacterIterator$Attribute;)Ljava/lang/Object;", "GetGetAttribute_Ljava_text_AttributedCharacterIterator_Attribute_Handler:Java.Text.IAttributedCharacterIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Lang.Object GetAttribute (AttributedCharacterIteratorAttribute attribute)

Parameters

attribute
the attribute for which the value should be returned.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns the value stored in the attribute for the current character. If the attribute was not defined then null is returned.

[Android Documentation]

Requirements

Namespace: Java.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1