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