public final class ChromeHtmlHeaderFooterP extends com.google.protobuf.GeneratedMessageV3 implements ChromeHtmlHeaderFooterPOrBuilder
ironpdfengineproto.ChromeHtmlHeaderFooterP| Modifier and Type | Class and Description |
|---|---|
static class |
ChromeHtmlHeaderFooterP.Builder
Protobuf type
ironpdfengineproto.ChromeHtmlHeaderFooterP |
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 |
BASE_URL_FIELD_NUMBER |
static int |
DIVIDER_LINE_COLOR_FIELD_NUMBER |
static int |
DRAW_DIVIDER_LINE_FIELD_NUMBER |
static int |
HTML_FRAGMENT_FIELD_NUMBER |
static int |
LOADSTYLESANDCSSFROMMAINHTMLDOCUMENT_FIELD_NUMBER |
static int |
MAX_HEIGHT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBaseUrl()
optional string base_url = 1; |
com.google.protobuf.ByteString |
getBaseUrlBytes()
optional string base_url = 1; |
static ChromeHtmlHeaderFooterP |
getDefaultInstance() |
ChromeHtmlHeaderFooterP |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDividerLineColor()
optional string divider_line_color = 4; |
com.google.protobuf.ByteString |
getDividerLineColorBytes()
optional string divider_line_color = 4; |
boolean |
getDrawDividerLine()
optional bool draw_divider_line = 3; |
String |
getHtmlFragment()
optional string html_fragment = 5; |
com.google.protobuf.ByteString |
getHtmlFragmentBytes()
optional string html_fragment = 5; |
boolean |
getLoadStylesAndCSSFromMainHtmlDocument()
optional bool loadStylesAndCSSFromMainHtmlDocument = 6; |
int |
getMaxHeight()
optional int32 max_height = 2; |
com.google.protobuf.Parser<ChromeHtmlHeaderFooterP> |
getParserForType() |
int |
getSerializedSize() |
boolean |
hasBaseUrl()
optional string base_url = 1; |
boolean |
hasDividerLineColor()
optional string divider_line_color = 4; |
boolean |
hasDrawDividerLine()
optional bool draw_divider_line = 3; |
int |
hashCode() |
boolean |
hasHtmlFragment()
optional string html_fragment = 5; |
boolean |
hasLoadStylesAndCSSFromMainHtmlDocument()
optional bool loadStylesAndCSSFromMainHtmlDocument = 6; |
boolean |
hasMaxHeight()
optional int32 max_height = 2; |
boolean |
isInitialized() |
static ChromeHtmlHeaderFooterP.Builder |
newBuilder() |
static ChromeHtmlHeaderFooterP.Builder |
newBuilder(ChromeHtmlHeaderFooterP prototype) |
ChromeHtmlHeaderFooterP.Builder |
newBuilderForType() |
static ChromeHtmlHeaderFooterP |
parseDelimitedFrom(InputStream input) |
static ChromeHtmlHeaderFooterP |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeHtmlHeaderFooterP |
parseFrom(byte[] data) |
static ChromeHtmlHeaderFooterP |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeHtmlHeaderFooterP |
parseFrom(ByteBuffer data) |
static ChromeHtmlHeaderFooterP |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeHtmlHeaderFooterP |
parseFrom(com.google.protobuf.ByteString data) |
static ChromeHtmlHeaderFooterP |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeHtmlHeaderFooterP |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ChromeHtmlHeaderFooterP |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeHtmlHeaderFooterP |
parseFrom(InputStream input) |
static ChromeHtmlHeaderFooterP |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ChromeHtmlHeaderFooterP> |
parser() |
ChromeHtmlHeaderFooterP.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 BASE_URL_FIELD_NUMBER
public static final int MAX_HEIGHT_FIELD_NUMBER
public static final int DRAW_DIVIDER_LINE_FIELD_NUMBER
public static final int DIVIDER_LINE_COLOR_FIELD_NUMBER
public static final int HTML_FRAGMENT_FIELD_NUMBER
public static final int LOADSTYLESANDCSSFROMMAINHTMLDOCUMENT_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasBaseUrl()
optional string base_url = 1;hasBaseUrl in interface ChromeHtmlHeaderFooterPOrBuilderpublic String getBaseUrl()
optional string base_url = 1;getBaseUrl in interface ChromeHtmlHeaderFooterPOrBuilderpublic com.google.protobuf.ByteString getBaseUrlBytes()
optional string base_url = 1;getBaseUrlBytes in interface ChromeHtmlHeaderFooterPOrBuilderpublic boolean hasMaxHeight()
optional int32 max_height = 2;hasMaxHeight in interface ChromeHtmlHeaderFooterPOrBuilderpublic int getMaxHeight()
optional int32 max_height = 2;getMaxHeight in interface ChromeHtmlHeaderFooterPOrBuilderpublic boolean hasDrawDividerLine()
optional bool draw_divider_line = 3;hasDrawDividerLine in interface ChromeHtmlHeaderFooterPOrBuilderpublic boolean getDrawDividerLine()
optional bool draw_divider_line = 3;getDrawDividerLine in interface ChromeHtmlHeaderFooterPOrBuilderpublic boolean hasDividerLineColor()
optional string divider_line_color = 4;hasDividerLineColor in interface ChromeHtmlHeaderFooterPOrBuilderpublic String getDividerLineColor()
optional string divider_line_color = 4;getDividerLineColor in interface ChromeHtmlHeaderFooterPOrBuilderpublic com.google.protobuf.ByteString getDividerLineColorBytes()
optional string divider_line_color = 4;getDividerLineColorBytes in interface ChromeHtmlHeaderFooterPOrBuilderpublic boolean hasHtmlFragment()
optional string html_fragment = 5;hasHtmlFragment in interface ChromeHtmlHeaderFooterPOrBuilderpublic String getHtmlFragment()
optional string html_fragment = 5;getHtmlFragment in interface ChromeHtmlHeaderFooterPOrBuilderpublic com.google.protobuf.ByteString getHtmlFragmentBytes()
optional string html_fragment = 5;getHtmlFragmentBytes in interface ChromeHtmlHeaderFooterPOrBuilderpublic boolean hasLoadStylesAndCSSFromMainHtmlDocument()
optional bool loadStylesAndCSSFromMainHtmlDocument = 6;hasLoadStylesAndCSSFromMainHtmlDocument in interface ChromeHtmlHeaderFooterPOrBuilderpublic boolean getLoadStylesAndCSSFromMainHtmlDocument()
optional bool loadStylesAndCSSFromMainHtmlDocument = 6;getLoadStylesAndCSSFromMainHtmlDocument in interface ChromeHtmlHeaderFooterPOrBuilderpublic 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 ChromeHtmlHeaderFooterP parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeHtmlHeaderFooterP parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeHtmlHeaderFooterP parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeHtmlHeaderFooterP parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeHtmlHeaderFooterP parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeHtmlHeaderFooterP parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeHtmlHeaderFooterP parseFrom(InputStream input) throws IOException
IOExceptionpublic static ChromeHtmlHeaderFooterP parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ChromeHtmlHeaderFooterP parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ChromeHtmlHeaderFooterP parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ChromeHtmlHeaderFooterP parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ChromeHtmlHeaderFooterP parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ChromeHtmlHeaderFooterP.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ChromeHtmlHeaderFooterP.Builder newBuilder()
public static ChromeHtmlHeaderFooterP.Builder newBuilder(ChromeHtmlHeaderFooterP prototype)
public ChromeHtmlHeaderFooterP.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static ChromeHtmlHeaderFooterP getDefaultInstance()
public static com.google.protobuf.Parser<ChromeHtmlHeaderFooterP> parser()
public com.google.protobuf.Parser<ChromeHtmlHeaderFooterP> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ChromeHtmlHeaderFooterP getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022–2024 Iron Software. All rights reserved.