public interface TextStamperInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and 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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasIsBold()
optional bool is_bold = 1;
boolean getIsBold()
optional bool is_bold = 1;
boolean hasIsItalic()
optional bool is_italic = 2;
boolean getIsItalic()
optional bool is_italic = 2;
boolean hasIsUnderline()
optional bool is_underline = 3;
boolean getIsUnderline()
optional bool is_underline = 3;
boolean hasIsStrikethrough()
optional bool is_strikethrough = 4;
boolean getIsStrikethrough()
optional bool is_strikethrough = 4;
boolean hasFontFamily()
optional string font_family = 5;
String getFontFamily()
optional string font_family = 5;
com.google.protobuf.ByteString getFontFamilyBytes()
optional string font_family = 5;
boolean hasFontSize()
optional int32 font_size = 6;
int getFontSize()
optional int32 font_size = 6;
boolean hasUseGoogleFont()
optional bool use_google_font = 7;
boolean getUseGoogleFont()
optional bool use_google_font = 7;
boolean hasTextColor()
optional string text_color = 8;
String getTextColor()
optional string text_color = 8;
com.google.protobuf.ByteString getTextColorBytes()
optional string text_color = 8;
boolean hasBackgroundColor()
optional string background_color = 9;
String getBackgroundColor()
optional string background_color = 9;
com.google.protobuf.ByteString getBackgroundColorBytes()
optional string background_color = 9;
Copyright © 2022–2023 Iron Software. All rights reserved.