Uses of Class
com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationP
-
Packages that use PdfiumWrappedPdfAnnotationP Package Description com.ironsoftware.ironpdf.internal.proto -
-
Uses of PdfiumWrappedPdfAnnotationP in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return PdfiumWrappedPdfAnnotationP Modifier and Type Method Description PdfiumWrappedPdfAnnotationP
PdfiumWrappedPdfAnnotationP.Builder. build()
PdfiumWrappedPdfAnnotationP
PdfiumWrappedPdfAnnotationP.Builder. buildPartial()
PdfiumWrappedPdfAnnotationP
PdfiumPdfAnnotationCollectionP.Builder. getAnnotations(int index)
repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
PdfiumWrappedPdfAnnotationP
PdfiumPdfAnnotationCollectionP. getAnnotations(int index)
repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
PdfiumWrappedPdfAnnotationP
PdfiumPdfAnnotationCollectionPOrBuilder. getAnnotations(int index)
repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
static PdfiumWrappedPdfAnnotationP
PdfiumWrappedPdfAnnotationP. getDefaultInstance()
PdfiumWrappedPdfAnnotationP
PdfiumWrappedPdfAnnotationP.Builder. getDefaultInstanceForType()
PdfiumWrappedPdfAnnotationP
PdfiumWrappedPdfAnnotationP. getDefaultInstanceForType()
static PdfiumWrappedPdfAnnotationP
PdfiumWrappedPdfAnnotationP. parseDelimitedFrom(InputStream input)
static PdfiumWrappedPdfAnnotationP
PdfiumWrappedPdfAnnotationP. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumWrappedPdfAnnotationP
PdfiumWrappedPdfAnnotationP. parseFrom(byte[] data)
static PdfiumWrappedPdfAnnotationP
PdfiumWrappedPdfAnnotationP. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumWrappedPdfAnnotationP
PdfiumWrappedPdfAnnotationP. parseFrom(com.google.protobuf.ByteString data)
static PdfiumWrappedPdfAnnotationP
PdfiumWrappedPdfAnnotationP. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumWrappedPdfAnnotationP
PdfiumWrappedPdfAnnotationP. parseFrom(com.google.protobuf.CodedInputStream input)
static PdfiumWrappedPdfAnnotationP
PdfiumWrappedPdfAnnotationP. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumWrappedPdfAnnotationP
PdfiumWrappedPdfAnnotationP. parseFrom(InputStream input)
static PdfiumWrappedPdfAnnotationP
PdfiumWrappedPdfAnnotationP. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PdfiumWrappedPdfAnnotationP
PdfiumWrappedPdfAnnotationP. parseFrom(ByteBuffer data)
static PdfiumWrappedPdfAnnotationP
PdfiumWrappedPdfAnnotationP. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.ironsoftware.ironpdf.internal.proto that return types with arguments of type PdfiumWrappedPdfAnnotationP Modifier and Type Method Description List<PdfiumWrappedPdfAnnotationP>
PdfiumPdfAnnotationCollectionP.Builder. getAnnotationsList()
repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
List<PdfiumWrappedPdfAnnotationP>
PdfiumPdfAnnotationCollectionP. getAnnotationsList()
repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
List<PdfiumWrappedPdfAnnotationP>
PdfiumPdfAnnotationCollectionPOrBuilder. getAnnotationsList()
repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
com.google.protobuf.Parser<PdfiumWrappedPdfAnnotationP>
PdfiumWrappedPdfAnnotationP. getParserForType()
static com.google.protobuf.Parser<PdfiumWrappedPdfAnnotationP>
PdfiumWrappedPdfAnnotationP. parser()
Methods in com.ironsoftware.ironpdf.internal.proto with parameters of type PdfiumWrappedPdfAnnotationP Modifier and Type Method Description PdfiumPdfAnnotationCollectionP.Builder
PdfiumPdfAnnotationCollectionP.Builder. addAnnotations(int index, PdfiumWrappedPdfAnnotationP value)
repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
PdfiumPdfAnnotationCollectionP.Builder
PdfiumPdfAnnotationCollectionP.Builder. addAnnotations(PdfiumWrappedPdfAnnotationP value)
repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
PdfiumWrappedPdfAnnotationP.Builder
PdfiumWrappedPdfAnnotationP.Builder. mergeFrom(PdfiumWrappedPdfAnnotationP other)
static PdfiumWrappedPdfAnnotationP.Builder
PdfiumWrappedPdfAnnotationP. newBuilder(PdfiumWrappedPdfAnnotationP prototype)
PdfiumPdfAnnotationCollectionP.Builder
PdfiumPdfAnnotationCollectionP.Builder. setAnnotations(int index, PdfiumWrappedPdfAnnotationP value)
repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
Method parameters in com.ironsoftware.ironpdf.internal.proto with type arguments of type PdfiumWrappedPdfAnnotationP Modifier and Type Method Description PdfiumPdfAnnotationCollectionP.Builder
PdfiumPdfAnnotationCollectionP.Builder. addAllAnnotations(Iterable<? extends PdfiumWrappedPdfAnnotationP> values)
repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
-