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 TypeMethodDescriptionbooleangetBold()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;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-