public final class ChromeTextHeaderFooterP extends com.google.protobuf.GeneratedMessageV3 implements ChromeTextHeaderFooterPOrBuilder
ironpdfengineproto.ChromeTextHeaderFooterP| Modifier and Type | Class and Description |
|---|---|
static class |
ChromeTextHeaderFooterP.Builder
Protobuf type
ironpdfengineproto.ChromeTextHeaderFooterP |
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 |
CENTER_TEXT_FIELD_NUMBER |
static int |
DIVIDER_LINE_COLOR_FIELD_NUMBER |
static int |
DRAW_DIVIDER_LINE_FIELD_NUMBER |
static int |
FONT_FIELD_NUMBER |
static int |
FONT_SIZE_FIELD_NUMBER |
static int |
LEFT_TEXT_FIELD_NUMBER |
static int |
RIGHT_TEXT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCenterText()
optional string center_text = 2; |
com.google.protobuf.ByteString |
getCenterTextBytes()
optional string center_text = 2; |
static ChromeTextHeaderFooterP |
getDefaultInstance() |
ChromeTextHeaderFooterP |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDividerLineColor()
optional string divider_line_color = 7; |
com.google.protobuf.ByteString |
getDividerLineColorBytes()
optional string divider_line_color = 7; |
boolean |
getDrawDividerLine()
optional bool draw_divider_line = 4; |
PdfiumFontInfoP |
getFont()
optional .ironpdfengineproto.PdfiumFontInfoP font = 5; |
PdfiumFontInfoPOrBuilder |
getFontOrBuilder()
optional .ironpdfengineproto.PdfiumFontInfoP font = 5; |
double |
getFontSize()
optional double font_size = 6; |
String |
getLeftText()
optional string left_text = 1; |
com.google.protobuf.ByteString |
getLeftTextBytes()
optional string left_text = 1; |
com.google.protobuf.Parser<ChromeTextHeaderFooterP> |
getParserForType() |
String |
getRightText()
optional string right_text = 3; |
com.google.protobuf.ByteString |
getRightTextBytes()
optional string right_text = 3; |
int |
getSerializedSize() |
boolean |
hasCenterText()
optional string center_text = 2; |
boolean |
hasDividerLineColor()
optional string divider_line_color = 7; |
boolean |
hasDrawDividerLine()
optional bool draw_divider_line = 4; |
boolean |
hasFont()
optional .ironpdfengineproto.PdfiumFontInfoP font = 5; |
boolean |
hasFontSize()
optional double font_size = 6; |
int |
hashCode() |
boolean |
hasLeftText()
optional string left_text = 1; |
boolean |
hasRightText()
optional string right_text = 3; |
boolean |
isInitialized() |
static ChromeTextHeaderFooterP.Builder |
newBuilder() |
static ChromeTextHeaderFooterP.Builder |
newBuilder(ChromeTextHeaderFooterP prototype) |
ChromeTextHeaderFooterP.Builder |
newBuilderForType() |
static ChromeTextHeaderFooterP |
parseDelimitedFrom(InputStream input) |
static ChromeTextHeaderFooterP |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeTextHeaderFooterP |
parseFrom(byte[] data) |
static ChromeTextHeaderFooterP |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeTextHeaderFooterP |
parseFrom(ByteBuffer data) |
static ChromeTextHeaderFooterP |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeTextHeaderFooterP |
parseFrom(com.google.protobuf.ByteString data) |
static ChromeTextHeaderFooterP |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeTextHeaderFooterP |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ChromeTextHeaderFooterP |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeTextHeaderFooterP |
parseFrom(InputStream input) |
static ChromeTextHeaderFooterP |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ChromeTextHeaderFooterP> |
parser() |
ChromeTextHeaderFooterP.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 LEFT_TEXT_FIELD_NUMBER
public static final int CENTER_TEXT_FIELD_NUMBER
public static final int RIGHT_TEXT_FIELD_NUMBER
public static final int DRAW_DIVIDER_LINE_FIELD_NUMBER
public static final int FONT_FIELD_NUMBER
public static final int FONT_SIZE_FIELD_NUMBER
public static final int DIVIDER_LINE_COLOR_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasLeftText()
optional string left_text = 1;hasLeftText in interface ChromeTextHeaderFooterPOrBuilderpublic String getLeftText()
optional string left_text = 1;getLeftText in interface ChromeTextHeaderFooterPOrBuilderpublic com.google.protobuf.ByteString getLeftTextBytes()
optional string left_text = 1;getLeftTextBytes in interface ChromeTextHeaderFooterPOrBuilderpublic boolean hasCenterText()
optional string center_text = 2;hasCenterText in interface ChromeTextHeaderFooterPOrBuilderpublic String getCenterText()
optional string center_text = 2;getCenterText in interface ChromeTextHeaderFooterPOrBuilderpublic com.google.protobuf.ByteString getCenterTextBytes()
optional string center_text = 2;getCenterTextBytes in interface ChromeTextHeaderFooterPOrBuilderpublic boolean hasRightText()
optional string right_text = 3;hasRightText in interface ChromeTextHeaderFooterPOrBuilderpublic String getRightText()
optional string right_text = 3;getRightText in interface ChromeTextHeaderFooterPOrBuilderpublic com.google.protobuf.ByteString getRightTextBytes()
optional string right_text = 3;getRightTextBytes in interface ChromeTextHeaderFooterPOrBuilderpublic boolean hasDrawDividerLine()
optional bool draw_divider_line = 4;hasDrawDividerLine in interface ChromeTextHeaderFooterPOrBuilderpublic boolean getDrawDividerLine()
optional bool draw_divider_line = 4;getDrawDividerLine in interface ChromeTextHeaderFooterPOrBuilderpublic boolean hasFont()
optional .ironpdfengineproto.PdfiumFontInfoP font = 5;hasFont in interface ChromeTextHeaderFooterPOrBuilderpublic PdfiumFontInfoP getFont()
optional .ironpdfengineproto.PdfiumFontInfoP font = 5;getFont in interface ChromeTextHeaderFooterPOrBuilderpublic PdfiumFontInfoPOrBuilder getFontOrBuilder()
optional .ironpdfengineproto.PdfiumFontInfoP font = 5;getFontOrBuilder in interface ChromeTextHeaderFooterPOrBuilderpublic boolean hasFontSize()
optional double font_size = 6;hasFontSize in interface ChromeTextHeaderFooterPOrBuilderpublic double getFontSize()
optional double font_size = 6;getFontSize in interface ChromeTextHeaderFooterPOrBuilderpublic boolean hasDividerLineColor()
optional string divider_line_color = 7;hasDividerLineColor in interface ChromeTextHeaderFooterPOrBuilderpublic String getDividerLineColor()
optional string divider_line_color = 7;getDividerLineColor in interface ChromeTextHeaderFooterPOrBuilderpublic com.google.protobuf.ByteString getDividerLineColorBytes()
optional string divider_line_color = 7;getDividerLineColorBytes in interface ChromeTextHeaderFooterPOrBuilderpublic 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 ChromeTextHeaderFooterP parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeTextHeaderFooterP parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeTextHeaderFooterP parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeTextHeaderFooterP parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeTextHeaderFooterP parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeTextHeaderFooterP parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeTextHeaderFooterP parseFrom(InputStream input) throws IOException
IOExceptionpublic static ChromeTextHeaderFooterP parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ChromeTextHeaderFooterP parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ChromeTextHeaderFooterP parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ChromeTextHeaderFooterP parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ChromeTextHeaderFooterP parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ChromeTextHeaderFooterP.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ChromeTextHeaderFooterP.Builder newBuilder()
public static ChromeTextHeaderFooterP.Builder newBuilder(ChromeTextHeaderFooterP prototype)
public ChromeTextHeaderFooterP.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static ChromeTextHeaderFooterP getDefaultInstance()
public static com.google.protobuf.Parser<ChromeTextHeaderFooterP> parser()
public com.google.protobuf.Parser<ChromeTextHeaderFooterP> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ChromeTextHeaderFooterP getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022–2024 Iron Software. All rights reserved.