AttributedString
AttributedString(IAttributedCharacterIterator)
AttributedString(String)
AttributedString(IntPtr, JniHandleOwnership)
AttributedString(IAttributedCharacterIterator, Int32, Int32)
AttributedString(IAttributedCharacterIterator, Int32, Int32, AttributedCharacterIteratorAttribute[])
AttributedString(String, IDictionary<AttributedCharacterIteratorAttribute, Object>)
Iterator
JniPeerMembers
ThresholdClass
ThresholdType
AddAttribute(AttributedCharacterIteratorAttribute, Object)
AddAttribute(AttributedCharacterIteratorAttribute, Object, Int32, Int32)
AddAttributes(IDictionary<AttributedCharacterIteratorAttribute, Object>, Int32, Int32)
GetIterator(AttributedCharacterIteratorAttribute[])
GetIterator(AttributedCharacterIteratorAttribute[], Int32, Int32)
monoandroid
namespace Java.Text
{
[Register("java/text/AttributedString", DoNotGenerateAcw = true)]
public class AttributedString : Object
{
[Register("getIterator", "([Ljava/text/AttributedCharacterIterator$Attribute;II)Ljava/text/AttributedCharacterIterator;", "GetGetIterator_arrayLjava_text_AttributedCharacterIterator_Attribute_IIHandler")]
public virtual IAttributedCharacterIterator? GetIterator(AttributedCharacterIteratorAttribute![]? attributes, int beginIndex, int endIndex);
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API