Interface AddHtmlHeaderFooterRequestStream.InfoOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- AddHtmlHeaderFooterRequestStream.Info,- AddHtmlHeaderFooterRequestStream.Info.Builder
- Enclosing class:
- AddHtmlHeaderFooterRequestStream
public static interface AddHtmlHeaderFooterRequestStream.InfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptionoptional string base_url = 3;com.google.protobuf.ByteStringoptional string base_url = 3;optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 11;optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 11;.IronPdfEngine.Proto.PdfDocument document = 1;.IronPdfEngine.Proto.PdfDocument document = 1;booleanoptional bool draw_divider_line = 14;intoptional int32 first_page_number = 5;optional string htmlTitle = 13;com.google.protobuf.ByteStringoptional string htmlTitle = 13;booleanbool isHeader = 2;doubleoptional double margin_bottom_mm = 10;doubleoptional double margin_left_mm = 7;doubleoptional double margin_right_mm = 8;doubleoptional double margin_top_mm = 9;intoptional int32 max_height = 4;optional string pdfTitle = 12;com.google.protobuf.ByteStringoptional string pdfTitle = 12;intgetTargetPageIndexes(int index) repeated int32 target_page_indexes = 6;intrepeated int32 target_page_indexes = 6;repeated int32 target_page_indexes = 6;booleanoptional string base_url = 3;booleanoptional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 11;boolean.IronPdfEngine.Proto.PdfDocument document = 1;booleanoptional bool draw_divider_line = 14;booleanoptional int32 first_page_number = 5;booleanoptional string htmlTitle = 13;booleanoptional double margin_bottom_mm = 10;booleanoptional double margin_left_mm = 7;booleanoptional double margin_right_mm = 8;booleanoptional double margin_top_mm = 9;booleanoptional int32 max_height = 4;booleanoptional string pdfTitle = 12;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasDocumentboolean hasDocument().IronPdfEngine.Proto.PdfDocument document = 1;- Returns:
- Whether the document field is set.
 
- 
getDocumentPdfDocument getDocument().IronPdfEngine.Proto.PdfDocument document = 1;- Returns:
- The document.
 
- 
getDocumentOrBuilderPdfDocumentOrBuilder getDocumentOrBuilder().IronPdfEngine.Proto.PdfDocument document = 1;
- 
getIsHeaderboolean getIsHeader()bool isHeader = 2;- Returns:
- The isHeader.
 
- 
hasBaseUrlboolean hasBaseUrl()optional string base_url = 3;- Returns:
- Whether the baseUrl field is set.
 
- 
getBaseUrlString getBaseUrl()optional string base_url = 3;- Returns:
- The baseUrl.
 
- 
getBaseUrlBytescom.google.protobuf.ByteString getBaseUrlBytes()optional string base_url = 3;- Returns:
- The bytes for baseUrl.
 
- 
hasMaxHeightboolean hasMaxHeight()optional int32 max_height = 4;- Returns:
- Whether the maxHeight field is set.
 
- 
getMaxHeightint getMaxHeight()optional int32 max_height = 4;- Returns:
- The maxHeight.
 
- 
hasFirstPageNumberboolean hasFirstPageNumber()optional int32 first_page_number = 5;- Returns:
- Whether the firstPageNumber field is set.
 
- 
getFirstPageNumberint getFirstPageNumber()optional int32 first_page_number = 5;- Returns:
- The firstPageNumber.
 
- 
getTargetPageIndexesListrepeated int32 target_page_indexes = 6;- Returns:
- A list containing the targetPageIndexes.
 
- 
getTargetPageIndexesCountint getTargetPageIndexesCount()repeated int32 target_page_indexes = 6;- Returns:
- The count of targetPageIndexes.
 
- 
getTargetPageIndexesint getTargetPageIndexes(int index) repeated int32 target_page_indexes = 6;- Parameters:
- index- The index of the element to return.
- Returns:
- The targetPageIndexes at the given index.
 
- 
hasMarginLeftMmboolean hasMarginLeftMm()optional double margin_left_mm = 7;- Returns:
- Whether the marginLeftMm field is set.
 
- 
getMarginLeftMmdouble getMarginLeftMm()optional double margin_left_mm = 7;- Returns:
- The marginLeftMm.
 
- 
hasMarginRightMmboolean hasMarginRightMm()optional double margin_right_mm = 8;- Returns:
- Whether the marginRightMm field is set.
 
- 
getMarginRightMmdouble getMarginRightMm()optional double margin_right_mm = 8;- Returns:
- The marginRightMm.
 
- 
hasMarginTopMmboolean hasMarginTopMm()optional double margin_top_mm = 9;- Returns:
- Whether the marginTopMm field is set.
 
- 
getMarginTopMmdouble getMarginTopMm()optional double margin_top_mm = 9;- Returns:
- The marginTopMm.
 
- 
hasMarginBottomMmboolean hasMarginBottomMm()optional double margin_bottom_mm = 10;- Returns:
- Whether the marginBottomMm field is set.
 
- 
getMarginBottomMmdouble getMarginBottomMm()optional double margin_bottom_mm = 10;- Returns:
- The marginBottomMm.
 
- 
hasCssMediaTypeboolean hasCssMediaType()optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 11;- Returns:
- Whether the cssMediaType field is set.
 
- 
getCssMediaTypePdfCssMediaType getCssMediaType()optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 11;- Returns:
- The cssMediaType.
 
- 
getCssMediaTypeOrBuilderPdfCssMediaTypeOrBuilder getCssMediaTypeOrBuilder()optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 11;
- 
hasPdfTitleboolean hasPdfTitle()optional string pdfTitle = 12;- Returns:
- Whether the pdfTitle field is set.
 
- 
getPdfTitleString getPdfTitle()optional string pdfTitle = 12;- Returns:
- The pdfTitle.
 
- 
getPdfTitleBytescom.google.protobuf.ByteString getPdfTitleBytes()optional string pdfTitle = 12;- Returns:
- The bytes for pdfTitle.
 
- 
hasHtmlTitleboolean hasHtmlTitle()optional string htmlTitle = 13;- Returns:
- Whether the htmlTitle field is set.
 
- 
getHtmlTitleString getHtmlTitle()optional string htmlTitle = 13;- Returns:
- The htmlTitle.
 
- 
getHtmlTitleBytescom.google.protobuf.ByteString getHtmlTitleBytes()optional string htmlTitle = 13;- Returns:
- The bytes for htmlTitle.
 
- 
hasDrawDividerLineboolean hasDrawDividerLine()optional bool draw_divider_line = 14;- Returns:
- Whether the drawDividerLine field is set.
 
- 
getDrawDividerLineboolean getDrawDividerLine()optional bool draw_divider_line = 14;- Returns:
- The drawDividerLine.
 
 
-