Interface PdfiumFindFontsResultPOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- PdfiumFindFontsResultP,- PdfiumFindFontsResultP.Builder
 
 public interface PdfiumFindFontsResultPOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteExceptionPgetException().ironpdfengineproto.RemoteExceptionP exception = 2;RemoteExceptionPOrBuildergetExceptionOrBuilder().ironpdfengineproto.RemoteExceptionP exception = 2;PdfiumFontInfoCollectionPgetResult().ironpdfengineproto.PdfiumFontInfoCollectionP result = 1;PdfiumFontInfoCollectionPOrBuildergetResultOrBuilder().ironpdfengineproto.PdfiumFontInfoCollectionP result = 1;PdfiumFindFontsResultP.ResultOrExceptionCasegetResultOrExceptionCase()booleanhasException().ironpdfengineproto.RemoteExceptionP exception = 2;booleanhasResult().ironpdfengineproto.PdfiumFontInfoCollectionP result = 1;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasResultboolean hasResult() .ironpdfengineproto.PdfiumFontInfoCollectionP result = 1;- Returns:
- Whether the result field is set.
 
 - 
getResultPdfiumFontInfoCollectionP getResult() .ironpdfengineproto.PdfiumFontInfoCollectionP result = 1;- Returns:
- The result.
 
 - 
getResultOrBuilderPdfiumFontInfoCollectionPOrBuilder getResultOrBuilder() .ironpdfengineproto.PdfiumFontInfoCollectionP result = 1;
 - 
hasExceptionboolean hasException() .ironpdfengineproto.RemoteExceptionP exception = 2;- Returns:
- Whether the exception field is set.
 
 - 
getExceptionRemoteExceptionP getException() .ironpdfengineproto.RemoteExceptionP exception = 2;- Returns:
- The exception.
 
 - 
getExceptionOrBuilderRemoteExceptionPOrBuilder getExceptionOrBuilder() .ironpdfengineproto.RemoteExceptionP exception = 2;
 - 
getResultOrExceptionCasePdfiumFindFontsResultP.ResultOrExceptionCase getResultOrExceptionCase() 
 
- 
 
-