Uses of Class
com.ironsoftware.ironpdf.internal.proto.PdfDocumentResultP.ResultOrExceptionCase
-
Packages that use PdfDocumentResultP.ResultOrExceptionCase Package Description com.ironsoftware.ironpdf.internal.proto -
-
Uses of PdfDocumentResultP.ResultOrExceptionCase in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return PdfDocumentResultP.ResultOrExceptionCase Modifier and Type Method Description static PdfDocumentResultP.ResultOrExceptionCase
PdfDocumentResultP.ResultOrExceptionCase. forNumber(int value)
PdfDocumentResultP.ResultOrExceptionCase
PdfDocumentResultP.Builder. getResultOrExceptionCase()
PdfDocumentResultP.ResultOrExceptionCase
PdfDocumentResultP. getResultOrExceptionCase()
PdfDocumentResultP.ResultOrExceptionCase
PdfDocumentResultPOrBuilder. getResultOrExceptionCase()
static PdfDocumentResultP.ResultOrExceptionCase
PdfDocumentResultP.ResultOrExceptionCase. valueOf(int value)
Deprecated.static PdfDocumentResultP.ResultOrExceptionCase
PdfDocumentResultP.ResultOrExceptionCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static PdfDocumentResultP.ResultOrExceptionCase[]
PdfDocumentResultP.ResultOrExceptionCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-