public static interface AddHtmlHeaderFooterRequestStream.InfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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; |
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; |
String |
getPdfTitle()
optional string pdfTitle = 12; |
com.google.protobuf.ByteString |
getPdfTitleBytes()
optional string pdfTitle = 12; |
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; |
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; |
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasDocument()
.IronPdfEngine.Proto.PdfDocument document = 1;
PdfDocument getDocument()
.IronPdfEngine.Proto.PdfDocument document = 1;
PdfDocumentOrBuilder getDocumentOrBuilder()
.IronPdfEngine.Proto.PdfDocument document = 1;
boolean getIsHeader()
bool isHeader = 2;
boolean hasBaseUrl()
optional string base_url = 3;
String getBaseUrl()
optional string base_url = 3;
com.google.protobuf.ByteString getBaseUrlBytes()
optional string base_url = 3;
boolean hasMaxHeight()
optional int32 max_height = 4;
int getMaxHeight()
optional int32 max_height = 4;
boolean hasFirstPageNumber()
optional int32 first_page_number = 5;
int getFirstPageNumber()
optional int32 first_page_number = 5;
List<Integer> getTargetPageIndexesList()
repeated int32 target_page_indexes = 6;
int getTargetPageIndexesCount()
repeated int32 target_page_indexes = 6;
int getTargetPageIndexes(int index)
repeated int32 target_page_indexes = 6;
index
- The index of the element to return.boolean hasMarginLeftMm()
optional double margin_left_mm = 7;
double getMarginLeftMm()
optional double margin_left_mm = 7;
boolean hasMarginRightMm()
optional double margin_right_mm = 8;
double getMarginRightMm()
optional double margin_right_mm = 8;
boolean hasMarginTopMm()
optional double margin_top_mm = 9;
double getMarginTopMm()
optional double margin_top_mm = 9;
boolean hasMarginBottomMm()
optional double margin_bottom_mm = 10;
double getMarginBottomMm()
optional double margin_bottom_mm = 10;
boolean hasCssMediaType()
optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 11;
PdfCssMediaType getCssMediaType()
optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 11;
PdfCssMediaTypeOrBuilder getCssMediaTypeOrBuilder()
optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 11;
boolean hasPdfTitle()
optional string pdfTitle = 12;
String getPdfTitle()
optional string pdfTitle = 12;
com.google.protobuf.ByteString getPdfTitleBytes()
optional string pdfTitle = 12;
boolean hasHtmlTitle()
optional string htmlTitle = 13;
String getHtmlTitle()
optional string htmlTitle = 13;
com.google.protobuf.ByteString getHtmlTitleBytes()
optional string htmlTitle = 13;
boolean hasDrawDividerLine()
optional bool draw_divider_line = 14;
boolean getDrawDividerLine()
optional bool draw_divider_line = 14;
boolean hasDividerLineColor()
optional string divider_line_color = 15;
String getDividerLineColor()
optional string divider_line_color = 15;
com.google.protobuf.ByteString getDividerLineColorBytes()
optional string divider_line_color = 15;
Copyright © 2022–2023 Iron Software. All rights reserved.