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