public static final class ChromeTextStamperInfoP.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ChromeTextStamperInfoP.Builder> implements ChromeTextStamperInfoPOrBuilder
ironpdfengineproto.ChromeTextStamperInfoP| Modifier and Type | Method and Description |
|---|---|
ChromeTextStamperInfoP.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ChromeTextStamperInfoP |
build() |
ChromeTextStamperInfoP |
buildPartial() |
ChromeTextStamperInfoP.Builder |
clear() |
ChromeTextStamperInfoP.Builder |
clearBackgroundColor()
optional string background_color = 9; |
ChromeTextStamperInfoP.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ChromeTextStamperInfoP.Builder |
clearFontFamily()
optional string font_family = 5; |
ChromeTextStamperInfoP.Builder |
clearFontSize()
optional int32 font_size = 6; |
ChromeTextStamperInfoP.Builder |
clearIsBold()
optional bool is_bold = 1; |
ChromeTextStamperInfoP.Builder |
clearIsItalic()
optional bool is_italic = 2; |
ChromeTextStamperInfoP.Builder |
clearIsStrikethrough()
optional bool is_strikethrough = 4; |
ChromeTextStamperInfoP.Builder |
clearIsUnderline()
optional bool is_underline = 3; |
ChromeTextStamperInfoP.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ChromeTextStamperInfoP.Builder |
clearTextColor()
optional string text_color = 8; |
ChromeTextStamperInfoP.Builder |
clearUseGoogleFont()
optional bool use_google_font = 7; |
ChromeTextStamperInfoP.Builder |
clone() |
String |
getBackgroundColor()
optional string background_color = 9; |
com.google.protobuf.ByteString |
getBackgroundColorBytes()
optional string background_color = 9; |
ChromeTextStamperInfoP |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
boolean |
isInitialized() |
ChromeTextStamperInfoP.Builder |
mergeFrom(ChromeTextStamperInfoP other) |
ChromeTextStamperInfoP.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ChromeTextStamperInfoP.Builder |
mergeFrom(com.google.protobuf.Message other) |
ChromeTextStamperInfoP.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ChromeTextStamperInfoP.Builder |
setBackgroundColor(String value)
optional string background_color = 9; |
ChromeTextStamperInfoP.Builder |
setBackgroundColorBytes(com.google.protobuf.ByteString value)
optional string background_color = 9; |
ChromeTextStamperInfoP.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ChromeTextStamperInfoP.Builder |
setFontFamily(String value)
optional string font_family = 5; |
ChromeTextStamperInfoP.Builder |
setFontFamilyBytes(com.google.protobuf.ByteString value)
optional string font_family = 5; |
ChromeTextStamperInfoP.Builder |
setFontSize(int value)
optional int32 font_size = 6; |
ChromeTextStamperInfoP.Builder |
setIsBold(boolean value)
optional bool is_bold = 1; |
ChromeTextStamperInfoP.Builder |
setIsItalic(boolean value)
optional bool is_italic = 2; |
ChromeTextStamperInfoP.Builder |
setIsStrikethrough(boolean value)
optional bool is_strikethrough = 4; |
ChromeTextStamperInfoP.Builder |
setIsUnderline(boolean value)
optional bool is_underline = 3; |
ChromeTextStamperInfoP.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ChromeTextStamperInfoP.Builder |
setTextColor(String value)
optional string text_color = 8; |
ChromeTextStamperInfoP.Builder |
setTextColorBytes(com.google.protobuf.ByteString value)
optional string text_color = 8; |
ChromeTextStamperInfoP.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ChromeTextStamperInfoP.Builder |
setUseGoogleFont(boolean value)
optional bool use_google_font = 7; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newBuilderForFieldfindInitializationErrors, getInitializationErrorString, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, toStringmergeDelimitedFrom, mergeDelimitedFromequals, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public ChromeTextStamperInfoP.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ChromeTextStamperInfoP.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ChromeTextStamperInfoP.Builder>public ChromeTextStamperInfoP getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ChromeTextStamperInfoP build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ChromeTextStamperInfoP buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ChromeTextStamperInfoP.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ChromeTextStamperInfoP.Builder>public ChromeTextStamperInfoP.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ChromeTextStamperInfoP.Builder>public ChromeTextStamperInfoP.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ChromeTextStamperInfoP.Builder>public ChromeTextStamperInfoP.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ChromeTextStamperInfoP.Builder>public ChromeTextStamperInfoP.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ChromeTextStamperInfoP.Builder>public ChromeTextStamperInfoP.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ChromeTextStamperInfoP.Builder>public ChromeTextStamperInfoP.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ChromeTextStamperInfoP.Builder>public ChromeTextStamperInfoP.Builder mergeFrom(ChromeTextStamperInfoP other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ChromeTextStamperInfoP.Builder>public ChromeTextStamperInfoP.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ChromeTextStamperInfoP.Builder>IOExceptionpublic boolean hasIsBold()
optional bool is_bold = 1;hasIsBold in interface ChromeTextStamperInfoPOrBuilderpublic boolean getIsBold()
optional bool is_bold = 1;getIsBold in interface ChromeTextStamperInfoPOrBuilderpublic ChromeTextStamperInfoP.Builder setIsBold(boolean value)
optional bool is_bold = 1;value - The isBold to set.public ChromeTextStamperInfoP.Builder clearIsBold()
optional bool is_bold = 1;public boolean hasIsItalic()
optional bool is_italic = 2;hasIsItalic in interface ChromeTextStamperInfoPOrBuilderpublic boolean getIsItalic()
optional bool is_italic = 2;getIsItalic in interface ChromeTextStamperInfoPOrBuilderpublic ChromeTextStamperInfoP.Builder setIsItalic(boolean value)
optional bool is_italic = 2;value - The isItalic to set.public ChromeTextStamperInfoP.Builder clearIsItalic()
optional bool is_italic = 2;public boolean hasIsUnderline()
optional bool is_underline = 3;hasIsUnderline in interface ChromeTextStamperInfoPOrBuilderpublic boolean getIsUnderline()
optional bool is_underline = 3;getIsUnderline in interface ChromeTextStamperInfoPOrBuilderpublic ChromeTextStamperInfoP.Builder setIsUnderline(boolean value)
optional bool is_underline = 3;value - The isUnderline to set.public ChromeTextStamperInfoP.Builder clearIsUnderline()
optional bool is_underline = 3;public boolean hasIsStrikethrough()
optional bool is_strikethrough = 4;hasIsStrikethrough in interface ChromeTextStamperInfoPOrBuilderpublic boolean getIsStrikethrough()
optional bool is_strikethrough = 4;getIsStrikethrough in interface ChromeTextStamperInfoPOrBuilderpublic ChromeTextStamperInfoP.Builder setIsStrikethrough(boolean value)
optional bool is_strikethrough = 4;value - The isStrikethrough to set.public ChromeTextStamperInfoP.Builder clearIsStrikethrough()
optional bool is_strikethrough = 4;public boolean hasFontFamily()
optional string font_family = 5;hasFontFamily in interface ChromeTextStamperInfoPOrBuilderpublic String getFontFamily()
optional string font_family = 5;getFontFamily in interface ChromeTextStamperInfoPOrBuilderpublic com.google.protobuf.ByteString getFontFamilyBytes()
optional string font_family = 5;getFontFamilyBytes in interface ChromeTextStamperInfoPOrBuilderpublic ChromeTextStamperInfoP.Builder setFontFamily(String value)
optional string font_family = 5;value - The fontFamily to set.public ChromeTextStamperInfoP.Builder clearFontFamily()
optional string font_family = 5;public ChromeTextStamperInfoP.Builder setFontFamilyBytes(com.google.protobuf.ByteString value)
optional string font_family = 5;value - The bytes for fontFamily to set.public boolean hasFontSize()
optional int32 font_size = 6;hasFontSize in interface ChromeTextStamperInfoPOrBuilderpublic int getFontSize()
optional int32 font_size = 6;getFontSize in interface ChromeTextStamperInfoPOrBuilderpublic ChromeTextStamperInfoP.Builder setFontSize(int value)
optional int32 font_size = 6;value - The fontSize to set.public ChromeTextStamperInfoP.Builder clearFontSize()
optional int32 font_size = 6;public boolean hasUseGoogleFont()
optional bool use_google_font = 7;hasUseGoogleFont in interface ChromeTextStamperInfoPOrBuilderpublic boolean getUseGoogleFont()
optional bool use_google_font = 7;getUseGoogleFont in interface ChromeTextStamperInfoPOrBuilderpublic ChromeTextStamperInfoP.Builder setUseGoogleFont(boolean value)
optional bool use_google_font = 7;value - The useGoogleFont to set.public ChromeTextStamperInfoP.Builder clearUseGoogleFont()
optional bool use_google_font = 7;public boolean hasTextColor()
optional string text_color = 8;hasTextColor in interface ChromeTextStamperInfoPOrBuilderpublic String getTextColor()
optional string text_color = 8;getTextColor in interface ChromeTextStamperInfoPOrBuilderpublic com.google.protobuf.ByteString getTextColorBytes()
optional string text_color = 8;getTextColorBytes in interface ChromeTextStamperInfoPOrBuilderpublic ChromeTextStamperInfoP.Builder setTextColor(String value)
optional string text_color = 8;value - The textColor to set.public ChromeTextStamperInfoP.Builder clearTextColor()
optional string text_color = 8;public ChromeTextStamperInfoP.Builder setTextColorBytes(com.google.protobuf.ByteString value)
optional string text_color = 8;value - The bytes for textColor to set.public boolean hasBackgroundColor()
optional string background_color = 9;hasBackgroundColor in interface ChromeTextStamperInfoPOrBuilderpublic String getBackgroundColor()
optional string background_color = 9;getBackgroundColor in interface ChromeTextStamperInfoPOrBuilderpublic com.google.protobuf.ByteString getBackgroundColorBytes()
optional string background_color = 9;getBackgroundColorBytes in interface ChromeTextStamperInfoPOrBuilderpublic ChromeTextStamperInfoP.Builder setBackgroundColor(String value)
optional string background_color = 9;value - The backgroundColor to set.public ChromeTextStamperInfoP.Builder clearBackgroundColor()
optional string background_color = 9;public ChromeTextStamperInfoP.Builder setBackgroundColorBytes(com.google.protobuf.ByteString value)
optional string background_color = 9;value - The bytes for backgroundColor to set.public final ChromeTextStamperInfoP.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ChromeTextStamperInfoP.Builder>public final ChromeTextStamperInfoP.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ChromeTextStamperInfoP.Builder>Copyright © 2022–2024 Iron Software. All rights reserved.