Interface ChromeTextStamperInfoPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChromeTextStamperInfoP
,ChromeTextStamperInfoP.Builder
public interface ChromeTextStamperInfoPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBackgroundColor()
optional string background_color = 9;
com.google.protobuf.ByteString
getBackgroundColorBytes()
optional string background_color = 9;
String
getFontFamily()
optional string font_family = 5;
com.google.protobuf.ByteString
getFontFamilyBytes()
optional string font_family = 5;
int
getFontSize()
optional int32 font_size = 6;
boolean
getIsBold()
optional bool is_bold = 1;
boolean
getIsItalic()
optional bool is_italic = 2;
boolean
getIsStrikethrough()
optional bool is_strikethrough = 4;
boolean
getIsUnderline()
optional bool is_underline = 3;
String
getTextColor()
optional string text_color = 8;
com.google.protobuf.ByteString
getTextColorBytes()
optional string text_color = 8;
boolean
getUseGoogleFont()
optional bool use_google_font = 7;
boolean
hasBackgroundColor()
optional string background_color = 9;
boolean
hasFontFamily()
optional string font_family = 5;
boolean
hasFontSize()
optional int32 font_size = 6;
boolean
hasIsBold()
optional bool is_bold = 1;
boolean
hasIsItalic()
optional bool is_italic = 2;
boolean
hasIsStrikethrough()
optional bool is_strikethrough = 4;
boolean
hasIsUnderline()
optional bool is_underline = 3;
boolean
hasTextColor()
optional string text_color = 8;
boolean
hasUseGoogleFont()
optional bool use_google_font = 7;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIsBold
boolean hasIsBold()
optional bool is_bold = 1;
- Returns:
- Whether the isBold field is set.
-
getIsBold
boolean getIsBold()
optional bool is_bold = 1;
- Returns:
- The isBold.
-
hasIsItalic
boolean hasIsItalic()
optional bool is_italic = 2;
- Returns:
- Whether the isItalic field is set.
-
getIsItalic
boolean getIsItalic()
optional bool is_italic = 2;
- Returns:
- The isItalic.
-
hasIsUnderline
boolean hasIsUnderline()
optional bool is_underline = 3;
- Returns:
- Whether the isUnderline field is set.
-
getIsUnderline
boolean getIsUnderline()
optional bool is_underline = 3;
- Returns:
- The isUnderline.
-
hasIsStrikethrough
boolean hasIsStrikethrough()
optional bool is_strikethrough = 4;
- Returns:
- Whether the isStrikethrough field is set.
-
getIsStrikethrough
boolean getIsStrikethrough()
optional bool is_strikethrough = 4;
- Returns:
- The isStrikethrough.
-
hasFontFamily
boolean hasFontFamily()
optional string font_family = 5;
- Returns:
- Whether the fontFamily field is set.
-
getFontFamily
String getFontFamily()
optional string font_family = 5;
- Returns:
- The fontFamily.
-
getFontFamilyBytes
com.google.protobuf.ByteString getFontFamilyBytes()
optional string font_family = 5;
- Returns:
- The bytes for fontFamily.
-
hasFontSize
boolean hasFontSize()
optional int32 font_size = 6;
- Returns:
- Whether the fontSize field is set.
-
getFontSize
int getFontSize()
optional int32 font_size = 6;
- Returns:
- The fontSize.
-
hasUseGoogleFont
boolean hasUseGoogleFont()
optional bool use_google_font = 7;
- Returns:
- Whether the useGoogleFont field is set.
-
getUseGoogleFont
boolean getUseGoogleFont()
optional bool use_google_font = 7;
- Returns:
- The useGoogleFont.
-
hasTextColor
boolean hasTextColor()
optional string text_color = 8;
- Returns:
- Whether the textColor field is set.
-
getTextColor
String getTextColor()
optional string text_color = 8;
- Returns:
- The textColor.
-
getTextColorBytes
com.google.protobuf.ByteString getTextColorBytes()
optional string text_color = 8;
- Returns:
- The bytes for textColor.
-
hasBackgroundColor
boolean hasBackgroundColor()
optional string background_color = 9;
- Returns:
- Whether the backgroundColor field is set.
-
getBackgroundColor
String getBackgroundColor()
optional string background_color = 9;
- Returns:
- The backgroundColor.
-
getBackgroundColorBytes
com.google.protobuf.ByteString getBackgroundColorBytes()
optional string background_color = 9;
- Returns:
- The bytes for backgroundColor.
-
-