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 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

      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

      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;