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 SummaryModifier and TypeMethodDescriptionstring html_file_path = 1;com.google.protobuf.ByteStringstring 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;booleanoptional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;booleanoptional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;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- 
getHtmlFilePathString getHtmlFilePath()string html_file_path = 1;- Returns:
- The htmlFilePath.
 
- 
getHtmlFilePathBytescom.google.protobuf.ByteString getHtmlFilePathBytes()string html_file_path = 1;- Returns:
- The bytes for htmlFilePath.
 
- 
hasRenderOptionsboolean hasRenderOptions()optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;- Returns:
- Whether the renderOptions field is set.
 
- 
getRenderOptionsChromePdfRenderOptions getRenderOptions()optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;- Returns:
- The renderOptions.
 
- 
getRenderOptionsOrBuilderChromePdfRenderOptionsOrBuilder getRenderOptionsOrBuilder()optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;
- 
hasHttpOptionsboolean hasHttpOptions()optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;- Returns:
- Whether the httpOptions field is set.
 
- 
getHttpOptionsChromeHttpLoginCredentials getHttpOptions()optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;- Returns:
- The httpOptions.
 
- 
getHttpOptionsOrBuilderChromeHttpLoginCredentialsOrBuilder getHttpOptionsOrBuilder()optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;
 
-