Interface ChromePdfRenderOptionsOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- ChromePdfRenderOptions,- ChromePdfRenderOptions.Builder
public interface ChromePdfRenderOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptionbooleanoptional bool apply_margin_to_header_and_footer = 1;optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 22;optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 22;optional string custom_css_url = 2;com.google.protobuf.ByteStringoptional string custom_css_url = 2;doubleoptional double custom_paper_height = 24;doubleoptional double custom_paper_width = 23;booleanoptional bool enable_java_script = 3;optional .IronPdfEngine.Proto.FitToPaperModes fit_to_paper_mode = 5;optional .IronPdfEngine.Proto.FitToPaperModes fit_to_paper_mode = 5;booleanoptional bool generate_unique_document_identifiers = 6;booleanoptional bool gray_scale = 7;optional string input_encoding = 21;com.google.protobuf.ByteStringoptional string input_encoding = 21;doubleoptional double margin_bottom = 8;doubleoptional double margin_left = 9;doubleoptional double margin_right = 10;doubleoptional double margin_top = 11;optional .IronPdfEngine.Proto.PdfPaperOrientation paper_orientation = 12;optional .IronPdfEngine.Proto.PdfPaperOrientation paper_orientation = 12;optional .IronPdfEngine.Proto.PdfPaperSize paper_size = 13;optional .IronPdfEngine.Proto.PdfPaperSize paper_size = 13;booleanoptional bool print_html_backgrounds = 14;intoptional int32 render_delay = 15;intoptional int32 timeout = 16;getTitle()optional string title = 17;com.google.protobuf.ByteStringoptional string title = 17;intoptional int32 view_port_height = 18;intoptional int32 view_port_width = 19;intgetZoom()optional int32 zoom = 20;booleanoptional bool apply_margin_to_header_and_footer = 1;booleanoptional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 22;booleanoptional string custom_css_url = 2;booleanoptional double custom_paper_height = 24;booleanoptional double custom_paper_width = 23;booleanoptional bool enable_java_script = 3;booleanoptional .IronPdfEngine.Proto.FitToPaperModes fit_to_paper_mode = 5;booleanoptional bool generate_unique_document_identifiers = 6;booleanoptional bool gray_scale = 7;booleanoptional string input_encoding = 21;booleanoptional double margin_bottom = 8;booleanoptional double margin_left = 9;booleanoptional double margin_right = 10;booleanoptional double margin_top = 11;booleanoptional .IronPdfEngine.Proto.PdfPaperOrientation paper_orientation = 12;booleanoptional .IronPdfEngine.Proto.PdfPaperSize paper_size = 13;booleanoptional bool print_html_backgrounds = 14;booleanoptional int32 render_delay = 15;booleanoptional int32 timeout = 16;booleanhasTitle()optional string title = 17;booleanoptional int32 view_port_height = 18;booleanoptional int32 view_port_width = 19;booleanhasZoom()optional int32 zoom = 20;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- 
hasCreatePdfFormsFromHtmlboolean hasCreatePdfFormsFromHtml()optional bool apply_margin_to_header_and_footer = 1; optional bool create_pdf_forms_from_html = 1;- Returns:
- Whether the createPdfFormsFromHtml field is set.
 
- 
getCreatePdfFormsFromHtmlboolean getCreatePdfFormsFromHtml()optional bool apply_margin_to_header_and_footer = 1; optional bool create_pdf_forms_from_html = 1;- Returns:
- The createPdfFormsFromHtml.
 
- 
hasCustomCssUrlboolean hasCustomCssUrl()optional string custom_css_url = 2;- Returns:
- Whether the customCssUrl field is set.
 
- 
getCustomCssUrlString getCustomCssUrl()optional string custom_css_url = 2;- Returns:
- The customCssUrl.
 
- 
getCustomCssUrlBytescom.google.protobuf.ByteString getCustomCssUrlBytes()optional string custom_css_url = 2;- Returns:
- The bytes for customCssUrl.
 
- 
hasEnableJavaScriptboolean hasEnableJavaScript()optional bool enable_java_script = 3;- Returns:
- Whether the enableJavaScript field is set.
 
- 
getEnableJavaScriptboolean getEnableJavaScript()optional bool enable_java_script = 3;- Returns:
- The enableJavaScript.
 
- 
hasFitToPaperModeboolean hasFitToPaperMode()optional .IronPdfEngine.Proto.FitToPaperModes fit_to_paper_mode = 5;- Returns:
- Whether the fitToPaperMode field is set.
 
- 
getFitToPaperModeFitToPaperModes getFitToPaperMode()optional .IronPdfEngine.Proto.FitToPaperModes fit_to_paper_mode = 5;- Returns:
- The fitToPaperMode.
 
- 
getFitToPaperModeOrBuilderFitToPaperModesOrBuilder getFitToPaperModeOrBuilder()optional .IronPdfEngine.Proto.FitToPaperModes fit_to_paper_mode = 5;
- 
hasGenerateUniqueDocumentIdentifiersboolean hasGenerateUniqueDocumentIdentifiers()optional bool generate_unique_document_identifiers = 6;- Returns:
- Whether the generateUniqueDocumentIdentifiers field is set.
 
- 
getGenerateUniqueDocumentIdentifiersboolean getGenerateUniqueDocumentIdentifiers()optional bool generate_unique_document_identifiers = 6;- Returns:
- The generateUniqueDocumentIdentifiers.
 
- 
hasGrayScaleboolean hasGrayScale()optional bool gray_scale = 7;- Returns:
- Whether the grayScale field is set.
 
- 
getGrayScaleboolean getGrayScale()optional bool gray_scale = 7;- Returns:
- The grayScale.
 
- 
hasMarginBottomboolean hasMarginBottom()optional double margin_bottom = 8;- Returns:
- Whether the marginBottom field is set.
 
- 
getMarginBottomdouble getMarginBottom()optional double margin_bottom = 8;- Returns:
- The marginBottom.
 
- 
hasMarginLeftboolean hasMarginLeft()optional double margin_left = 9;- Returns:
- Whether the marginLeft field is set.
 
- 
getMarginLeftdouble getMarginLeft()optional double margin_left = 9;- Returns:
- The marginLeft.
 
- 
hasMarginRightboolean hasMarginRight()optional double margin_right = 10;- Returns:
- Whether the marginRight field is set.
 
- 
getMarginRightdouble getMarginRight()optional double margin_right = 10;- Returns:
- The marginRight.
 
- 
hasMarginTopboolean hasMarginTop()optional double margin_top = 11;- Returns:
- Whether the marginTop field is set.
 
- 
getMarginTopdouble getMarginTop()optional double margin_top = 11;- Returns:
- The marginTop.
 
- 
hasPaperOrientationboolean hasPaperOrientation()optional .IronPdfEngine.Proto.PdfPaperOrientation paper_orientation = 12;- Returns:
- Whether the paperOrientation field is set.
 
- 
getPaperOrientationPdfPaperOrientation getPaperOrientation()optional .IronPdfEngine.Proto.PdfPaperOrientation paper_orientation = 12;- Returns:
- The paperOrientation.
 
- 
getPaperOrientationOrBuilderPdfPaperOrientationOrBuilder getPaperOrientationOrBuilder()optional .IronPdfEngine.Proto.PdfPaperOrientation paper_orientation = 12;
- 
hasPaperSizeboolean hasPaperSize()optional .IronPdfEngine.Proto.PdfPaperSize paper_size = 13;- Returns:
- Whether the paperSize field is set.
 
- 
getPaperSizePdfPaperSize getPaperSize()optional .IronPdfEngine.Proto.PdfPaperSize paper_size = 13;- Returns:
- The paperSize.
 
- 
getPaperSizeOrBuilderPdfPaperSizeOrBuilder getPaperSizeOrBuilder()optional .IronPdfEngine.Proto.PdfPaperSize paper_size = 13;
- 
hasPrintHtmlBackgroundsboolean hasPrintHtmlBackgrounds()optional bool print_html_backgrounds = 14;- Returns:
- Whether the printHtmlBackgrounds field is set.
 
- 
getPrintHtmlBackgroundsboolean getPrintHtmlBackgrounds()optional bool print_html_backgrounds = 14;- Returns:
- The printHtmlBackgrounds.
 
- 
hasRenderDelayboolean hasRenderDelay()optional int32 render_delay = 15;- Returns:
- Whether the renderDelay field is set.
 
- 
getRenderDelayint getRenderDelay()optional int32 render_delay = 15;- Returns:
- The renderDelay.
 
- 
hasTimeoutboolean hasTimeout()optional int32 timeout = 16;- Returns:
- Whether the timeout field is set.
 
- 
getTimeoutint getTimeout()optional int32 timeout = 16;- Returns:
- The timeout.
 
- 
hasTitleboolean hasTitle()optional string title = 17;- Returns:
- Whether the title field is set.
 
- 
getTitleString getTitle()optional string title = 17;- Returns:
- The title.
 
- 
getTitleBytescom.google.protobuf.ByteString getTitleBytes()optional string title = 17;- Returns:
- The bytes for title.
 
- 
hasViewPortHeightboolean hasViewPortHeight()optional int32 view_port_height = 18;- Returns:
- Whether the viewPortHeight field is set.
 
- 
getViewPortHeightint getViewPortHeight()optional int32 view_port_height = 18;- Returns:
- The viewPortHeight.
 
- 
hasViewPortWidthboolean hasViewPortWidth()optional int32 view_port_width = 19;- Returns:
- Whether the viewPortWidth field is set.
 
- 
getViewPortWidthint getViewPortWidth()optional int32 view_port_width = 19;- Returns:
- The viewPortWidth.
 
- 
hasZoomboolean hasZoom()optional int32 zoom = 20;- Returns:
- Whether the zoom field is set.
 
- 
getZoomint getZoom()optional int32 zoom = 20;- Returns:
- The zoom.
 
- 
hasInputEncodingboolean hasInputEncoding()optional string input_encoding = 21;- Returns:
- Whether the inputEncoding field is set.
 
- 
getInputEncodingString getInputEncoding()optional string input_encoding = 21;- Returns:
- The inputEncoding.
 
- 
getInputEncodingBytescom.google.protobuf.ByteString getInputEncodingBytes()optional string input_encoding = 21;- Returns:
- The bytes for inputEncoding.
 
- 
hasCssMediaTypeboolean hasCssMediaType()optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 22;- Returns:
- Whether the cssMediaType field is set.
 
- 
getCssMediaTypePdfCssMediaType getCssMediaType()optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 22;- Returns:
- The cssMediaType.
 
- 
getCssMediaTypeOrBuilderPdfCssMediaTypeOrBuilder getCssMediaTypeOrBuilder()optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 22;
- 
hasCustomPaperWidthboolean hasCustomPaperWidth()optional double custom_paper_width = 23;- Returns:
- Whether the customPaperWidth field is set.
 
- 
getCustomPaperWidthdouble getCustomPaperWidth()optional double custom_paper_width = 23;- Returns:
- The customPaperWidth.
 
- 
hasCustomPaperHeightboolean hasCustomPaperHeight()optional double custom_paper_height = 24;- Returns:
- Whether the customPaperHeight field is set.
 
- 
getCustomPaperHeightdouble getCustomPaperHeight()optional double custom_paper_height = 24;- Returns:
- The customPaperHeight.
 
 
-