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