Java.Text.AttributedString Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs an AttributedString from an AttributedCharacterIterator, which represents attributed text.
Creates an AttributedString from the given text.
Documentation for this section has not yet been entered.
Constructs an AttributedString from a range of the text contained in the specified AttributedCharacterIterator, starting at start and ending at end.
Constructs an AttributedString from a range of the text contained in the specified AttributedCharacterIterator, starting at start, ending at end and it will copy the attributes defined in the specified set.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
IteratorIAttributedCharacterIterator. Returns an AttributedCharacterIterator that gives access to the complete content of this attributed string.

Protected Properties

[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

AddAttribute(AttributedCharacterIteratorAttribute, Java.Lang.Object)
Applies a given attribute to this string.
AddAttribute(AttributedCharacterIteratorAttribute, Java.Lang.Object, int, int)
Applies a given attribute to the given range of this string.
AddAttributes(IDictionary<AttributedCharacterIteratorAttribute, object>, int, int)
Documentation for this section has not yet been entered.
GetIterator(AttributedCharacterIteratorAttribute[]) : IAttributedCharacterIterator
Returns an AttributedCharacterIterator that gives access to the complete content of this attributed string.
GetIterator(AttributedCharacterIteratorAttribute[], int, int) : IAttributedCharacterIterator
Returns an AttributedCharacterIterator that gives access to the contents of this attributed string starting at index start up to index end.