接口 TextFormatOuterClass.TextFormatOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- TextFormatOuterClass
public static interface TextFormatOuterClass.TextFormatOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明booleangetBold()bool bold = 2;getColor()string color = 1;com.google.protobuf.ByteStringstring color = 1;intuint32 font_size = 6;booleanbool italic = 3;intuint32 italic_angle = 5;booleanbool use_heigh_light_color = 7;booleanbool use_remote_clor = 8;intuint32 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.
-