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