|
repeated .aapt.pb.StyledString.Span span = 2;
abstract fun getSpan(index: Int): Span! |
|
repeated .aapt.pb.StyledString.Span span = 2;
abstract fun getSpanCount(): Int |
|
repeated .aapt.pb.StyledString.Span span = 2;
abstract fun getSpanList(): MutableList<Span!>! |
|
repeated .aapt.pb.StyledString.Span span = 2;
abstract fun getSpanOrBuilder(index: Int): SpanOrBuilder! |
|
repeated .aapt.pb.StyledString.Span span = 2;
abstract fun getSpanOrBuilderList(): MutableList<out SpanOrBuilder!>! |
|
The raw text of the string.
string value = 1;
abstract fun getValue(): String! |
|
The raw text of the string.
string value = 1;
abstract fun getValueBytes(): ByteString! |