Interface PdfiumEmbedFontViaByteArrayResultPOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- PdfiumEmbedFontViaByteArrayResultP,- PdfiumEmbedFontViaByteArrayResultP.Builder
 
 public interface PdfiumEmbedFontViaByteArrayResultPOrBuilder 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;PdfiumEmbedFontViaByteArrayResultP.ResultOrExceptionCasegetResultOrExceptionCase()booleangetSuccess()bool success = 1;booleanhasException().ironpdfengineproto.RemoteExceptionP exception = 2;booleanhasSuccess()bool success = 1;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasSuccessboolean hasSuccess() bool success = 1;- Returns:
- Whether the success field is set.
 
 - 
getSuccessboolean getSuccess() bool success = 1;- Returns:
- The success.
 
 - 
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;
 - 
getResultOrExceptionCasePdfiumEmbedFontViaByteArrayResultP.ResultOrExceptionCase getResultOrExceptionCase() 
 
- 
 
-