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