IAttributedCharacterIterator.GetRunLimit Method

Definition

Overloads

GetRunLimit(AttributedCharacterIteratorAttribute)

Returns the index of the first character following the run with respect to all attributes containing the current character.

GetRunLimit(ICollection<AttributedCharacterIteratorAttribute>)

Returns the index of the first character following the run with respect to the given attributes containing the current character.

GetRunLimit(AttributedCharacterIteratorAttribute)

Returns the index of the first character following the run with respect to all attributes containing the current character.

[Android.Runtime.Register("getRunLimit", "(Ljava/text/AttributedCharacterIterator$Attribute;)I", "GetGetRunLimit_Ljava_text_AttributedCharacterIterator_Attribute_Handler:Java.Text.IAttributedCharacterIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetRunLimit (Java.Text.AttributedCharacterIteratorAttribute? attribute);
[<Android.Runtime.Register("getRunLimit", "(Ljava/text/AttributedCharacterIterator$Attribute;)I", "GetGetRunLimit_Ljava_text_AttributedCharacterIterator_Attribute_Handler:Java.Text.IAttributedCharacterIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetRunLimit : Java.Text.AttributedCharacterIteratorAttribute -> int

Parameters

attribute
AttributedCharacterIteratorAttribute

the attribute which the run is based on.

Returns

the index of the first character following the run

Attributes

Remarks

Java documentation for java.text.AttributedCharacterIterator.getRunLimit().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

GetRunLimit(ICollection<AttributedCharacterIteratorAttribute>)

Returns the index of the first character following the run with respect to the given attributes containing the current character.

[Android.Runtime.Register("getRunLimit", "(Ljava/util/Set;)I", "GetGetRunLimit_Ljava_util_Set_Handler:Java.Text.IAttributedCharacterIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public int GetRunLimit (System.Collections.Generic.ICollection<Java.Text.AttributedCharacterIteratorAttribute>? attributes);
[<Android.Runtime.Register("getRunLimit", "(Ljava/util/Set;)I", "GetGetRunLimit_Ljava_util_Set_Handler:Java.Text.IAttributedCharacterIteratorInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetRunLimit : System.Collections.Generic.ICollection<Java.Text.AttributedCharacterIteratorAttribute> -> int

Parameters

attributes
ICollection<AttributedCharacterIteratorAttribute>

a set of the desired attributes

Returns

the index of the first character following the run

Attributes

Remarks

Returns the index of the first character following the run with respect to the given attributes containing the current character.

Java documentation for java.text.AttributedCharacterIterator.getRunLimit(java.util.Set<? extends java.text.AttributedCharacterIterator.Attribute>).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to