Interface PdfiumPathObjectCollectionPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PdfiumPathObjectCollectionP
,PdfiumPathObjectCollectionP.Builder
public interface PdfiumPathObjectCollectionPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PdfiumPathObjectP
getValue(int index)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
int
getValueCount()
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
List<PdfiumPathObjectP>
getValueList()
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
PdfiumPathObjectPOrBuilder
getValueOrBuilder(int index)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
List<? extends PdfiumPathObjectPOrBuilder>
getValueOrBuilderList()
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getValueList
List<PdfiumPathObjectP> getValueList()
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
-
getValue
PdfiumPathObjectP getValue(int index)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
-
getValueCount
int getValueCount()
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
-
getValueOrBuilderList
List<? extends PdfiumPathObjectPOrBuilder> getValueOrBuilderList()
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
-
getValueOrBuilder
PdfiumPathObjectPOrBuilder getValueOrBuilder(int index)
repeated .ironpdfengineproto.PdfiumPathObjectP value = 1;
-
-