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 Summary
Modifier 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.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCreatePdfFormsFromHtml
boolean 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.
-
getCreatePdfFormsFromHtml
boolean getCreatePdfFormsFromHtml()optional bool apply_margin_to_header_and_footer = 1;
optional bool create_pdf_forms_from_html = 1;- Returns:
- The createPdfFormsFromHtml.
-
hasCustomCssUrl
boolean hasCustomCssUrl()optional string custom_css_url = 2;- Returns:
- Whether the customCssUrl field is set.
-
getCustomCssUrl
String getCustomCssUrl()optional string custom_css_url = 2;- Returns:
- The customCssUrl.
-
getCustomCssUrlBytes
com.google.protobuf.ByteString getCustomCssUrlBytes()optional string custom_css_url = 2;- Returns:
- The bytes for customCssUrl.
-
hasEnableJavaScript
boolean hasEnableJavaScript()optional bool enable_java_script = 3;- Returns:
- Whether the enableJavaScript field is set.
-
getEnableJavaScript
boolean getEnableJavaScript()optional bool enable_java_script = 3;- Returns:
- The enableJavaScript.
-
hasFitToPaperMode
boolean hasFitToPaperMode()optional .IronPdfEngine.Proto.FitToPaperModes fit_to_paper_mode = 5;- Returns:
- Whether the fitToPaperMode field is set.
-
getFitToPaperMode
FitToPaperModes getFitToPaperMode()optional .IronPdfEngine.Proto.FitToPaperModes fit_to_paper_mode = 5;- Returns:
- The fitToPaperMode.
-
getFitToPaperModeOrBuilder
FitToPaperModesOrBuilder getFitToPaperModeOrBuilder()optional .IronPdfEngine.Proto.FitToPaperModes fit_to_paper_mode = 5; -
hasGenerateUniqueDocumentIdentifiers
boolean hasGenerateUniqueDocumentIdentifiers()optional bool generate_unique_document_identifiers = 6;- Returns:
- Whether the generateUniqueDocumentIdentifiers field is set.
-
getGenerateUniqueDocumentIdentifiers
boolean getGenerateUniqueDocumentIdentifiers()optional bool generate_unique_document_identifiers = 6;- Returns:
- The generateUniqueDocumentIdentifiers.
-
hasGrayScale
boolean hasGrayScale()optional bool gray_scale = 7;- Returns:
- Whether the grayScale field is set.
-
getGrayScale
boolean getGrayScale()optional bool gray_scale = 7;- Returns:
- The grayScale.
-
hasMarginBottom
boolean hasMarginBottom()optional double margin_bottom = 8;- Returns:
- Whether the marginBottom field is set.
-
getMarginBottom
double getMarginBottom()optional double margin_bottom = 8;- Returns:
- The marginBottom.
-
hasMarginLeft
boolean hasMarginLeft()optional double margin_left = 9;- Returns:
- Whether the marginLeft field is set.
-
getMarginLeft
double getMarginLeft()optional double margin_left = 9;- Returns:
- The marginLeft.
-
hasMarginRight
boolean hasMarginRight()optional double margin_right = 10;- Returns:
- Whether the marginRight field is set.
-
getMarginRight
double getMarginRight()optional double margin_right = 10;- Returns:
- The marginRight.
-
hasMarginTop
boolean hasMarginTop()optional double margin_top = 11;- Returns:
- Whether the marginTop field is set.
-
getMarginTop
double getMarginTop()optional double margin_top = 11;- Returns:
- The marginTop.
-
hasPaperOrientation
boolean hasPaperOrientation()optional .IronPdfEngine.Proto.PdfPaperOrientation paper_orientation = 12;- Returns:
- Whether the paperOrientation field is set.
-
getPaperOrientation
PdfPaperOrientation getPaperOrientation()optional .IronPdfEngine.Proto.PdfPaperOrientation paper_orientation = 12;- Returns:
- The paperOrientation.
-
getPaperOrientationOrBuilder
PdfPaperOrientationOrBuilder getPaperOrientationOrBuilder()optional .IronPdfEngine.Proto.PdfPaperOrientation paper_orientation = 12; -
hasPaperSize
boolean hasPaperSize()optional .IronPdfEngine.Proto.PdfPaperSize paper_size = 13;- Returns:
- Whether the paperSize field is set.
-
getPaperSize
PdfPaperSize getPaperSize()optional .IronPdfEngine.Proto.PdfPaperSize paper_size = 13;- Returns:
- The paperSize.
-
getPaperSizeOrBuilder
PdfPaperSizeOrBuilder getPaperSizeOrBuilder()optional .IronPdfEngine.Proto.PdfPaperSize paper_size = 13; -
hasPrintHtmlBackgrounds
boolean hasPrintHtmlBackgrounds()optional bool print_html_backgrounds = 14;- Returns:
- Whether the printHtmlBackgrounds field is set.
-
getPrintHtmlBackgrounds
boolean getPrintHtmlBackgrounds()optional bool print_html_backgrounds = 14;- Returns:
- The printHtmlBackgrounds.
-
hasRenderDelay
boolean hasRenderDelay()optional int32 render_delay = 15;- Returns:
- Whether the renderDelay field is set.
-
getRenderDelay
int getRenderDelay()optional int32 render_delay = 15;- Returns:
- The renderDelay.
-
hasTimeout
boolean hasTimeout()optional int32 timeout = 16;- Returns:
- Whether the timeout field is set.
-
getTimeout
int getTimeout()optional int32 timeout = 16;- Returns:
- The timeout.
-
hasTitle
boolean hasTitle()optional string title = 17;- Returns:
- Whether the title field is set.
-
getTitle
String getTitle()optional string title = 17;- Returns:
- The title.
-
getTitleBytes
com.google.protobuf.ByteString getTitleBytes()optional string title = 17;- Returns:
- The bytes for title.
-
hasViewPortHeight
boolean hasViewPortHeight()optional int32 view_port_height = 18;- Returns:
- Whether the viewPortHeight field is set.
-
getViewPortHeight
int getViewPortHeight()optional int32 view_port_height = 18;- Returns:
- The viewPortHeight.
-
hasViewPortWidth
boolean hasViewPortWidth()optional int32 view_port_width = 19;- Returns:
- Whether the viewPortWidth field is set.
-
getViewPortWidth
int getViewPortWidth()optional int32 view_port_width = 19;- Returns:
- The viewPortWidth.
-
hasZoom
boolean hasZoom()optional int32 zoom = 20;- Returns:
- Whether the zoom field is set.
-
getZoom
int getZoom()optional int32 zoom = 20;- Returns:
- The zoom.
-
hasInputEncoding
boolean hasInputEncoding()optional string input_encoding = 21;- Returns:
- Whether the inputEncoding field is set.
-
getInputEncoding
String getInputEncoding()optional string input_encoding = 21;- Returns:
- The inputEncoding.
-
getInputEncodingBytes
com.google.protobuf.ByteString getInputEncodingBytes()optional string input_encoding = 21;- Returns:
- The bytes for inputEncoding.
-
hasCssMediaType
boolean hasCssMediaType()optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 22;- Returns:
- Whether the cssMediaType field is set.
-
getCssMediaType
PdfCssMediaType getCssMediaType()optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 22;- Returns:
- The cssMediaType.
-
getCssMediaTypeOrBuilder
PdfCssMediaTypeOrBuilder getCssMediaTypeOrBuilder()optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 22; -
hasCustomPaperWidth
boolean hasCustomPaperWidth()optional double custom_paper_width = 23;- Returns:
- Whether the customPaperWidth field is set.
-
getCustomPaperWidth
double getCustomPaperWidth()optional double custom_paper_width = 23;- Returns:
- The customPaperWidth.
-
hasCustomPaperHeight
boolean hasCustomPaperHeight()optional double custom_paper_height = 24;- Returns:
- Whether the customPaperHeight field is set.
-
getCustomPaperHeight
double getCustomPaperHeight()optional double custom_paper_height = 24;- Returns:
- The customPaperHeight.
-