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