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 TypeMethodDescriptionboolean
optional 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.ByteString
optional string custom_css_url = 2;
double
optional double custom_paper_height = 24;
double
optional double custom_paper_width = 23;
boolean
optional bool enable_java_script = 3;
int
optional int32 first_page_number = 4;
optional .IronPdfEngine.Proto.FitToPaperModes fit_to_paper_mode = 5;
optional .IronPdfEngine.Proto.FitToPaperModes fit_to_paper_mode = 5;
boolean
optional bool generate_unique_document_identifiers = 6;
boolean
optional bool gray_scale = 7;
optional string input_encoding = 21;
com.google.protobuf.ByteString
optional string input_encoding = 21;
double
optional double margin_bottom = 8;
double
optional double margin_left = 9;
double
optional double margin_right = 10;
double
optional 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;
boolean
optional bool print_html_backgrounds = 14;
int
optional int32 render_delay = 15;
int
optional int32 timeout = 16;
getTitle()
optional string title = 17;
com.google.protobuf.ByteString
optional string title = 17;
int
optional int32 view_port_height = 18;
int
optional int32 view_port_width = 19;
int
getZoom()
optional int32 zoom = 20;
boolean
optional bool apply_margin_to_header_and_footer = 1;boolean
optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 22;
boolean
optional string custom_css_url = 2;
boolean
optional double custom_paper_height = 24;
boolean
optional double custom_paper_width = 23;
boolean
optional bool enable_java_script = 3;
boolean
optional int32 first_page_number = 4;
boolean
optional .IronPdfEngine.Proto.FitToPaperModes fit_to_paper_mode = 5;
boolean
optional bool generate_unique_document_identifiers = 6;
boolean
optional bool gray_scale = 7;
boolean
optional string input_encoding = 21;
boolean
optional double margin_bottom = 8;
boolean
optional double margin_left = 9;
boolean
optional double margin_right = 10;
boolean
optional double margin_top = 11;
boolean
optional .IronPdfEngine.Proto.PdfPaperOrientation paper_orientation = 12;
boolean
optional .IronPdfEngine.Proto.PdfPaperSize paper_size = 13;
boolean
optional bool print_html_backgrounds = 14;
boolean
optional int32 render_delay = 15;
boolean
optional int32 timeout = 16;
boolean
hasTitle()
optional string title = 17;
boolean
optional int32 view_port_height = 18;
boolean
optional int32 view_port_width = 19;
boolean
hasZoom()
optional int32 zoom = 20;
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
-
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.
-
hasFirstPageNumber
boolean hasFirstPageNumber()optional int32 first_page_number = 4;
- Returns:
- Whether the firstPageNumber field is set.
-
getFirstPageNumber
int getFirstPageNumber()optional int32 first_page_number = 4;
- Returns:
- The firstPageNumber.
-
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.
-