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 SummaryAll 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.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getValueListList<PdfiumCharObjectP> getValueList() repeated .ironpdfengineproto.PdfiumCharObjectP value = 1;
 - 
getValuePdfiumCharObjectP getValue(int index) repeated .ironpdfengineproto.PdfiumCharObjectP value = 1;
 - 
getValueCountint getValueCount() repeated .ironpdfengineproto.PdfiumCharObjectP value = 1;
 - 
getValueOrBuilderListList<? extends PdfiumCharObjectPOrBuilder> getValueOrBuilderList() repeated .ironpdfengineproto.PdfiumCharObjectP value = 1;
 - 
getValueOrBuilderPdfiumCharObjectPOrBuilder getValueOrBuilder(int index) repeated .ironpdfengineproto.PdfiumCharObjectP value = 1;
 
- 
 
-