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) ErrorCode
TK_Session. create_output()
(package private) ErrorCode
burst. create_output_burst()
(package private) ErrorCode
cat. create_output_cat()
(package private) ErrorCode
filter. create_output_filter()
(package private) ErrorCode
cat. create_output_page(PdfCopy writer_p, PageRef page_ref, int output_page_count)
static ErrorCode
ErrorCode. 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.
-