接口 TextFormatOuterClass.TextFormatOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
TextFormatOuterClass.TextFormat, TextFormatOuterClass.TextFormat.Builder
封闭类:
TextFormatOuterClass

public static interface TextFormatOuterClass.TextFormatOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    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;

    从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    从接口继承的方法 com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 方法详细资料

    • getColor

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

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

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

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

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

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

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

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

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