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