Interface TextFormatOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TextFormat, TextFormat.Builder

public interface TextFormatOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool bold = 2;
    string color = 1;
    com.google.protobuf.ByteString
    string color = 1;
    int
    uint32 font_size = 6;
    boolean
    bool italic = 3;
    int
    uint32 italic_angle = 5;
    boolean
    bool use_heigh_light_color = 7;
    boolean
    bool use_remote_clor = 8;
    int
    uint32 weight = 4;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getColor

      String getColor()
      string color = 1;
      Returns:
      The color.
    • getColorBytes

      com.google.protobuf.ByteString getColorBytes()
      string color = 1;
      Returns:
      The bytes for color.
    • getBold

      boolean getBold()
      bool bold = 2;
      Returns:
      The bold.
    • getItalic

      boolean getItalic()
      bool italic = 3;
      Returns:
      The italic.
    • getWeight

      int getWeight()
      uint32 weight = 4;
      Returns:
      The weight.
    • getItalicAngle

      int getItalicAngle()
      uint32 italic_angle = 5;
      Returns:
      The italicAngle.
    • getFontSize

      int getFontSize()
      uint32 font_size = 6;
      Returns:
      The fontSize.
    • getUseHeighLightColor

      boolean getUseHeighLightColor()
      bool use_heigh_light_color = 7;
      Returns:
      The useHeighLightColor.
    • getUseRemoteClor

      boolean getUseRemoteClor()
      bool use_remote_clor = 8;
      Returns:
      The useRemoteClor.