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 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.
      • getSpanCount

        int getSpanCount()
        repeated .aapt.pb.StyledString.Span span = 2;