public static final class PdfiumDrawBitmapRequestStreamP.InfoP.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<PdfiumDrawBitmapRequestStreamP.InfoP.Builder> implements PdfiumDrawBitmapRequestStreamP.InfoPOrBuilder
ironpdfengineproto.PdfiumDrawBitmapRequestStreamP.InfoP| Modifier and Type | Method and Description |
|---|---|
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
addAllPageIndexes(Iterable<? extends Integer> values)
repeated int32 page_indexes = 2; |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
addPageIndexes(int value)
repeated int32 page_indexes = 2; |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PdfiumDrawBitmapRequestStreamP.InfoP |
build() |
PdfiumDrawBitmapRequestStreamP.InfoP |
buildPartial() |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
clear() |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
clearDesiredHeight()
double desired_height = 6; |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
clearDesiredWidth()
double desired_width = 5; |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
clearDocument()
.ironpdfengineproto.PdfDocumentP document = 1; |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
clearPageIndexes()
repeated int32 page_indexes = 2; |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
clearPixelFormat()
optional .ironpdfengineproto.PdfiumPixelFormatP pixelFormat = 7; |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
clearX()
different API: this will draw at same x,y for every page
|
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
clearY()
double y = 4; |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
clone() |
PdfiumDrawBitmapRequestStreamP.InfoP |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
double |
getDesiredHeight()
double desired_height = 6; |
double |
getDesiredWidth()
double desired_width = 5; |
PdfDocumentP |
getDocument()
.ironpdfengineproto.PdfDocumentP document = 1; |
PdfDocumentP.Builder |
getDocumentBuilder()
.ironpdfengineproto.PdfDocumentP document = 1; |
PdfDocumentPOrBuilder |
getDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP document = 1; |
int |
getPageIndexes(int index)
repeated int32 page_indexes = 2; |
int |
getPageIndexesCount()
repeated int32 page_indexes = 2; |
List<Integer> |
getPageIndexesList()
repeated int32 page_indexes = 2; |
PdfiumPixelFormatP |
getPixelFormat()
optional .ironpdfengineproto.PdfiumPixelFormatP pixelFormat = 7; |
PdfiumPixelFormatP.Builder |
getPixelFormatBuilder()
optional .ironpdfengineproto.PdfiumPixelFormatP pixelFormat = 7; |
PdfiumPixelFormatPOrBuilder |
getPixelFormatOrBuilder()
optional .ironpdfengineproto.PdfiumPixelFormatP pixelFormat = 7; |
double |
getX()
different API: this will draw at same x,y for every page
|
double |
getY()
double y = 4; |
boolean |
hasDocument()
.ironpdfengineproto.PdfDocumentP document = 1; |
boolean |
hasPixelFormat()
optional .ironpdfengineproto.PdfiumPixelFormatP pixelFormat = 7; |
boolean |
isInitialized() |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
mergeDocument(PdfDocumentP value)
.ironpdfengineproto.PdfDocumentP document = 1; |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
mergeFrom(com.google.protobuf.Message other) |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
mergeFrom(PdfiumDrawBitmapRequestStreamP.InfoP other) |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
mergePixelFormat(PdfiumPixelFormatP value)
optional .ironpdfengineproto.PdfiumPixelFormatP pixelFormat = 7; |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
setDesiredHeight(double value)
double desired_height = 6; |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
setDesiredWidth(double value)
double desired_width = 5; |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
setDocument(PdfDocumentP.Builder builderForValue)
.ironpdfengineproto.PdfDocumentP document = 1; |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
setDocument(PdfDocumentP value)
.ironpdfengineproto.PdfDocumentP document = 1; |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
setPageIndexes(int index,
int value)
repeated int32 page_indexes = 2; |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
setPixelFormat(PdfiumPixelFormatP.Builder builderForValue)
optional .ironpdfengineproto.PdfiumPixelFormatP pixelFormat = 7; |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
setPixelFormat(PdfiumPixelFormatP value)
optional .ironpdfengineproto.PdfiumPixelFormatP pixelFormat = 7; |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
setX(double value)
different API: this will draw at same x,y for every page
|
PdfiumDrawBitmapRequestStreamP.InfoP.Builder |
setY(double value)
double y = 4; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newBuilderForFieldfindInitializationErrors, getInitializationErrorString, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, toStringmergeDelimitedFrom, mergeDelimitedFromequals, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public PdfiumDrawBitmapRequestStreamP.InfoP.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumDrawBitmapRequestStreamP.InfoP.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumDrawBitmapRequestStreamP.InfoP.Builder>public PdfiumDrawBitmapRequestStreamP.InfoP getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic PdfiumDrawBitmapRequestStreamP.InfoP build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic PdfiumDrawBitmapRequestStreamP.InfoP buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic PdfiumDrawBitmapRequestStreamP.InfoP.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumDrawBitmapRequestStreamP.InfoP.Builder>public PdfiumDrawBitmapRequestStreamP.InfoP.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumDrawBitmapRequestStreamP.InfoP.Builder>public PdfiumDrawBitmapRequestStreamP.InfoP.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumDrawBitmapRequestStreamP.InfoP.Builder>public PdfiumDrawBitmapRequestStreamP.InfoP.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumDrawBitmapRequestStreamP.InfoP.Builder>public PdfiumDrawBitmapRequestStreamP.InfoP.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumDrawBitmapRequestStreamP.InfoP.Builder>public PdfiumDrawBitmapRequestStreamP.InfoP.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumDrawBitmapRequestStreamP.InfoP.Builder>public PdfiumDrawBitmapRequestStreamP.InfoP.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PdfiumDrawBitmapRequestStreamP.InfoP.Builder>public PdfiumDrawBitmapRequestStreamP.InfoP.Builder mergeFrom(PdfiumDrawBitmapRequestStreamP.InfoP other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumDrawBitmapRequestStreamP.InfoP.Builder>public PdfiumDrawBitmapRequestStreamP.InfoP.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<PdfiumDrawBitmapRequestStreamP.InfoP.Builder>IOExceptionpublic boolean hasDocument()
.ironpdfengineproto.PdfDocumentP document = 1;hasDocument in interface PdfiumDrawBitmapRequestStreamP.InfoPOrBuilderpublic PdfDocumentP getDocument()
.ironpdfengineproto.PdfDocumentP document = 1;getDocument in interface PdfiumDrawBitmapRequestStreamP.InfoPOrBuilderpublic PdfiumDrawBitmapRequestStreamP.InfoP.Builder setDocument(PdfDocumentP value)
.ironpdfengineproto.PdfDocumentP document = 1;public PdfiumDrawBitmapRequestStreamP.InfoP.Builder setDocument(PdfDocumentP.Builder builderForValue)
.ironpdfengineproto.PdfDocumentP document = 1;public PdfiumDrawBitmapRequestStreamP.InfoP.Builder mergeDocument(PdfDocumentP value)
.ironpdfengineproto.PdfDocumentP document = 1;public PdfiumDrawBitmapRequestStreamP.InfoP.Builder clearDocument()
.ironpdfengineproto.PdfDocumentP document = 1;public PdfDocumentP.Builder getDocumentBuilder()
.ironpdfengineproto.PdfDocumentP document = 1;public PdfDocumentPOrBuilder getDocumentOrBuilder()
.ironpdfengineproto.PdfDocumentP document = 1;getDocumentOrBuilder in interface PdfiumDrawBitmapRequestStreamP.InfoPOrBuilderpublic List<Integer> getPageIndexesList()
repeated int32 page_indexes = 2;getPageIndexesList in interface PdfiumDrawBitmapRequestStreamP.InfoPOrBuilderpublic int getPageIndexesCount()
repeated int32 page_indexes = 2;getPageIndexesCount in interface PdfiumDrawBitmapRequestStreamP.InfoPOrBuilderpublic int getPageIndexes(int index)
repeated int32 page_indexes = 2;getPageIndexes in interface PdfiumDrawBitmapRequestStreamP.InfoPOrBuilderindex - The index of the element to return.public PdfiumDrawBitmapRequestStreamP.InfoP.Builder setPageIndexes(int index, int value)
repeated int32 page_indexes = 2;index - The index to set the value at.value - The pageIndexes to set.public PdfiumDrawBitmapRequestStreamP.InfoP.Builder addPageIndexes(int value)
repeated int32 page_indexes = 2;value - The pageIndexes to add.public PdfiumDrawBitmapRequestStreamP.InfoP.Builder addAllPageIndexes(Iterable<? extends Integer> values)
repeated int32 page_indexes = 2;values - The pageIndexes to add.public PdfiumDrawBitmapRequestStreamP.InfoP.Builder clearPageIndexes()
repeated int32 page_indexes = 2;public double getX()
different API: this will draw at same x,y for every page
double x = 3;getX in interface PdfiumDrawBitmapRequestStreamP.InfoPOrBuilderpublic PdfiumDrawBitmapRequestStreamP.InfoP.Builder setX(double value)
different API: this will draw at same x,y for every page
double x = 3;value - The x to set.public PdfiumDrawBitmapRequestStreamP.InfoP.Builder clearX()
different API: this will draw at same x,y for every page
double x = 3;public double getY()
double y = 4;getY in interface PdfiumDrawBitmapRequestStreamP.InfoPOrBuilderpublic PdfiumDrawBitmapRequestStreamP.InfoP.Builder setY(double value)
double y = 4;value - The y to set.public PdfiumDrawBitmapRequestStreamP.InfoP.Builder clearY()
double y = 4;public double getDesiredWidth()
double desired_width = 5;getDesiredWidth in interface PdfiumDrawBitmapRequestStreamP.InfoPOrBuilderpublic PdfiumDrawBitmapRequestStreamP.InfoP.Builder setDesiredWidth(double value)
double desired_width = 5;value - The desiredWidth to set.public PdfiumDrawBitmapRequestStreamP.InfoP.Builder clearDesiredWidth()
double desired_width = 5;public double getDesiredHeight()
double desired_height = 6;getDesiredHeight in interface PdfiumDrawBitmapRequestStreamP.InfoPOrBuilderpublic PdfiumDrawBitmapRequestStreamP.InfoP.Builder setDesiredHeight(double value)
double desired_height = 6;value - The desiredHeight to set.public PdfiumDrawBitmapRequestStreamP.InfoP.Builder clearDesiredHeight()
double desired_height = 6;public boolean hasPixelFormat()
optional .ironpdfengineproto.PdfiumPixelFormatP pixelFormat = 7;hasPixelFormat in interface PdfiumDrawBitmapRequestStreamP.InfoPOrBuilderpublic PdfiumPixelFormatP getPixelFormat()
optional .ironpdfengineproto.PdfiumPixelFormatP pixelFormat = 7;getPixelFormat in interface PdfiumDrawBitmapRequestStreamP.InfoPOrBuilderpublic PdfiumDrawBitmapRequestStreamP.InfoP.Builder setPixelFormat(PdfiumPixelFormatP value)
optional .ironpdfengineproto.PdfiumPixelFormatP pixelFormat = 7;public PdfiumDrawBitmapRequestStreamP.InfoP.Builder setPixelFormat(PdfiumPixelFormatP.Builder builderForValue)
optional .ironpdfengineproto.PdfiumPixelFormatP pixelFormat = 7;public PdfiumDrawBitmapRequestStreamP.InfoP.Builder mergePixelFormat(PdfiumPixelFormatP value)
optional .ironpdfengineproto.PdfiumPixelFormatP pixelFormat = 7;public PdfiumDrawBitmapRequestStreamP.InfoP.Builder clearPixelFormat()
optional .ironpdfengineproto.PdfiumPixelFormatP pixelFormat = 7;public PdfiumPixelFormatP.Builder getPixelFormatBuilder()
optional .ironpdfengineproto.PdfiumPixelFormatP pixelFormat = 7;public PdfiumPixelFormatPOrBuilder getPixelFormatOrBuilder()
optional .ironpdfengineproto.PdfiumPixelFormatP pixelFormat = 7;getPixelFormatOrBuilder in interface PdfiumDrawBitmapRequestStreamP.InfoPOrBuilderpublic final PdfiumDrawBitmapRequestStreamP.InfoP.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumDrawBitmapRequestStreamP.InfoP.Builder>public final PdfiumDrawBitmapRequestStreamP.InfoP.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PdfiumDrawBitmapRequestStreamP.InfoP.Builder>Copyright © 2022–2025 Iron Software. All rights reserved.