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