public static final class AddHtmlHeaderFooterRequestStream.Info extends com.google.protobuf.GeneratedMessageV3 implements AddHtmlHeaderFooterRequestStream.InfoOrBuilder
IronPdfEngine.Proto.AddHtmlHeaderFooterRequestStream.Info| Modifier and Type | Class and Description |
|---|---|
static class |
AddHtmlHeaderFooterRequestStream.Info.Builder
Protobuf type
IronPdfEngine.Proto.AddHtmlHeaderFooterRequestStream.Info |
com.google.protobuf.GeneratedMessageV3.BuilderParent, 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, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
BASE_URL_FIELD_NUMBER |
static int |
CSS_MEDIA_TYPE_FIELD_NUMBER |
static int |
DIVIDER_LINE_COLOR_FIELD_NUMBER |
static int |
DOCUMENT_FIELD_NUMBER |
static int |
DRAW_DIVIDER_LINE_FIELD_NUMBER |
static int |
FIRST_PAGE_NUMBER_FIELD_NUMBER |
static int |
HTMLTITLE_FIELD_NUMBER |
static int |
ISHEADER_FIELD_NUMBER |
static int |
MARGIN_BOTTOM_MM_FIELD_NUMBER |
static int |
MARGIN_LEFT_MM_FIELD_NUMBER |
static int |
MARGIN_RIGHT_MM_FIELD_NUMBER |
static int |
MARGIN_TOP_MM_FIELD_NUMBER |
static int |
MAX_HEIGHT_FIELD_NUMBER |
static int |
PDFTITLE_FIELD_NUMBER |
static int |
TARGET_PAGE_INDEXES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBaseUrl()
optional string base_url = 3; |
com.google.protobuf.ByteString |
getBaseUrlBytes()
optional string base_url = 3; |
PdfCssMediaType |
getCssMediaType()
optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 11; |
PdfCssMediaTypeOrBuilder |
getCssMediaTypeOrBuilder()
optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 11; |
static AddHtmlHeaderFooterRequestStream.Info |
getDefaultInstance() |
AddHtmlHeaderFooterRequestStream.Info |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDividerLineColor()
optional string divider_line_color = 15; |
com.google.protobuf.ByteString |
getDividerLineColorBytes()
optional string divider_line_color = 15; |
PdfDocument |
getDocument()
.IronPdfEngine.Proto.PdfDocument document = 1; |
PdfDocumentOrBuilder |
getDocumentOrBuilder()
.IronPdfEngine.Proto.PdfDocument document = 1; |
boolean |
getDrawDividerLine()
optional bool draw_divider_line = 14; |
int |
getFirstPageNumber()
optional int32 first_page_number = 5; |
String |
getHtmlTitle()
optional string htmlTitle = 13; |
com.google.protobuf.ByteString |
getHtmlTitleBytes()
optional string htmlTitle = 13; |
boolean |
getIsHeader()
bool isHeader = 2; |
double |
getMarginBottomMm()
optional double margin_bottom_mm = 10; |
double |
getMarginLeftMm()
optional double margin_left_mm = 7; |
double |
getMarginRightMm()
optional double margin_right_mm = 8; |
double |
getMarginTopMm()
optional double margin_top_mm = 9; |
int |
getMaxHeight()
optional int32 max_height = 4; |
com.google.protobuf.Parser<AddHtmlHeaderFooterRequestStream.Info> |
getParserForType() |
String |
getPdfTitle()
optional string pdfTitle = 12; |
com.google.protobuf.ByteString |
getPdfTitleBytes()
optional string pdfTitle = 12; |
int |
getSerializedSize() |
int |
getTargetPageIndexes(int index)
repeated int32 target_page_indexes = 6; |
int |
getTargetPageIndexesCount()
repeated int32 target_page_indexes = 6; |
List<Integer> |
getTargetPageIndexesList()
repeated int32 target_page_indexes = 6; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasBaseUrl()
optional string base_url = 3; |
boolean |
hasCssMediaType()
optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 11; |
boolean |
hasDividerLineColor()
optional string divider_line_color = 15; |
boolean |
hasDocument()
.IronPdfEngine.Proto.PdfDocument document = 1; |
boolean |
hasDrawDividerLine()
optional bool draw_divider_line = 14; |
boolean |
hasFirstPageNumber()
optional int32 first_page_number = 5; |
int |
hashCode() |
boolean |
hasHtmlTitle()
optional string htmlTitle = 13; |
boolean |
hasMarginBottomMm()
optional double margin_bottom_mm = 10; |
boolean |
hasMarginLeftMm()
optional double margin_left_mm = 7; |
boolean |
hasMarginRightMm()
optional double margin_right_mm = 8; |
boolean |
hasMarginTopMm()
optional double margin_top_mm = 9; |
boolean |
hasMaxHeight()
optional int32 max_height = 4; |
boolean |
hasPdfTitle()
optional string pdfTitle = 12; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static AddHtmlHeaderFooterRequestStream.Info.Builder |
newBuilder() |
static AddHtmlHeaderFooterRequestStream.Info.Builder |
newBuilder(AddHtmlHeaderFooterRequestStream.Info prototype) |
AddHtmlHeaderFooterRequestStream.Info.Builder |
newBuilderForType() |
protected AddHtmlHeaderFooterRequestStream.Info.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static AddHtmlHeaderFooterRequestStream.Info |
parseDelimitedFrom(InputStream input) |
static AddHtmlHeaderFooterRequestStream.Info |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AddHtmlHeaderFooterRequestStream.Info |
parseFrom(byte[] data) |
static AddHtmlHeaderFooterRequestStream.Info |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AddHtmlHeaderFooterRequestStream.Info |
parseFrom(ByteBuffer data) |
static AddHtmlHeaderFooterRequestStream.Info |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AddHtmlHeaderFooterRequestStream.Info |
parseFrom(com.google.protobuf.ByteString data) |
static AddHtmlHeaderFooterRequestStream.Info |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AddHtmlHeaderFooterRequestStream.Info |
parseFrom(com.google.protobuf.CodedInputStream input) |
static AddHtmlHeaderFooterRequestStream.Info |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static AddHtmlHeaderFooterRequestStream.Info |
parseFrom(InputStream input) |
static AddHtmlHeaderFooterRequestStream.Info |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<AddHtmlHeaderFooterRequestStream.Info> |
parser() |
AddHtmlHeaderFooterRequestStream.Info.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int DOCUMENT_FIELD_NUMBER
public static final int ISHEADER_FIELD_NUMBER
public static final int BASE_URL_FIELD_NUMBER
public static final int MAX_HEIGHT_FIELD_NUMBER
public static final int FIRST_PAGE_NUMBER_FIELD_NUMBER
public static final int TARGET_PAGE_INDEXES_FIELD_NUMBER
public static final int MARGIN_LEFT_MM_FIELD_NUMBER
public static final int MARGIN_RIGHT_MM_FIELD_NUMBER
public static final int MARGIN_TOP_MM_FIELD_NUMBER
public static final int MARGIN_BOTTOM_MM_FIELD_NUMBER
public static final int CSS_MEDIA_TYPE_FIELD_NUMBER
public static final int PDFTITLE_FIELD_NUMBER
public static final int HTMLTITLE_FIELD_NUMBER
public static final int DRAW_DIVIDER_LINE_FIELD_NUMBER
public static final int DIVIDER_LINE_COLOR_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasDocument()
.IronPdfEngine.Proto.PdfDocument document = 1;hasDocument in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic PdfDocument getDocument()
.IronPdfEngine.Proto.PdfDocument document = 1;getDocument in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic PdfDocumentOrBuilder getDocumentOrBuilder()
.IronPdfEngine.Proto.PdfDocument document = 1;getDocumentOrBuilder in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic boolean getIsHeader()
bool isHeader = 2;getIsHeader in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic boolean hasBaseUrl()
optional string base_url = 3;hasBaseUrl in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic String getBaseUrl()
optional string base_url = 3;getBaseUrl in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic com.google.protobuf.ByteString getBaseUrlBytes()
optional string base_url = 3;getBaseUrlBytes in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic boolean hasMaxHeight()
optional int32 max_height = 4;hasMaxHeight in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic int getMaxHeight()
optional int32 max_height = 4;getMaxHeight in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic boolean hasFirstPageNumber()
optional int32 first_page_number = 5;hasFirstPageNumber in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic int getFirstPageNumber()
optional int32 first_page_number = 5;getFirstPageNumber in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic List<Integer> getTargetPageIndexesList()
repeated int32 target_page_indexes = 6;getTargetPageIndexesList in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic int getTargetPageIndexesCount()
repeated int32 target_page_indexes = 6;getTargetPageIndexesCount in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic int getTargetPageIndexes(int index)
repeated int32 target_page_indexes = 6;getTargetPageIndexes in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderindex - The index of the element to return.public boolean hasMarginLeftMm()
optional double margin_left_mm = 7;hasMarginLeftMm in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic double getMarginLeftMm()
optional double margin_left_mm = 7;getMarginLeftMm in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic boolean hasMarginRightMm()
optional double margin_right_mm = 8;hasMarginRightMm in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic double getMarginRightMm()
optional double margin_right_mm = 8;getMarginRightMm in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic boolean hasMarginTopMm()
optional double margin_top_mm = 9;hasMarginTopMm in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic double getMarginTopMm()
optional double margin_top_mm = 9;getMarginTopMm in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic boolean hasMarginBottomMm()
optional double margin_bottom_mm = 10;hasMarginBottomMm in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic double getMarginBottomMm()
optional double margin_bottom_mm = 10;getMarginBottomMm in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic boolean hasCssMediaType()
optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 11;hasCssMediaType in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic PdfCssMediaType getCssMediaType()
optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 11;getCssMediaType in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic PdfCssMediaTypeOrBuilder getCssMediaTypeOrBuilder()
optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 11;getCssMediaTypeOrBuilder in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic boolean hasPdfTitle()
optional string pdfTitle = 12;hasPdfTitle in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic String getPdfTitle()
optional string pdfTitle = 12;getPdfTitle in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic com.google.protobuf.ByteString getPdfTitleBytes()
optional string pdfTitle = 12;getPdfTitleBytes in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic boolean hasHtmlTitle()
optional string htmlTitle = 13;hasHtmlTitle in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic String getHtmlTitle()
optional string htmlTitle = 13;getHtmlTitle in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic com.google.protobuf.ByteString getHtmlTitleBytes()
optional string htmlTitle = 13;getHtmlTitleBytes in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic boolean hasDrawDividerLine()
optional bool draw_divider_line = 14;hasDrawDividerLine in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic boolean getDrawDividerLine()
optional bool draw_divider_line = 14;getDrawDividerLine in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic boolean hasDividerLineColor()
optional string divider_line_color = 15;hasDividerLineColor in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic String getDividerLineColor()
optional string divider_line_color = 15;getDividerLineColor in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic com.google.protobuf.ByteString getDividerLineColorBytes()
optional string divider_line_color = 15;getDividerLineColorBytes in interface AddHtmlHeaderFooterRequestStream.InfoOrBuilderpublic 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 AddHtmlHeaderFooterRequestStream.Info parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AddHtmlHeaderFooterRequestStream.Info parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AddHtmlHeaderFooterRequestStream.Info parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AddHtmlHeaderFooterRequestStream.Info parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AddHtmlHeaderFooterRequestStream.Info parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AddHtmlHeaderFooterRequestStream.Info parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static AddHtmlHeaderFooterRequestStream.Info parseFrom(InputStream input) throws IOException
IOExceptionpublic static AddHtmlHeaderFooterRequestStream.Info parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AddHtmlHeaderFooterRequestStream.Info parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static AddHtmlHeaderFooterRequestStream.Info parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static AddHtmlHeaderFooterRequestStream.Info parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static AddHtmlHeaderFooterRequestStream.Info parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic AddHtmlHeaderFooterRequestStream.Info.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static AddHtmlHeaderFooterRequestStream.Info.Builder newBuilder()
public static AddHtmlHeaderFooterRequestStream.Info.Builder newBuilder(AddHtmlHeaderFooterRequestStream.Info prototype)
public AddHtmlHeaderFooterRequestStream.Info.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected AddHtmlHeaderFooterRequestStream.Info.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static AddHtmlHeaderFooterRequestStream.Info getDefaultInstance()
public static com.google.protobuf.Parser<AddHtmlHeaderFooterRequestStream.Info> parser()
public com.google.protobuf.Parser<AddHtmlHeaderFooterRequestStream.Info> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public AddHtmlHeaderFooterRequestStream.Info getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022–2023 Iron Software. All rights reserved.