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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public 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.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasCreatePdfFormsFromHtml()
optional bool apply_margin_to_header_and_footer = 1;
optional bool create_pdf_forms_from_html = 1;
hasCreatePdfFormsFromHtml
in interface ChromePdfRenderOptionsOrBuilder
public boolean getCreatePdfFormsFromHtml()
optional bool apply_margin_to_header_and_footer = 1;
optional bool create_pdf_forms_from_html = 1;
getCreatePdfFormsFromHtml
in interface ChromePdfRenderOptionsOrBuilder
public boolean hasCustomCssUrl()
optional string custom_css_url = 2;
hasCustomCssUrl
in interface ChromePdfRenderOptionsOrBuilder
public String getCustomCssUrl()
optional string custom_css_url = 2;
getCustomCssUrl
in interface ChromePdfRenderOptionsOrBuilder
public com.google.protobuf.ByteString getCustomCssUrlBytes()
optional string custom_css_url = 2;
getCustomCssUrlBytes
in interface ChromePdfRenderOptionsOrBuilder
public boolean hasEnableJavaScript()
optional bool enable_java_script = 3;
hasEnableJavaScript
in interface ChromePdfRenderOptionsOrBuilder
public boolean getEnableJavaScript()
optional bool enable_java_script = 3;
getEnableJavaScript
in interface ChromePdfRenderOptionsOrBuilder
public boolean hasFitToPaperMode()
optional .IronPdfEngine.Proto.FitToPaperModes fit_to_paper_mode = 5;
hasFitToPaperMode
in interface ChromePdfRenderOptionsOrBuilder
public FitToPaperModes getFitToPaperMode()
optional .IronPdfEngine.Proto.FitToPaperModes fit_to_paper_mode = 5;
getFitToPaperMode
in interface ChromePdfRenderOptionsOrBuilder
public FitToPaperModesOrBuilder getFitToPaperModeOrBuilder()
optional .IronPdfEngine.Proto.FitToPaperModes fit_to_paper_mode = 5;
getFitToPaperModeOrBuilder
in interface ChromePdfRenderOptionsOrBuilder
public boolean hasGenerateUniqueDocumentIdentifiers()
optional bool generate_unique_document_identifiers = 6;
hasGenerateUniqueDocumentIdentifiers
in interface ChromePdfRenderOptionsOrBuilder
public boolean getGenerateUniqueDocumentIdentifiers()
optional bool generate_unique_document_identifiers = 6;
getGenerateUniqueDocumentIdentifiers
in interface ChromePdfRenderOptionsOrBuilder
public boolean hasGrayScale()
optional bool gray_scale = 7;
hasGrayScale
in interface ChromePdfRenderOptionsOrBuilder
public boolean getGrayScale()
optional bool gray_scale = 7;
getGrayScale
in interface ChromePdfRenderOptionsOrBuilder
public boolean hasMarginBottom()
optional double margin_bottom = 8;
hasMarginBottom
in interface ChromePdfRenderOptionsOrBuilder
public double getMarginBottom()
optional double margin_bottom = 8;
getMarginBottom
in interface ChromePdfRenderOptionsOrBuilder
public boolean hasMarginLeft()
optional double margin_left = 9;
hasMarginLeft
in interface ChromePdfRenderOptionsOrBuilder
public double getMarginLeft()
optional double margin_left = 9;
getMarginLeft
in interface ChromePdfRenderOptionsOrBuilder
public boolean hasMarginRight()
optional double margin_right = 10;
hasMarginRight
in interface ChromePdfRenderOptionsOrBuilder
public double getMarginRight()
optional double margin_right = 10;
getMarginRight
in interface ChromePdfRenderOptionsOrBuilder
public boolean hasMarginTop()
optional double margin_top = 11;
hasMarginTop
in interface ChromePdfRenderOptionsOrBuilder
public double getMarginTop()
optional double margin_top = 11;
getMarginTop
in interface ChromePdfRenderOptionsOrBuilder
public boolean hasPaperOrientation()
optional .IronPdfEngine.Proto.PdfPaperOrientation paper_orientation = 12;
hasPaperOrientation
in interface ChromePdfRenderOptionsOrBuilder
public PdfPaperOrientation getPaperOrientation()
optional .IronPdfEngine.Proto.PdfPaperOrientation paper_orientation = 12;
getPaperOrientation
in interface ChromePdfRenderOptionsOrBuilder
public PdfPaperOrientationOrBuilder getPaperOrientationOrBuilder()
optional .IronPdfEngine.Proto.PdfPaperOrientation paper_orientation = 12;
getPaperOrientationOrBuilder
in interface ChromePdfRenderOptionsOrBuilder
public boolean hasPaperSize()
optional .IronPdfEngine.Proto.PdfPaperSize paper_size = 13;
hasPaperSize
in interface ChromePdfRenderOptionsOrBuilder
public PdfPaperSize getPaperSize()
optional .IronPdfEngine.Proto.PdfPaperSize paper_size = 13;
getPaperSize
in interface ChromePdfRenderOptionsOrBuilder
public PdfPaperSizeOrBuilder getPaperSizeOrBuilder()
optional .IronPdfEngine.Proto.PdfPaperSize paper_size = 13;
getPaperSizeOrBuilder
in interface ChromePdfRenderOptionsOrBuilder
public boolean hasPrintHtmlBackgrounds()
optional bool print_html_backgrounds = 14;
hasPrintHtmlBackgrounds
in interface ChromePdfRenderOptionsOrBuilder
public boolean getPrintHtmlBackgrounds()
optional bool print_html_backgrounds = 14;
getPrintHtmlBackgrounds
in interface ChromePdfRenderOptionsOrBuilder
public boolean hasRenderDelay()
optional int32 render_delay = 15;
hasRenderDelay
in interface ChromePdfRenderOptionsOrBuilder
public int getRenderDelay()
optional int32 render_delay = 15;
getRenderDelay
in interface ChromePdfRenderOptionsOrBuilder
public boolean hasTimeout()
optional int32 timeout = 16;
hasTimeout
in interface ChromePdfRenderOptionsOrBuilder
public int getTimeout()
optional int32 timeout = 16;
getTimeout
in interface ChromePdfRenderOptionsOrBuilder
public boolean hasTitle()
optional string title = 17;
hasTitle
in interface ChromePdfRenderOptionsOrBuilder
public String getTitle()
optional string title = 17;
getTitle
in interface ChromePdfRenderOptionsOrBuilder
public com.google.protobuf.ByteString getTitleBytes()
optional string title = 17;
getTitleBytes
in interface ChromePdfRenderOptionsOrBuilder
public boolean hasViewPortHeight()
optional int32 view_port_height = 18;
hasViewPortHeight
in interface ChromePdfRenderOptionsOrBuilder
public int getViewPortHeight()
optional int32 view_port_height = 18;
getViewPortHeight
in interface ChromePdfRenderOptionsOrBuilder
public boolean hasViewPortWidth()
optional int32 view_port_width = 19;
hasViewPortWidth
in interface ChromePdfRenderOptionsOrBuilder
public int getViewPortWidth()
optional int32 view_port_width = 19;
getViewPortWidth
in interface ChromePdfRenderOptionsOrBuilder
public boolean hasZoom()
optional int32 zoom = 20;
hasZoom
in interface ChromePdfRenderOptionsOrBuilder
public int getZoom()
optional int32 zoom = 20;
getZoom
in interface ChromePdfRenderOptionsOrBuilder
public boolean hasInputEncoding()
optional string input_encoding = 21;
hasInputEncoding
in interface ChromePdfRenderOptionsOrBuilder
public String getInputEncoding()
optional string input_encoding = 21;
getInputEncoding
in interface ChromePdfRenderOptionsOrBuilder
public com.google.protobuf.ByteString getInputEncodingBytes()
optional string input_encoding = 21;
getInputEncodingBytes
in interface ChromePdfRenderOptionsOrBuilder
public boolean hasCssMediaType()
optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 22;
hasCssMediaType
in interface ChromePdfRenderOptionsOrBuilder
public PdfCssMediaType getCssMediaType()
optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 22;
getCssMediaType
in interface ChromePdfRenderOptionsOrBuilder
public PdfCssMediaTypeOrBuilder getCssMediaTypeOrBuilder()
optional .IronPdfEngine.Proto.PdfCssMediaType css_media_type = 22;
getCssMediaTypeOrBuilder
in interface ChromePdfRenderOptionsOrBuilder
public boolean hasCustomPaperWidth()
optional double custom_paper_width = 23;
hasCustomPaperWidth
in interface ChromePdfRenderOptionsOrBuilder
public double getCustomPaperWidth()
optional double custom_paper_width = 23;
getCustomPaperWidth
in interface ChromePdfRenderOptionsOrBuilder
public boolean hasCustomPaperHeight()
optional double custom_paper_height = 24;
hasCustomPaperHeight
in interface ChromePdfRenderOptionsOrBuilder
public double getCustomPaperHeight()
optional double custom_paper_height = 24;
getCustomPaperHeight
in interface ChromePdfRenderOptionsOrBuilder
public boolean hasJavascript()
optional string javascript = 25;
hasJavascript
in interface ChromePdfRenderOptionsOrBuilder
public String getJavascript()
optional string javascript = 25;
getJavascript
in interface ChromePdfRenderOptionsOrBuilder
public com.google.protobuf.ByteString getJavascriptBytes()
optional string javascript = 25;
getJavascriptBytes
in interface ChromePdfRenderOptionsOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static ChromePdfRenderOptions parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ChromePdfRenderOptions parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ChromePdfRenderOptions parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ChromePdfRenderOptions parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ChromePdfRenderOptions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ChromePdfRenderOptions parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static ChromePdfRenderOptions parseFrom(InputStream input) throws IOException
IOException
public static ChromePdfRenderOptions parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ChromePdfRenderOptions parseDelimitedFrom(InputStream input) throws IOException
IOException
public static ChromePdfRenderOptions parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static ChromePdfRenderOptions parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static ChromePdfRenderOptions parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public ChromePdfRenderOptions.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static ChromePdfRenderOptions.Builder newBuilder()
public static ChromePdfRenderOptions.Builder newBuilder(ChromePdfRenderOptions prototype)
public ChromePdfRenderOptions.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected ChromePdfRenderOptions.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static ChromePdfRenderOptions getDefaultInstance()
public static com.google.protobuf.Parser<ChromePdfRenderOptions> parser()
public com.google.protobuf.Parser<ChromePdfRenderOptions> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public ChromePdfRenderOptions getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2022–2023 Iron Software. All rights reserved.