public final class ChromeTextStamperInfoP extends com.google.protobuf.GeneratedMessageV3 implements ChromeTextStamperInfoPOrBuilder
ironpdfengineproto.ChromeTextStamperInfoP| Modifier and Type | Class and Description |
|---|---|
static class |
ChromeTextStamperInfoP.Builder
Protobuf type
ironpdfengineproto.ChromeTextStamperInfoP |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
BACKGROUND_COLOR_FIELD_NUMBER |
static int |
FONT_FAMILY_FIELD_NUMBER |
static int |
FONT_SIZE_FIELD_NUMBER |
static int |
IS_BOLD_FIELD_NUMBER |
static int |
IS_ITALIC_FIELD_NUMBER |
static int |
IS_STRIKETHROUGH_FIELD_NUMBER |
static int |
IS_UNDERLINE_FIELD_NUMBER |
static int |
TEXT_COLOR_FIELD_NUMBER |
static int |
USE_GOOGLE_FONT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBackgroundColor()
optional string background_color = 9; |
com.google.protobuf.ByteString |
getBackgroundColorBytes()
optional string background_color = 9; |
static ChromeTextStamperInfoP |
getDefaultInstance() |
ChromeTextStamperInfoP |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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; |
com.google.protobuf.Parser<ChromeTextStamperInfoP> |
getParserForType() |
int |
getSerializedSize() |
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; |
int |
hashCode() |
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() |
static ChromeTextStamperInfoP.Builder |
newBuilder() |
static ChromeTextStamperInfoP.Builder |
newBuilder(ChromeTextStamperInfoP prototype) |
ChromeTextStamperInfoP.Builder |
newBuilderForType() |
static ChromeTextStamperInfoP |
parseDelimitedFrom(InputStream input) |
static ChromeTextStamperInfoP |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeTextStamperInfoP |
parseFrom(byte[] data) |
static ChromeTextStamperInfoP |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeTextStamperInfoP |
parseFrom(ByteBuffer data) |
static ChromeTextStamperInfoP |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeTextStamperInfoP |
parseFrom(com.google.protobuf.ByteString data) |
static ChromeTextStamperInfoP |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeTextStamperInfoP |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ChromeTextStamperInfoP |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeTextStamperInfoP |
parseFrom(InputStream input) |
static ChromeTextStamperInfoP |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ChromeTextStamperInfoP> |
parser() |
ChromeTextStamperInfoP.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int IS_BOLD_FIELD_NUMBER
public static final int IS_ITALIC_FIELD_NUMBER
public static final int IS_UNDERLINE_FIELD_NUMBER
public static final int IS_STRIKETHROUGH_FIELD_NUMBER
public static final int FONT_FAMILY_FIELD_NUMBER
public static final int FONT_SIZE_FIELD_NUMBER
public static final int USE_GOOGLE_FONT_FIELD_NUMBER
public static final int TEXT_COLOR_FIELD_NUMBER
public static final int BACKGROUND_COLOR_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasIsBold()
optional bool is_bold = 1;hasIsBold in interface ChromeTextStamperInfoPOrBuilderpublic boolean getIsBold()
optional bool is_bold = 1;getIsBold in interface ChromeTextStamperInfoPOrBuilderpublic boolean hasIsItalic()
optional bool is_italic = 2;hasIsItalic in interface ChromeTextStamperInfoPOrBuilderpublic boolean getIsItalic()
optional bool is_italic = 2;getIsItalic in interface ChromeTextStamperInfoPOrBuilderpublic boolean hasIsUnderline()
optional bool is_underline = 3;hasIsUnderline in interface ChromeTextStamperInfoPOrBuilderpublic boolean getIsUnderline()
optional bool is_underline = 3;getIsUnderline in interface ChromeTextStamperInfoPOrBuilderpublic boolean hasIsStrikethrough()
optional bool is_strikethrough = 4;hasIsStrikethrough in interface ChromeTextStamperInfoPOrBuilderpublic boolean getIsStrikethrough()
optional bool is_strikethrough = 4;getIsStrikethrough in interface ChromeTextStamperInfoPOrBuilderpublic 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 boolean hasFontSize()
optional int32 font_size = 6;hasFontSize in interface ChromeTextStamperInfoPOrBuilderpublic int getFontSize()
optional int32 font_size = 6;getFontSize in interface ChromeTextStamperInfoPOrBuilderpublic boolean hasUseGoogleFont()
optional bool use_google_font = 7;hasUseGoogleFont in interface ChromeTextStamperInfoPOrBuilderpublic boolean getUseGoogleFont()
optional bool use_google_font = 7;getUseGoogleFont in interface ChromeTextStamperInfoPOrBuilderpublic 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 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 final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ChromeTextStamperInfoP parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeTextStamperInfoP parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeTextStamperInfoP parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeTextStamperInfoP parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeTextStamperInfoP parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeTextStamperInfoP parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeTextStamperInfoP parseFrom(InputStream input) throws IOException
IOExceptionpublic static ChromeTextStamperInfoP parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ChromeTextStamperInfoP parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ChromeTextStamperInfoP parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ChromeTextStamperInfoP parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ChromeTextStamperInfoP parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ChromeTextStamperInfoP.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ChromeTextStamperInfoP.Builder newBuilder()
public static ChromeTextStamperInfoP.Builder newBuilder(ChromeTextStamperInfoP prototype)
public ChromeTextStamperInfoP.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static ChromeTextStamperInfoP getDefaultInstance()
public static com.google.protobuf.Parser<ChromeTextStamperInfoP> parser()
public com.google.protobuf.Parser<ChromeTextStamperInfoP> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ChromeTextStamperInfoP getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022–2025 Iron Software. All rights reserved.