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