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