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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetBackgroundColor()optional string background_color = 9;com.google.protobuf.ByteStringgetBackgroundColorBytes()optional string background_color = 9;StringgetFontFamily()optional string font_family = 5;com.google.protobuf.ByteStringgetFontFamilyBytes()optional string font_family = 5;intgetFontSize()optional int32 font_size = 6;booleangetIsBold()optional bool is_bold = 1;booleangetIsItalic()optional bool is_italic = 2;booleangetIsStrikethrough()optional bool is_strikethrough = 4;booleangetIsUnderline()optional bool is_underline = 3;StringgetTextColor()optional string text_color = 8;com.google.protobuf.ByteStringgetTextColorBytes()optional string text_color = 8;booleangetUseGoogleFont()optional bool use_google_font = 7;booleanhasBackgroundColor()optional string background_color = 9;booleanhasFontFamily()optional string font_family = 5;booleanhasFontSize()optional int32 font_size = 6;booleanhasIsBold()optional bool is_bold = 1;booleanhasIsItalic()optional bool is_italic = 2;booleanhasIsStrikethrough()optional bool is_strikethrough = 4;booleanhasIsUnderline()optional bool is_underline = 3;booleanhasTextColor()optional string text_color = 8;booleanhasUseGoogleFont()optional bool use_google_font = 7;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasIsBoldboolean hasIsBold() optional bool is_bold = 1;- Returns:
- Whether the isBold field is set.
 
 - 
getIsBoldboolean getIsBold() optional bool is_bold = 1;- Returns:
- The isBold.
 
 - 
hasIsItalicboolean hasIsItalic() optional bool is_italic = 2;- Returns:
- Whether the isItalic field is set.
 
 - 
getIsItalicboolean getIsItalic() optional bool is_italic = 2;- Returns:
- The isItalic.
 
 - 
hasIsUnderlineboolean hasIsUnderline() optional bool is_underline = 3;- Returns:
- Whether the isUnderline field is set.
 
 - 
getIsUnderlineboolean getIsUnderline() optional bool is_underline = 3;- Returns:
- The isUnderline.
 
 - 
hasIsStrikethroughboolean hasIsStrikethrough() optional bool is_strikethrough = 4;- Returns:
- Whether the isStrikethrough field is set.
 
 - 
getIsStrikethroughboolean getIsStrikethrough() optional bool is_strikethrough = 4;- Returns:
- The isStrikethrough.
 
 - 
hasFontFamilyboolean hasFontFamily() optional string font_family = 5;- Returns:
- Whether the fontFamily field is set.
 
 - 
getFontFamilyString getFontFamily() optional string font_family = 5;- Returns:
- The fontFamily.
 
 - 
getFontFamilyBytescom.google.protobuf.ByteString getFontFamilyBytes() optional string font_family = 5;- Returns:
- The bytes for fontFamily.
 
 - 
hasFontSizeboolean hasFontSize() optional int32 font_size = 6;- Returns:
- Whether the fontSize field is set.
 
 - 
getFontSizeint getFontSize() optional int32 font_size = 6;- Returns:
- The fontSize.
 
 - 
hasUseGoogleFontboolean hasUseGoogleFont() optional bool use_google_font = 7;- Returns:
- Whether the useGoogleFont field is set.
 
 - 
getUseGoogleFontboolean getUseGoogleFont() optional bool use_google_font = 7;- Returns:
- The useGoogleFont.
 
 - 
hasTextColorboolean hasTextColor() optional string text_color = 8;- Returns:
- Whether the textColor field is set.
 
 - 
getTextColorString getTextColor() optional string text_color = 8;- Returns:
- The textColor.
 
 - 
getTextColorBytescom.google.protobuf.ByteString getTextColorBytes() optional string text_color = 8;- Returns:
- The bytes for textColor.
 
 - 
hasBackgroundColorboolean hasBackgroundColor() optional string background_color = 9;- Returns:
- Whether the backgroundColor field is set.
 
 - 
getBackgroundColorString getBackgroundColor() optional string background_color = 9;- Returns:
- The backgroundColor.
 
 - 
getBackgroundColorBytescom.google.protobuf.ByteString getBackgroundColorBytes() optional string background_color = 9;- Returns:
- The bytes for backgroundColor.
 
 
- 
 
-