Uses of Class
com.ironsoftware.ironpdf.internal.proto.PdfiumPageBoundsPResultP
-
Packages that use PdfiumPageBoundsPResultP Package Description com.ironsoftware.ironpdf.internal.proto -
-
Uses of PdfiumPageBoundsPResultP in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return PdfiumPageBoundsPResultP Modifier and Type Method Description PdfiumPageBoundsPResultP
PdfiumPageBoundsPResultP.Builder. build()
PdfiumPageBoundsPResultP
PdfiumPageBoundsPResultP.Builder. buildPartial()
static PdfiumPageBoundsPResultP
PdfiumPageBoundsPResultP. getDefaultInstance()
PdfiumPageBoundsPResultP
PdfiumPageBoundsPResultP.Builder. getDefaultInstanceForType()
PdfiumPageBoundsPResultP
PdfiumPageBoundsPResultP. getDefaultInstanceForType()
static PdfiumPageBoundsPResultP
PdfiumPageBoundsPResultP. parseDelimitedFrom(InputStream input)
static PdfiumPageBoundsPResultP
PdfiumPageBoundsPResultP. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumPageBoundsPResultP
PdfiumPageBoundsPResultP. parseFrom(byte[] data)
static PdfiumPageBoundsPResultP
PdfiumPageBoundsPResultP. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumPageBoundsPResultP
PdfiumPageBoundsPResultP. parseFrom(com.google.protobuf.ByteString data)
static PdfiumPageBoundsPResultP
PdfiumPageBoundsPResultP. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumPageBoundsPResultP
PdfiumPageBoundsPResultP. parseFrom(com.google.protobuf.CodedInputStream input)
static PdfiumPageBoundsPResultP
PdfiumPageBoundsPResultP. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumPageBoundsPResultP
PdfiumPageBoundsPResultP. parseFrom(InputStream input)
static PdfiumPageBoundsPResultP
PdfiumPageBoundsPResultP. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumPageBoundsPResultP
PdfiumPageBoundsPResultP. parseFrom(ByteBuffer data)
static PdfiumPageBoundsPResultP
PdfiumPageBoundsPResultP. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PdfiumPageBoundsPResultP
IronPdfServiceGrpc.IronPdfServiceBlockingStub. pdfiumPageGetPageBounds(PdfiumGetPageBoundsRequestP request)
Methods in com.ironsoftware.ironpdf.internal.proto that return types with arguments of type PdfiumPageBoundsPResultP Modifier and Type Method Description com.google.protobuf.Parser<PdfiumPageBoundsPResultP>
PdfiumPageBoundsPResultP. getParserForType()
static io.grpc.MethodDescriptor<PdfiumGetPageBoundsRequestP,PdfiumPageBoundsPResultP>
IronPdfServiceGrpc. getPdfiumPageGetPageBoundsMethod()
static com.google.protobuf.Parser<PdfiumPageBoundsPResultP>
PdfiumPageBoundsPResultP. parser()
com.google.common.util.concurrent.ListenableFuture<PdfiumPageBoundsPResultP>
IronPdfServiceGrpc.IronPdfServiceFutureStub. pdfiumPageGetPageBounds(PdfiumGetPageBoundsRequestP request)
Methods in com.ironsoftware.ironpdf.internal.proto with parameters of type PdfiumPageBoundsPResultP Modifier and Type Method Description PdfiumPageBoundsPResultP.Builder
PdfiumPageBoundsPResultP.Builder. mergeFrom(PdfiumPageBoundsPResultP other)
static PdfiumPageBoundsPResultP.Builder
PdfiumPageBoundsPResultP. newBuilder(PdfiumPageBoundsPResultP prototype)
Method parameters in com.ironsoftware.ironpdf.internal.proto with type arguments of type PdfiumPageBoundsPResultP Modifier and Type Method Description default void
IronPdfServiceGrpc.AsyncService. pdfiumPageGetPageBounds(PdfiumGetPageBoundsRequestP request, io.grpc.stub.StreamObserver<PdfiumPageBoundsPResultP> responseObserver)
void
IronPdfServiceGrpc.IronPdfServiceStub. pdfiumPageGetPageBounds(PdfiumGetPageBoundsRequestP request, io.grpc.stub.StreamObserver<PdfiumPageBoundsPResultP> responseObserver)
-