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| Modifier and Type | Class and Description |
|---|---|
static class |
ChromePdfRenderOptions.Builder
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.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CREATE_PDF_FORMS_FROM_HTML_FIELD_NUMBER |
static int |
CSS_MEDIA_TYPE_FIELD_NUMBER |
static int |
CUSTOM_CSS_URL_FIELD_NUMBER |
static int |
CUSTOM_PAPER_HEIGHT_FIELD_NUMBER |
static int |
CUSTOM_PAPER_WIDTH_FIELD_NUMBER |
static int |
ENABLE_JAVA_SCRIPT_FIELD_NUMBER |
static int |
FIT_TO_PAPER_MODE_FIELD_NUMBER |
static int |
GENERATE_UNIQUE_DOCUMENT_IDENTIFIERS_FIELD_NUMBER |
static int |
GRAY_SCALE_FIELD_NUMBER |
static int |
INPUT_ENCODING_FIELD_NUMBER |
static int |
JAVASCRIPT_FIELD_NUMBER |
static int |
MARGIN_BOTTOM_FIELD_NUMBER |
static int |
MARGIN_LEFT_FIELD_NUMBER |
static int |
MARGIN_RIGHT_FIELD_NUMBER |
static int |
MARGIN_TOP_FIELD_NUMBER |
static int |
PAPER_ORIENTATION_FIELD_NUMBER |
static int |
PAPER_SIZE_FIELD_NUMBER |
static int |
PRINT_HTML_BACKGROUNDS_FIELD_NUMBER |
static int |
RENDER_DELAY_FIELD_NUMBER |
static int |
TIMEOUT_FIELD_NUMBER |
static int |
TITLE_FIELD_NUMBER |
static int |
VIEW_PORT_HEIGHT_FIELD_NUMBER |
static int |
VIEW_PORT_WIDTH_FIELD_NUMBER |
static int |
ZOOM_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
getCreatePdfFormsFromHtml()
optional bool apply_margin_to_header_and_footer = 1;
|
PdfCssMediaType |
getCssMediaType()
optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 22; |
PdfCssMediaTypeOrBuilder |
getCssMediaTypeOrBuilder()
optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 22; |
String |
getCustomCssUrl()
optional string custom_css_url = 2; |
com.google.protobuf.ByteString |
getCustomCssUrlBytes()
optional string custom_css_url = 2; |
double |
getCustomPaperHeight()
optional double custom_paper_height = 24; |
double |
getCustomPaperWidth()
optional double custom_paper_width = 23; |
static ChromePdfRenderOptions |
getDefaultInstance() |
ChromePdfRenderOptions |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getEnableJavaScript()
optional bool enable_java_script = 3; |
FitToPaperModes |
getFitToPaperMode()
optional .IronPdfEngine.Proto.FitToPaperModes fit_to_paper_mode = 5; |
FitToPaperModesOrBuilder |
getFitToPaperModeOrBuilder()
optional .IronPdfEngine.Proto.FitToPaperModes fit_to_paper_mode = 5; |
boolean |
getGenerateUniqueDocumentIdentifiers()
optional bool generate_unique_document_identifiers = 6; |
boolean |
getGrayScale()
optional bool gray_scale = 7; |
String |
getInputEncoding()
optional string input_encoding = 21; |
com.google.protobuf.ByteString |
getInputEncodingBytes()
optional string input_encoding = 21; |
String |
getJavascript()
optional string javascript = 25; |
com.google.protobuf.ByteString |
getJavascriptBytes()
optional string javascript = 25; |
double |
getMarginBottom()
optional double margin_bottom = 8; |
double |
getMarginLeft()
optional double margin_left = 9; |
double |
getMarginRight()
optional double margin_right = 10; |
double |
getMarginTop()
optional double margin_top = 11; |
PdfPaperOrientation |
getPaperOrientation()
optional .IronPdfEngine.Proto.PdfPaperOrientation paper_orientation = 12; |
PdfPaperOrientationOrBuilder |
getPaperOrientationOrBuilder()
optional .IronPdfEngine.Proto.PdfPaperOrientation paper_orientation = 12; |
PdfPaperSize |
getPaperSize()
optional .IronPdfEngine.Proto.PdfPaperSize paper_size = 13; |
PdfPaperSizeOrBuilder |
getPaperSizeOrBuilder()
optional .IronPdfEngine.Proto.PdfPaperSize paper_size = 13; |
com.google.protobuf.Parser<ChromePdfRenderOptions> |
getParserForType() |
boolean |
getPrintHtmlBackgrounds()
optional bool print_html_backgrounds = 14; |
int |
getRenderDelay()
optional int32 render_delay = 15; |
int |
getSerializedSize() |
int |
getTimeout()
optional int32 timeout = 16; |
String |
getTitle()
optional string title = 17; |
com.google.protobuf.ByteString |
getTitleBytes()
optional string title = 17; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
getViewPortHeight()
optional int32 view_port_height = 18; |
int |
getViewPortWidth()
optional int32 view_port_width = 19; |
int |
getZoom()
optional int32 zoom = 20; |
boolean |
hasCreatePdfFormsFromHtml()
optional bool apply_margin_to_header_and_footer = 1;
|
boolean |
hasCssMediaType()
optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 22; |
boolean |
hasCustomCssUrl()
optional string custom_css_url = 2; |
boolean |
hasCustomPaperHeight()
optional double custom_paper_height = 24; |
boolean |
hasCustomPaperWidth()
optional double custom_paper_width = 23; |
boolean |
hasEnableJavaScript()
optional bool enable_java_script = 3; |
boolean |
hasFitToPaperMode()
optional .IronPdfEngine.Proto.FitToPaperModes fit_to_paper_mode = 5; |
boolean |
hasGenerateUniqueDocumentIdentifiers()
optional bool generate_unique_document_identifiers = 6; |
boolean |
hasGrayScale()
optional bool gray_scale = 7; |
int |
hashCode() |
boolean |
hasInputEncoding()
optional string input_encoding = 21; |
boolean |
hasJavascript()
optional string javascript = 25; |
boolean |
hasMarginBottom()
optional double margin_bottom = 8; |
boolean |
hasMarginLeft()
optional double margin_left = 9; |
boolean |
hasMarginRight()
optional double margin_right = 10; |
boolean |
hasMarginTop()
optional double margin_top = 11; |
boolean |
hasPaperOrientation()
optional .IronPdfEngine.Proto.PdfPaperOrientation paper_orientation = 12; |
boolean |
hasPaperSize()
optional .IronPdfEngine.Proto.PdfPaperSize paper_size = 13; |
boolean |
hasPrintHtmlBackgrounds()
optional bool print_html_backgrounds = 14; |
boolean |
hasRenderDelay()
optional int32 render_delay = 15; |
boolean |
hasTimeout()
optional int32 timeout = 16; |
boolean |
hasTitle()
optional string title = 17; |
boolean |
hasViewPortHeight()
optional int32 view_port_height = 18; |
boolean |
hasViewPortWidth()
optional int32 view_port_width = 19; |
boolean |
hasZoom()
optional int32 zoom = 20; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ChromePdfRenderOptions.Builder |
newBuilder() |
static ChromePdfRenderOptions.Builder |
newBuilder(ChromePdfRenderOptions prototype) |
ChromePdfRenderOptions.Builder |
newBuilderForType() |
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(ByteBuffer data) |
static ChromePdfRenderOptions |
parseFrom(ByteBuffer 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 com.google.protobuf.Parser<ChromePdfRenderOptions> |
parser() |
ChromePdfRenderOptions.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, 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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int CREATE_PDF_FORMS_FROM_HTML_FIELD_NUMBER
public static final int CUSTOM_CSS_URL_FIELD_NUMBER
public static final int ENABLE_JAVA_SCRIPT_FIELD_NUMBER
public static final int FIT_TO_PAPER_MODE_FIELD_NUMBER
public static final int GENERATE_UNIQUE_DOCUMENT_IDENTIFIERS_FIELD_NUMBER
public static final int GRAY_SCALE_FIELD_NUMBER
public static final int MARGIN_BOTTOM_FIELD_NUMBER
public static final int MARGIN_LEFT_FIELD_NUMBER
public static final int MARGIN_RIGHT_FIELD_NUMBER
public static final int MARGIN_TOP_FIELD_NUMBER
public static final int PAPER_ORIENTATION_FIELD_NUMBER
public static final int PAPER_SIZE_FIELD_NUMBER
public static final int PRINT_HTML_BACKGROUNDS_FIELD_NUMBER
public static final int RENDER_DELAY_FIELD_NUMBER
public static final int TIMEOUT_FIELD_NUMBER
public static final int TITLE_FIELD_NUMBER
public static final int VIEW_PORT_HEIGHT_FIELD_NUMBER
public static final int VIEW_PORT_WIDTH_FIELD_NUMBER
public static final int ZOOM_FIELD_NUMBER
public static final int INPUT_ENCODING_FIELD_NUMBER
public static final int CSS_MEDIA_TYPE_FIELD_NUMBER
public static final int CUSTOM_PAPER_WIDTH_FIELD_NUMBER
public static final int CUSTOM_PAPER_HEIGHT_FIELD_NUMBER
public static final int JAVASCRIPT_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasCreatePdfFormsFromHtml()
optional bool apply_margin_to_header_and_footer = 1;
optional bool create_pdf_forms_from_html = 1;hasCreatePdfFormsFromHtml in interface ChromePdfRenderOptionsOrBuilderpublic boolean getCreatePdfFormsFromHtml()
optional bool apply_margin_to_header_and_footer = 1;
optional bool create_pdf_forms_from_html = 1;getCreatePdfFormsFromHtml in interface ChromePdfRenderOptionsOrBuilderpublic boolean hasCustomCssUrl()
optional string custom_css_url = 2;hasCustomCssUrl in interface ChromePdfRenderOptionsOrBuilderpublic String getCustomCssUrl()
optional string custom_css_url = 2;getCustomCssUrl in interface ChromePdfRenderOptionsOrBuilderpublic com.google.protobuf.ByteString getCustomCssUrlBytes()
optional string custom_css_url = 2;getCustomCssUrlBytes in interface ChromePdfRenderOptionsOrBuilderpublic boolean hasEnableJavaScript()
optional bool enable_java_script = 3;hasEnableJavaScript in interface ChromePdfRenderOptionsOrBuilderpublic boolean getEnableJavaScript()
optional bool enable_java_script = 3;getEnableJavaScript in interface ChromePdfRenderOptionsOrBuilderpublic boolean hasFitToPaperMode()
optional .IronPdfEngine.Proto.FitToPaperModes fit_to_paper_mode = 5;hasFitToPaperMode in interface ChromePdfRenderOptionsOrBuilderpublic FitToPaperModes getFitToPaperMode()
optional .IronPdfEngine.Proto.FitToPaperModes fit_to_paper_mode = 5;getFitToPaperMode in interface ChromePdfRenderOptionsOrBuilderpublic FitToPaperModesOrBuilder getFitToPaperModeOrBuilder()
optional .IronPdfEngine.Proto.FitToPaperModes fit_to_paper_mode = 5;getFitToPaperModeOrBuilder in interface ChromePdfRenderOptionsOrBuilderpublic boolean hasGenerateUniqueDocumentIdentifiers()
optional bool generate_unique_document_identifiers = 6;hasGenerateUniqueDocumentIdentifiers in interface ChromePdfRenderOptionsOrBuilderpublic boolean getGenerateUniqueDocumentIdentifiers()
optional bool generate_unique_document_identifiers = 6;getGenerateUniqueDocumentIdentifiers in interface ChromePdfRenderOptionsOrBuilderpublic boolean hasGrayScale()
optional bool gray_scale = 7;hasGrayScale in interface ChromePdfRenderOptionsOrBuilderpublic boolean getGrayScale()
optional bool gray_scale = 7;getGrayScale in interface ChromePdfRenderOptionsOrBuilderpublic boolean hasMarginBottom()
optional double margin_bottom = 8;hasMarginBottom in interface ChromePdfRenderOptionsOrBuilderpublic double getMarginBottom()
optional double margin_bottom = 8;getMarginBottom in interface ChromePdfRenderOptionsOrBuilderpublic boolean hasMarginLeft()
optional double margin_left = 9;hasMarginLeft in interface ChromePdfRenderOptionsOrBuilderpublic double getMarginLeft()
optional double margin_left = 9;getMarginLeft in interface ChromePdfRenderOptionsOrBuilderpublic boolean hasMarginRight()
optional double margin_right = 10;hasMarginRight in interface ChromePdfRenderOptionsOrBuilderpublic double getMarginRight()
optional double margin_right = 10;getMarginRight in interface ChromePdfRenderOptionsOrBuilderpublic boolean hasMarginTop()
optional double margin_top = 11;hasMarginTop in interface ChromePdfRenderOptionsOrBuilderpublic double getMarginTop()
optional double margin_top = 11;getMarginTop in interface ChromePdfRenderOptionsOrBuilderpublic boolean hasPaperOrientation()
optional .IronPdfEngine.Proto.PdfPaperOrientation paper_orientation = 12;hasPaperOrientation in interface ChromePdfRenderOptionsOrBuilderpublic PdfPaperOrientation getPaperOrientation()
optional .IronPdfEngine.Proto.PdfPaperOrientation paper_orientation = 12;getPaperOrientation in interface ChromePdfRenderOptionsOrBuilderpublic PdfPaperOrientationOrBuilder getPaperOrientationOrBuilder()
optional .IronPdfEngine.Proto.PdfPaperOrientation paper_orientation = 12;getPaperOrientationOrBuilder in interface ChromePdfRenderOptionsOrBuilderpublic boolean hasPaperSize()
optional .IronPdfEngine.Proto.PdfPaperSize paper_size = 13;hasPaperSize in interface ChromePdfRenderOptionsOrBuilderpublic PdfPaperSize getPaperSize()
optional .IronPdfEngine.Proto.PdfPaperSize paper_size = 13;getPaperSize in interface ChromePdfRenderOptionsOrBuilderpublic PdfPaperSizeOrBuilder getPaperSizeOrBuilder()
optional .IronPdfEngine.Proto.PdfPaperSize paper_size = 13;getPaperSizeOrBuilder in interface ChromePdfRenderOptionsOrBuilderpublic boolean hasPrintHtmlBackgrounds()
optional bool print_html_backgrounds = 14;hasPrintHtmlBackgrounds in interface ChromePdfRenderOptionsOrBuilderpublic boolean getPrintHtmlBackgrounds()
optional bool print_html_backgrounds = 14;getPrintHtmlBackgrounds in interface ChromePdfRenderOptionsOrBuilderpublic boolean hasRenderDelay()
optional int32 render_delay = 15;hasRenderDelay in interface ChromePdfRenderOptionsOrBuilderpublic int getRenderDelay()
optional int32 render_delay = 15;getRenderDelay in interface ChromePdfRenderOptionsOrBuilderpublic boolean hasTimeout()
optional int32 timeout = 16;hasTimeout in interface ChromePdfRenderOptionsOrBuilderpublic int getTimeout()
optional int32 timeout = 16;getTimeout in interface ChromePdfRenderOptionsOrBuilderpublic boolean hasTitle()
optional string title = 17;hasTitle in interface ChromePdfRenderOptionsOrBuilderpublic String getTitle()
optional string title = 17;getTitle in interface ChromePdfRenderOptionsOrBuilderpublic com.google.protobuf.ByteString getTitleBytes()
optional string title = 17;getTitleBytes in interface ChromePdfRenderOptionsOrBuilderpublic boolean hasViewPortHeight()
optional int32 view_port_height = 18;hasViewPortHeight in interface ChromePdfRenderOptionsOrBuilderpublic int getViewPortHeight()
optional int32 view_port_height = 18;getViewPortHeight in interface ChromePdfRenderOptionsOrBuilderpublic boolean hasViewPortWidth()
optional int32 view_port_width = 19;hasViewPortWidth in interface ChromePdfRenderOptionsOrBuilderpublic int getViewPortWidth()
optional int32 view_port_width = 19;getViewPortWidth in interface ChromePdfRenderOptionsOrBuilderpublic boolean hasZoom()
optional int32 zoom = 20;hasZoom in interface ChromePdfRenderOptionsOrBuilderpublic int getZoom()
optional int32 zoom = 20;getZoom in interface ChromePdfRenderOptionsOrBuilderpublic boolean hasInputEncoding()
optional string input_encoding = 21;hasInputEncoding in interface ChromePdfRenderOptionsOrBuilderpublic String getInputEncoding()
optional string input_encoding = 21;getInputEncoding in interface ChromePdfRenderOptionsOrBuilderpublic com.google.protobuf.ByteString getInputEncodingBytes()
optional string input_encoding = 21;getInputEncodingBytes in interface ChromePdfRenderOptionsOrBuilderpublic boolean hasCssMediaType()
optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 22;hasCssMediaType in interface ChromePdfRenderOptionsOrBuilderpublic PdfCssMediaType getCssMediaType()
optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 22;getCssMediaType in interface ChromePdfRenderOptionsOrBuilderpublic PdfCssMediaTypeOrBuilder getCssMediaTypeOrBuilder()
optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 22;getCssMediaTypeOrBuilder in interface ChromePdfRenderOptionsOrBuilderpublic boolean hasCustomPaperWidth()
optional double custom_paper_width = 23;hasCustomPaperWidth in interface ChromePdfRenderOptionsOrBuilderpublic double getCustomPaperWidth()
optional double custom_paper_width = 23;getCustomPaperWidth in interface ChromePdfRenderOptionsOrBuilderpublic boolean hasCustomPaperHeight()
optional double custom_paper_height = 24;hasCustomPaperHeight in interface ChromePdfRenderOptionsOrBuilderpublic double getCustomPaperHeight()
optional double custom_paper_height = 24;getCustomPaperHeight in interface ChromePdfRenderOptionsOrBuilderpublic boolean hasJavascript()
optional string javascript = 25;hasJavascript in interface ChromePdfRenderOptionsOrBuilderpublic String getJavascript()
optional string javascript = 25;getJavascript in interface ChromePdfRenderOptionsOrBuilderpublic com.google.protobuf.ByteString getJavascriptBytes()
optional string javascript = 25;getJavascriptBytes in interface ChromePdfRenderOptionsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ChromePdfRenderOptions parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromePdfRenderOptions parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromePdfRenderOptions parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromePdfRenderOptions parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromePdfRenderOptions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromePdfRenderOptions parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromePdfRenderOptions parseFrom(InputStream input) throws IOException
IOExceptionpublic static ChromePdfRenderOptions parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ChromePdfRenderOptions parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ChromePdfRenderOptions parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ChromePdfRenderOptions parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ChromePdfRenderOptions parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ChromePdfRenderOptions.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ChromePdfRenderOptions.Builder newBuilder()
public static ChromePdfRenderOptions.Builder newBuilder(ChromePdfRenderOptions prototype)
public ChromePdfRenderOptions.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ChromePdfRenderOptions.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ChromePdfRenderOptions getDefaultInstance()
public static com.google.protobuf.Parser<ChromePdfRenderOptions> parser()
public com.google.protobuf.Parser<ChromePdfRenderOptions> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ChromePdfRenderOptions getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022–2023 Iron Software. All rights reserved.