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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteExceptionP
getException()
.ironpdfengineproto.RemoteExceptionP exception = 2;
RemoteExceptionPOrBuilder
getExceptionOrBuilder()
.ironpdfengineproto.RemoteExceptionP exception = 2;
PdfiumEmbedFontViaByteArrayResultP.ResultOrExceptionCase
getResultOrExceptionCase()
boolean
getSuccess()
bool success = 1;
boolean
hasException()
.ironpdfengineproto.RemoteExceptionP exception = 2;
boolean
hasSuccess()
bool success = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSuccess
boolean hasSuccess()
bool success = 1;
- Returns:
- Whether the success field is set.
-
getSuccess
boolean getSuccess()
bool success = 1;
- Returns:
- The success.
-
hasException
boolean hasException()
.ironpdfengineproto.RemoteExceptionP exception = 2;
- Returns:
- Whether the exception field is set.
-
getException
RemoteExceptionP getException()
.ironpdfengineproto.RemoteExceptionP exception = 2;
- Returns:
- The exception.
-
getExceptionOrBuilder
RemoteExceptionPOrBuilder getExceptionOrBuilder()
.ironpdfengineproto.RemoteExceptionP exception = 2;
-
getResultOrExceptionCase
PdfiumEmbedFontViaByteArrayResultP.ResultOrExceptionCase getResultOrExceptionCase()
-
-