Interface RenderPdfDocumentFromHtmlFileRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RenderPdfDocumentFromHtmlFileRequest, RenderPdfDocumentFromHtmlFileRequest.Builder

public interface RenderPdfDocumentFromHtmlFileRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string html_file_path = 1;
    com.google.protobuf.ByteString
    string html_file_path = 1;
    optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;
    optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;
    optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;
    optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;
    boolean
    optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;
    boolean
    optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getHtmlFilePath

      String getHtmlFilePath()
      string html_file_path = 1;
      Returns:
      The htmlFilePath.
    • getHtmlFilePathBytes

      com.google.protobuf.ByteString getHtmlFilePathBytes()
      string html_file_path = 1;
      Returns:
      The bytes for htmlFilePath.
    • hasRenderOptions

      boolean hasRenderOptions()
      optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;
      Returns:
      Whether the renderOptions field is set.
    • getRenderOptions

      ChromePdfRenderOptions getRenderOptions()
      optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;
      Returns:
      The renderOptions.
    • getRenderOptionsOrBuilder

      ChromePdfRenderOptionsOrBuilder getRenderOptionsOrBuilder()
      optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;
    • hasHttpOptions

      boolean hasHttpOptions()
      optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;
      Returns:
      Whether the httpOptions field is set.
    • getHttpOptions

      ChromeHttpLoginCredentials getHttpOptions()
      optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;
      Returns:
      The httpOptions.
    • getHttpOptionsOrBuilder

      ChromeHttpLoginCredentialsOrBuilder getHttpOptionsOrBuilder()
      optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;