Class ChromePdfRenderOptions
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.ironsoftware.ironpdf.internal.proto.ChromePdfRenderOptions
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,ChromePdfRenderOptionsOrBuilder
,Serializable
public final class ChromePdfRenderOptions
extends com.google.protobuf.GeneratedMessageV3
implements ChromePdfRenderOptionsOrBuilder
we not allow to add HeaderFooter because html and string could be too long to handle that we need to use stream which will makes things complicated.Protobuf type
IronPdfEngine.Proto.ChromePdfRenderOptions
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
we not allow to add HeaderFooter because html and string could be too long to handle that we need to use stream which will makes things complicated.Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,
BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType, BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
Fields inherited from class com.google.protobuf.GeneratedMessageV3
alwaysUseFieldBuilders, unknownFields
Fields inherited from class com.google.protobuf.AbstractMessage
memoizedSize
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
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;
static ChromePdfRenderOptions
static final com.google.protobuf.Descriptors.Descriptor
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;
com.google.protobuf.Parser<ChromePdfRenderOptions>
boolean
optional bool print_html_backgrounds = 14;
int
optional int32 render_delay = 15;
int
int
optional int32 timeout = 16;
getTitle()
optional string title = 17;
com.google.protobuf.ByteString
optional string title = 17;
final com.google.protobuf.UnknownFieldSet
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;
int
hashCode()
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;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
newBuilder
(ChromePdfRenderOptions prototype) protected ChromePdfRenderOptions.Builder
newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) protected Object
newInstance
(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) static ChromePdfRenderOptions
parseDelimitedFrom
(InputStream input) static ChromePdfRenderOptions
parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChromePdfRenderOptions
parseFrom
(byte[] data) static ChromePdfRenderOptions
parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChromePdfRenderOptions
parseFrom
(com.google.protobuf.ByteString data) static ChromePdfRenderOptions
parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChromePdfRenderOptions
parseFrom
(com.google.protobuf.CodedInputStream input) static ChromePdfRenderOptions
parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChromePdfRenderOptions
parseFrom
(InputStream input) static ChromePdfRenderOptions
parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ChromePdfRenderOptions
parseFrom
(ByteBuffer data) static ChromePdfRenderOptions
parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<ChromePdfRenderOptions>
parser()
void
writeTo
(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
-
Field Details
-
CREATE_PDF_FORMS_FROM_HTML_FIELD_NUMBER
public static final int CREATE_PDF_FORMS_FROM_HTML_FIELD_NUMBER- See Also:
-
CUSTOM_CSS_URL_FIELD_NUMBER
public static final int CUSTOM_CSS_URL_FIELD_NUMBER- See Also:
-
ENABLE_JAVA_SCRIPT_FIELD_NUMBER
public static final int ENABLE_JAVA_SCRIPT_FIELD_NUMBER- See Also:
-
FIRST_PAGE_NUMBER_FIELD_NUMBER
public static final int FIRST_PAGE_NUMBER_FIELD_NUMBER- See Also:
-
FIT_TO_PAPER_MODE_FIELD_NUMBER
public static final int FIT_TO_PAPER_MODE_FIELD_NUMBER- See Also:
-
GENERATE_UNIQUE_DOCUMENT_IDENTIFIERS_FIELD_NUMBER
public static final int GENERATE_UNIQUE_DOCUMENT_IDENTIFIERS_FIELD_NUMBER- See Also:
-
GRAY_SCALE_FIELD_NUMBER
public static final int GRAY_SCALE_FIELD_NUMBER- See Also:
-
MARGIN_BOTTOM_FIELD_NUMBER
public static final int MARGIN_BOTTOM_FIELD_NUMBER- See Also:
-
MARGIN_LEFT_FIELD_NUMBER
public static final int MARGIN_LEFT_FIELD_NUMBER- See Also:
-
MARGIN_RIGHT_FIELD_NUMBER
public static final int MARGIN_RIGHT_FIELD_NUMBER- See Also:
-
MARGIN_TOP_FIELD_NUMBER
public static final int MARGIN_TOP_FIELD_NUMBER- See Also:
-
PAPER_ORIENTATION_FIELD_NUMBER
public static final int PAPER_ORIENTATION_FIELD_NUMBER- See Also:
-
PAPER_SIZE_FIELD_NUMBER
public static final int PAPER_SIZE_FIELD_NUMBER- See Also:
-
PRINT_HTML_BACKGROUNDS_FIELD_NUMBER
public static final int PRINT_HTML_BACKGROUNDS_FIELD_NUMBER- See Also:
-
RENDER_DELAY_FIELD_NUMBER
public static final int RENDER_DELAY_FIELD_NUMBER- See Also:
-
TIMEOUT_FIELD_NUMBER
public static final int TIMEOUT_FIELD_NUMBER- See Also:
-
TITLE_FIELD_NUMBER
public static final int TITLE_FIELD_NUMBER- See Also:
-
VIEW_PORT_HEIGHT_FIELD_NUMBER
public static final int VIEW_PORT_HEIGHT_FIELD_NUMBER- See Also:
-
VIEW_PORT_WIDTH_FIELD_NUMBER
public static final int VIEW_PORT_WIDTH_FIELD_NUMBER- See Also:
-
ZOOM_FIELD_NUMBER
public static final int ZOOM_FIELD_NUMBER- See Also:
-
INPUT_ENCODING_FIELD_NUMBER
public static final int INPUT_ENCODING_FIELD_NUMBER- See Also:
-
CSS_MEDIA_TYPE_FIELD_NUMBER
public static final int CSS_MEDIA_TYPE_FIELD_NUMBER- See Also:
-
CUSTOM_PAPER_WIDTH_FIELD_NUMBER
public static final int CUSTOM_PAPER_WIDTH_FIELD_NUMBER- See Also:
-
CUSTOM_PAPER_HEIGHT_FIELD_NUMBER
public static final int CUSTOM_PAPER_HEIGHT_FIELD_NUMBER- See Also:
-
-
Method Details
-
newInstance
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()- Specified by:
getUnknownFields
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getUnknownFields
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
hasCreatePdfFormsFromHtml
public boolean hasCreatePdfFormsFromHtml()optional bool apply_margin_to_header_and_footer = 1;
optional bool create_pdf_forms_from_html = 1;
- Specified by:
hasCreatePdfFormsFromHtml
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- Whether the createPdfFormsFromHtml field is set.
-
getCreatePdfFormsFromHtml
public boolean getCreatePdfFormsFromHtml()optional bool apply_margin_to_header_and_footer = 1;
optional bool create_pdf_forms_from_html = 1;
- Specified by:
getCreatePdfFormsFromHtml
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The createPdfFormsFromHtml.
-
hasCustomCssUrl
public boolean hasCustomCssUrl()optional string custom_css_url = 2;
- Specified by:
hasCustomCssUrl
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- Whether the customCssUrl field is set.
-
getCustomCssUrl
optional string custom_css_url = 2;
- Specified by:
getCustomCssUrl
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The customCssUrl.
-
getCustomCssUrlBytes
public com.google.protobuf.ByteString getCustomCssUrlBytes()optional string custom_css_url = 2;
- Specified by:
getCustomCssUrlBytes
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The bytes for customCssUrl.
-
hasEnableJavaScript
public boolean hasEnableJavaScript()optional bool enable_java_script = 3;
- Specified by:
hasEnableJavaScript
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- Whether the enableJavaScript field is set.
-
getEnableJavaScript
public boolean getEnableJavaScript()optional bool enable_java_script = 3;
- Specified by:
getEnableJavaScript
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The enableJavaScript.
-
hasFirstPageNumber
public boolean hasFirstPageNumber()optional int32 first_page_number = 4;
- Specified by:
hasFirstPageNumber
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- Whether the firstPageNumber field is set.
-
getFirstPageNumber
public int getFirstPageNumber()optional int32 first_page_number = 4;
- Specified by:
getFirstPageNumber
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The firstPageNumber.
-
hasFitToPaperMode
public boolean hasFitToPaperMode()optional .IronPdfEngine.Proto.FitToPaperModes fit_to_paper_mode = 5;
- Specified by:
hasFitToPaperMode
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- Whether the fitToPaperMode field is set.
-
getFitToPaperMode
optional .IronPdfEngine.Proto.FitToPaperModes fit_to_paper_mode = 5;
- Specified by:
getFitToPaperMode
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The fitToPaperMode.
-
getFitToPaperModeOrBuilder
optional .IronPdfEngine.Proto.FitToPaperModes fit_to_paper_mode = 5;
- Specified by:
getFitToPaperModeOrBuilder
in interfaceChromePdfRenderOptionsOrBuilder
-
hasGenerateUniqueDocumentIdentifiers
public boolean hasGenerateUniqueDocumentIdentifiers()optional bool generate_unique_document_identifiers = 6;
- Specified by:
hasGenerateUniqueDocumentIdentifiers
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- Whether the generateUniqueDocumentIdentifiers field is set.
-
getGenerateUniqueDocumentIdentifiers
public boolean getGenerateUniqueDocumentIdentifiers()optional bool generate_unique_document_identifiers = 6;
- Specified by:
getGenerateUniqueDocumentIdentifiers
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The generateUniqueDocumentIdentifiers.
-
hasGrayScale
public boolean hasGrayScale()optional bool gray_scale = 7;
- Specified by:
hasGrayScale
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- Whether the grayScale field is set.
-
getGrayScale
public boolean getGrayScale()optional bool gray_scale = 7;
- Specified by:
getGrayScale
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The grayScale.
-
hasMarginBottom
public boolean hasMarginBottom()optional double margin_bottom = 8;
- Specified by:
hasMarginBottom
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- Whether the marginBottom field is set.
-
getMarginBottom
public double getMarginBottom()optional double margin_bottom = 8;
- Specified by:
getMarginBottom
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The marginBottom.
-
hasMarginLeft
public boolean hasMarginLeft()optional double margin_left = 9;
- Specified by:
hasMarginLeft
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- Whether the marginLeft field is set.
-
getMarginLeft
public double getMarginLeft()optional double margin_left = 9;
- Specified by:
getMarginLeft
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The marginLeft.
-
hasMarginRight
public boolean hasMarginRight()optional double margin_right = 10;
- Specified by:
hasMarginRight
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- Whether the marginRight field is set.
-
getMarginRight
public double getMarginRight()optional double margin_right = 10;
- Specified by:
getMarginRight
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The marginRight.
-
hasMarginTop
public boolean hasMarginTop()optional double margin_top = 11;
- Specified by:
hasMarginTop
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- Whether the marginTop field is set.
-
getMarginTop
public double getMarginTop()optional double margin_top = 11;
- Specified by:
getMarginTop
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The marginTop.
-
hasPaperOrientation
public boolean hasPaperOrientation()optional .IronPdfEngine.Proto.PdfPaperOrientation paper_orientation = 12;
- Specified by:
hasPaperOrientation
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- Whether the paperOrientation field is set.
-
getPaperOrientation
optional .IronPdfEngine.Proto.PdfPaperOrientation paper_orientation = 12;
- Specified by:
getPaperOrientation
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The paperOrientation.
-
getPaperOrientationOrBuilder
optional .IronPdfEngine.Proto.PdfPaperOrientation paper_orientation = 12;
- Specified by:
getPaperOrientationOrBuilder
in interfaceChromePdfRenderOptionsOrBuilder
-
hasPaperSize
public boolean hasPaperSize()optional .IronPdfEngine.Proto.PdfPaperSize paper_size = 13;
- Specified by:
hasPaperSize
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- Whether the paperSize field is set.
-
getPaperSize
optional .IronPdfEngine.Proto.PdfPaperSize paper_size = 13;
- Specified by:
getPaperSize
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The paperSize.
-
getPaperSizeOrBuilder
optional .IronPdfEngine.Proto.PdfPaperSize paper_size = 13;
- Specified by:
getPaperSizeOrBuilder
in interfaceChromePdfRenderOptionsOrBuilder
-
hasPrintHtmlBackgrounds
public boolean hasPrintHtmlBackgrounds()optional bool print_html_backgrounds = 14;
- Specified by:
hasPrintHtmlBackgrounds
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- Whether the printHtmlBackgrounds field is set.
-
getPrintHtmlBackgrounds
public boolean getPrintHtmlBackgrounds()optional bool print_html_backgrounds = 14;
- Specified by:
getPrintHtmlBackgrounds
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The printHtmlBackgrounds.
-
hasRenderDelay
public boolean hasRenderDelay()optional int32 render_delay = 15;
- Specified by:
hasRenderDelay
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- Whether the renderDelay field is set.
-
getRenderDelay
public int getRenderDelay()optional int32 render_delay = 15;
- Specified by:
getRenderDelay
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The renderDelay.
-
hasTimeout
public boolean hasTimeout()optional int32 timeout = 16;
- Specified by:
hasTimeout
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- Whether the timeout field is set.
-
getTimeout
public int getTimeout()optional int32 timeout = 16;
- Specified by:
getTimeout
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The timeout.
-
hasTitle
public boolean hasTitle()optional string title = 17;
- Specified by:
hasTitle
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- Whether the title field is set.
-
getTitle
optional string title = 17;
- Specified by:
getTitle
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The title.
-
getTitleBytes
public com.google.protobuf.ByteString getTitleBytes()optional string title = 17;
- Specified by:
getTitleBytes
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The bytes for title.
-
hasViewPortHeight
public boolean hasViewPortHeight()optional int32 view_port_height = 18;
- Specified by:
hasViewPortHeight
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- Whether the viewPortHeight field is set.
-
getViewPortHeight
public int getViewPortHeight()optional int32 view_port_height = 18;
- Specified by:
getViewPortHeight
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The viewPortHeight.
-
hasViewPortWidth
public boolean hasViewPortWidth()optional int32 view_port_width = 19;
- Specified by:
hasViewPortWidth
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- Whether the viewPortWidth field is set.
-
getViewPortWidth
public int getViewPortWidth()optional int32 view_port_width = 19;
- Specified by:
getViewPortWidth
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The viewPortWidth.
-
hasZoom
public boolean hasZoom()optional int32 zoom = 20;
- Specified by:
hasZoom
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- Whether the zoom field is set.
-
getZoom
public int getZoom()optional int32 zoom = 20;
- Specified by:
getZoom
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The zoom.
-
hasInputEncoding
public boolean hasInputEncoding()optional string input_encoding = 21;
- Specified by:
hasInputEncoding
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- Whether the inputEncoding field is set.
-
getInputEncoding
optional string input_encoding = 21;
- Specified by:
getInputEncoding
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The inputEncoding.
-
getInputEncodingBytes
public com.google.protobuf.ByteString getInputEncodingBytes()optional string input_encoding = 21;
- Specified by:
getInputEncodingBytes
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The bytes for inputEncoding.
-
hasCssMediaType
public boolean hasCssMediaType()optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 22;
- Specified by:
hasCssMediaType
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- Whether the cssMediaType field is set.
-
getCssMediaType
optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 22;
- Specified by:
getCssMediaType
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The cssMediaType.
-
getCssMediaTypeOrBuilder
optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 22;
- Specified by:
getCssMediaTypeOrBuilder
in interfaceChromePdfRenderOptionsOrBuilder
-
hasCustomPaperWidth
public boolean hasCustomPaperWidth()optional double custom_paper_width = 23;
- Specified by:
hasCustomPaperWidth
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- Whether the customPaperWidth field is set.
-
getCustomPaperWidth
public double getCustomPaperWidth()optional double custom_paper_width = 23;
- Specified by:
getCustomPaperWidth
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The customPaperWidth.
-
hasCustomPaperHeight
public boolean hasCustomPaperHeight()optional double custom_paper_height = 24;
- Specified by:
hasCustomPaperHeight
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- Whether the customPaperHeight field is set.
-
getCustomPaperHeight
public double getCustomPaperHeight()optional double custom_paper_height = 24;
- Specified by:
getCustomPaperHeight
in interfaceChromePdfRenderOptionsOrBuilder
- Returns:
- The customPaperHeight.
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static ChromePdfRenderOptions parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ChromePdfRenderOptions parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ChromePdfRenderOptions parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ChromePdfRenderOptions parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ChromePdfRenderOptions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static ChromePdfRenderOptions parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static ChromePdfRenderOptions parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static ChromePdfRenderOptions parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static ChromePdfRenderOptions parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static ChromePdfRenderOptions parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected ChromePdfRenderOptions.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) - Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-