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