Uses of Class
com.ironsoftware.ironpdf.internal.proto.CopyPagesRequest
Packages that use CopyPagesRequest
-
Uses of CopyPagesRequest in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return CopyPagesRequestModifier and TypeMethodDescriptionCopyPagesRequest.Builder.build()
CopyPagesRequest.Builder.buildPartial()
static CopyPagesRequest
CopyPagesRequest.getDefaultInstance()
CopyPagesRequest.Builder.getDefaultInstanceForType()
CopyPagesRequest.getDefaultInstanceForType()
static CopyPagesRequest
CopyPagesRequest.parseDelimitedFrom
(InputStream input) static CopyPagesRequest
CopyPagesRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CopyPagesRequest
CopyPagesRequest.parseFrom
(byte[] data) static CopyPagesRequest
CopyPagesRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CopyPagesRequest
CopyPagesRequest.parseFrom
(com.google.protobuf.ByteString data) static CopyPagesRequest
CopyPagesRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CopyPagesRequest
CopyPagesRequest.parseFrom
(com.google.protobuf.CodedInputStream input) static CopyPagesRequest
CopyPagesRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CopyPagesRequest
CopyPagesRequest.parseFrom
(InputStream input) static CopyPagesRequest
CopyPagesRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CopyPagesRequest
CopyPagesRequest.parseFrom
(ByteBuffer data) static CopyPagesRequest
CopyPagesRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.ironsoftware.ironpdf.internal.proto that return types with arguments of type CopyPagesRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CopyPagesRequest>
CopyPagesRequest.getParserForType()
static io.grpc.MethodDescriptor<CopyPagesRequest,
PdfDocumentResult> IronPdfServiceGrpc.getPdfDocumentPageCopyPagesMethod()
static com.google.protobuf.Parser<CopyPagesRequest>
CopyPagesRequest.parser()
Methods in com.ironsoftware.ironpdf.internal.proto with parameters of type CopyPagesRequestModifier and TypeMethodDescriptionCopyPagesRequest.Builder.mergeFrom
(CopyPagesRequest other) static CopyPagesRequest.Builder
CopyPagesRequest.newBuilder
(CopyPagesRequest prototype) IronPdfServiceGrpc.IronPdfServiceBlockingStub.pdfDocumentPageCopyPages
(CopyPagesRequest request) com.google.common.util.concurrent.ListenableFuture<PdfDocumentResult>
IronPdfServiceGrpc.IronPdfServiceFutureStub.pdfDocumentPageCopyPages
(CopyPagesRequest request) void
IronPdfServiceGrpc.IronPdfServiceImplBase.pdfDocumentPageCopyPages
(CopyPagesRequest request, io.grpc.stub.StreamObserver<PdfDocumentResult> responseObserver) void
IronPdfServiceGrpc.IronPdfServiceStub.pdfDocumentPageCopyPages
(CopyPagesRequest request, io.grpc.stub.StreamObserver<PdfDocumentResult> responseObserver)