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 Details

    • hasDocument

      boolean hasDocument()
      .IronPdfEngine.Proto.PdfDocument document = 1;
      Returns:
      Whether the document field is set.
    • getDocument

      PdfDocument getDocument()
      .IronPdfEngine.Proto.PdfDocument document = 1;
      Returns:
      The document.
    • getDocumentOrBuilder

      PdfDocumentOrBuilder getDocumentOrBuilder()
      .IronPdfEngine.Proto.PdfDocument document = 1;
    • getIsHeader

      boolean getIsHeader()
      bool isHeader = 2;
      Returns:
      The isHeader.
    • hasBaseUrl

      boolean hasBaseUrl()
      optional string base_url = 3;
      Returns:
      Whether the baseUrl field is set.
    • getBaseUrl

      String getBaseUrl()
      optional string base_url = 3;
      Returns:
      The baseUrl.
    • getBaseUrlBytes

      com.google.protobuf.ByteString getBaseUrlBytes()
      optional string base_url = 3;
      Returns:
      The bytes for baseUrl.
    • hasMaxHeight

      boolean hasMaxHeight()
      optional int32 max_height = 4;
      Returns:
      Whether the maxHeight field is set.
    • getMaxHeight

      int getMaxHeight()
      optional int32 max_height = 4;
      Returns:
      The maxHeight.
    • hasFirstPageNumber

      boolean hasFirstPageNumber()
      optional int32 first_page_number = 5;
      Returns:
      Whether the firstPageNumber field is set.
    • getFirstPageNumber

      int getFirstPageNumber()
      optional int32 first_page_number = 5;
      Returns:
      The firstPageNumber.
    • getTargetPageIndexesList

      List<Integer> getTargetPageIndexesList()
      repeated int32 target_page_indexes = 6;
      Returns:
      A list containing the targetPageIndexes.
    • getTargetPageIndexesCount

      int getTargetPageIndexesCount()
      repeated int32 target_page_indexes = 6;
      Returns:
      The count of targetPageIndexes.
    • getTargetPageIndexes

      int 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.
    • hasMarginLeftMm

      boolean hasMarginLeftMm()
      optional double margin_left_mm = 7;
      Returns:
      Whether the marginLeftMm field is set.
    • getMarginLeftMm

      double getMarginLeftMm()
      optional double margin_left_mm = 7;
      Returns:
      The marginLeftMm.
    • hasMarginRightMm

      boolean hasMarginRightMm()
      optional double margin_right_mm = 8;
      Returns:
      Whether the marginRightMm field is set.
    • getMarginRightMm

      double getMarginRightMm()
      optional double margin_right_mm = 8;
      Returns:
      The marginRightMm.
    • hasMarginTopMm

      boolean hasMarginTopMm()
      optional double margin_top_mm = 9;
      Returns:
      Whether the marginTopMm field is set.
    • getMarginTopMm

      double getMarginTopMm()
      optional double margin_top_mm = 9;
      Returns:
      The marginTopMm.
    • hasMarginBottomMm

      boolean hasMarginBottomMm()
      optional double margin_bottom_mm = 10;
      Returns:
      Whether the marginBottomMm field is set.
    • getMarginBottomMm

      double getMarginBottomMm()
      optional double margin_bottom_mm = 10;
      Returns:
      The marginBottomMm.
    • hasCssMediaType

      boolean hasCssMediaType()
      optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 11;
      Returns:
      Whether the cssMediaType field is set.
    • getCssMediaType

      PdfCssMediaType getCssMediaType()
      optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 11;
      Returns:
      The cssMediaType.
    • getCssMediaTypeOrBuilder

      PdfCssMediaTypeOrBuilder getCssMediaTypeOrBuilder()
      optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 11;
    • hasPdfTitle

      boolean hasPdfTitle()
      optional string pdfTitle = 12;
      Returns:
      Whether the pdfTitle field is set.
    • getPdfTitle

      String getPdfTitle()
      optional string pdfTitle = 12;
      Returns:
      The pdfTitle.
    • getPdfTitleBytes

      com.google.protobuf.ByteString getPdfTitleBytes()
      optional string pdfTitle = 12;
      Returns:
      The bytes for pdfTitle.
    • hasHtmlTitle

      boolean hasHtmlTitle()
      optional string htmlTitle = 13;
      Returns:
      Whether the htmlTitle field is set.
    • getHtmlTitle

      String getHtmlTitle()
      optional string htmlTitle = 13;
      Returns:
      The htmlTitle.
    • getHtmlTitleBytes

      com.google.protobuf.ByteString getHtmlTitleBytes()
      optional string htmlTitle = 13;
      Returns:
      The bytes for htmlTitle.
    • hasDrawDividerLine

      boolean hasDrawDividerLine()
      optional bool draw_divider_line = 14;
      Returns:
      Whether the drawDividerLine field is set.
    • getDrawDividerLine

      boolean getDrawDividerLine()
      optional bool draw_divider_line = 14;
      Returns:
      The drawDividerLine.