Uses of Class
com.gitlab.pdftk_java.ErrorCode
-
Packages that use ErrorCode Package Description com.gitlab.pdftk_java -
-
Uses of ErrorCode in com.gitlab.pdftk_java
Methods in com.gitlab.pdftk_java that return ErrorCode Modifier and Type Method Description (package private) ErrorCodeTK_Session. create_output()(package private) ErrorCodeburst. create_output_burst()(package private) ErrorCodecat. create_output_cat()(package private) ErrorCodefilter. create_output_filter()(package private) ErrorCodecat. create_output_page(PdfCopy writer_p, PageRef page_ref, int output_page_count)static ErrorCodeErrorCode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ErrorCode[]ErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-