Interface PdfiumCharObjectCollectionPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PdfiumCharObjectCollectionP,PdfiumCharObjectCollectionP.Builder
public interface PdfiumCharObjectCollectionPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PdfiumCharObjectPgetValue(int index)repeated .ironpdfengineproto.PdfiumCharObjectP value = 1;intgetValueCount()repeated .ironpdfengineproto.PdfiumCharObjectP value = 1;List<PdfiumCharObjectP>getValueList()repeated .ironpdfengineproto.PdfiumCharObjectP value = 1;PdfiumCharObjectPOrBuildergetValueOrBuilder(int index)repeated .ironpdfengineproto.PdfiumCharObjectP value = 1;List<? extends PdfiumCharObjectPOrBuilder>getValueOrBuilderList()repeated .ironpdfengineproto.PdfiumCharObjectP 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<PdfiumCharObjectP> getValueList()
repeated .ironpdfengineproto.PdfiumCharObjectP value = 1;
-
getValue
PdfiumCharObjectP getValue(int index)
repeated .ironpdfengineproto.PdfiumCharObjectP value = 1;
-
getValueCount
int getValueCount()
repeated .ironpdfengineproto.PdfiumCharObjectP value = 1;
-
getValueOrBuilderList
List<? extends PdfiumCharObjectPOrBuilder> getValueOrBuilderList()
repeated .ironpdfengineproto.PdfiumCharObjectP value = 1;
-
getValueOrBuilder
PdfiumCharObjectPOrBuilder getValueOrBuilder(int index)
repeated .ironpdfengineproto.PdfiumCharObjectP value = 1;
-
-