Package com.android.aapt
Interface Resources.StyledStringOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Resources.StyledString,Resources.StyledString.Builder
- Enclosing class:
- Resources
public static interface Resources.StyledStringOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetSpan(int index) repeated .aapt.pb.StyledString.Span span = 2;intrepeated .aapt.pb.StyledString.Span span = 2;repeated .aapt.pb.StyledString.Span span = 2;getSpanOrBuilder(int index) repeated .aapt.pb.StyledString.Span span = 2;List<? extends Resources.StyledString.SpanOrBuilder>repeated .aapt.pb.StyledString.Span span = 2;getValue()The raw text of the string.com.google.protobuf.ByteStringThe raw text of the string.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValue
String getValue()The raw text of the string.
string value = 1;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()The raw text of the string.
string value = 1;- Returns:
- The bytes for value.
-
getSpanList
List<Resources.StyledString.Span> getSpanList()repeated .aapt.pb.StyledString.Span span = 2; -
getSpan
repeated .aapt.pb.StyledString.Span span = 2; -
getSpanCount
int getSpanCount()repeated .aapt.pb.StyledString.Span span = 2; -
getSpanOrBuilderList
List<? extends Resources.StyledString.SpanOrBuilder> getSpanOrBuilderList()repeated .aapt.pb.StyledString.Span span = 2; -
getSpanOrBuilder
repeated .aapt.pb.StyledString.Span span = 2;
-