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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resources.StyledString.SpangetSpan(int index)repeated .aapt.pb.StyledString.Span span = 2;intgetSpanCount()repeated .aapt.pb.StyledString.Span span = 2;java.util.List<Resources.StyledString.Span>getSpanList()repeated .aapt.pb.StyledString.Span span = 2;Resources.StyledString.SpanOrBuildergetSpanOrBuilder(int index)repeated .aapt.pb.StyledString.Span span = 2;java.util.List<? extends Resources.StyledString.SpanOrBuilder>getSpanOrBuilderList()repeated .aapt.pb.StyledString.Span span = 2;java.lang.StringgetValue()The raw text of the string.com.google.protobuf.ByteStringgetValueBytes()The raw text of the string.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getValue
java.lang.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
java.util.List<Resources.StyledString.Span> getSpanList()
repeated .aapt.pb.StyledString.Span span = 2;
-
getSpan
Resources.StyledString.Span getSpan(int index)
repeated .aapt.pb.StyledString.Span span = 2;
-
getSpanCount
int getSpanCount()
repeated .aapt.pb.StyledString.Span span = 2;
-
getSpanOrBuilderList
java.util.List<? extends Resources.StyledString.SpanOrBuilder> getSpanOrBuilderList()
repeated .aapt.pb.StyledString.Span span = 2;
-
getSpanOrBuilder
Resources.StyledString.SpanOrBuilder getSpanOrBuilder(int index)
repeated .aapt.pb.StyledString.Span span = 2;
-
-