Uses of Interface
com.ironsoftware.ironpdf.internal.proto.PdfiumPathSegmentObjectPOrBuilder
-
Packages that use PdfiumPathSegmentObjectPOrBuilder Package Description com.ironsoftware.ironpdf.internal.proto -
-
Uses of PdfiumPathSegmentObjectPOrBuilder in com.ironsoftware.ironpdf.internal.proto
Classes in com.ironsoftware.ironpdf.internal.proto that implement PdfiumPathSegmentObjectPOrBuilder Modifier and Type Class Description class
PdfiumPathSegmentObjectP
Protobuf typeironpdfengineproto.PdfiumPathSegmentObjectP
static class
PdfiumPathSegmentObjectP.Builder
Protobuf typeironpdfengineproto.PdfiumPathSegmentObjectP
Methods in com.ironsoftware.ironpdf.internal.proto that return PdfiumPathSegmentObjectPOrBuilder Modifier and Type Method Description PdfiumPathSegmentObjectPOrBuilder
PdfiumPathObjectP.Builder. getPointsOrBuilder(int index)
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14;
PdfiumPathSegmentObjectPOrBuilder
PdfiumPathObjectP. getPointsOrBuilder(int index)
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14;
PdfiumPathSegmentObjectPOrBuilder
PdfiumPathObjectPOrBuilder. getPointsOrBuilder(int index)
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14;
Methods in com.ironsoftware.ironpdf.internal.proto that return types with arguments of type PdfiumPathSegmentObjectPOrBuilder Modifier and Type Method Description List<? extends PdfiumPathSegmentObjectPOrBuilder>
PdfiumPathObjectP.Builder. getPointsOrBuilderList()
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14;
List<? extends PdfiumPathSegmentObjectPOrBuilder>
PdfiumPathObjectP. getPointsOrBuilderList()
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14;
List<? extends PdfiumPathSegmentObjectPOrBuilder>
PdfiumPathObjectPOrBuilder. getPointsOrBuilderList()
repeated .ironpdfengineproto.PdfiumPathSegmentObjectP points = 14;
-