Package com.gitlab.pdftk_java
Enum keyword
- java.lang.Object
-
- java.lang.Enum<keyword>
-
- com.gitlab.pdftk_java.keyword
-
-
Enum Constant Summary
-
Constructor Summary
Constructors Modifier Constructor Description private
keyword()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static keyword
consume_keyword(java.lang.StringBuilder ssb)
(package private) static keyword
is_keyword(java.lang.String ss)
static keyword
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static keyword[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
none_k
public static final keyword none_k
-
cat_k
public static final keyword cat_k
-
shuffle_k
public static final keyword shuffle_k
-
burst_k
public static final keyword burst_k
-
barcode_burst_k
public static final keyword barcode_burst_k
-
filter_k
public static final keyword filter_k
-
dump_data_k
public static final keyword dump_data_k
-
dump_data_utf8_k
public static final keyword dump_data_utf8_k
-
dump_data_fields_k
public static final keyword dump_data_fields_k
-
dump_data_fields_utf8_k
public static final keyword dump_data_fields_utf8_k
-
dump_data_annots_k
public static final keyword dump_data_annots_k
-
generate_fdf_k
public static final keyword generate_fdf_k
-
unpack_files_k
public static final keyword unpack_files_k
-
fill_form_k
public static final keyword fill_form_k
-
attach_file_k
public static final keyword attach_file_k
-
update_info_k
public static final keyword update_info_k
-
update_info_utf8_k
public static final keyword update_info_utf8_k
-
background_k
public static final keyword background_k
-
multibackground_k
public static final keyword multibackground_k
-
stamp_k
public static final keyword stamp_k
-
multistamp_k
public static final keyword multistamp_k
-
rotate_k
public static final keyword rotate_k
-
attach_file_to_page_k
public static final keyword attach_file_to_page_k
-
attach_file_relation_k
public static final keyword attach_file_relation_k
-
even_k
public static final keyword even_k
-
odd_k
public static final keyword odd_k
-
range_minus_k
public static final keyword range_minus_k
-
output_k
public static final keyword output_k
-
input_pw_k
public static final keyword input_pw_k
-
owner_pw_k
public static final keyword owner_pw_k
-
user_pw_k
public static final keyword user_pw_k
-
user_perms_k
public static final keyword user_perms_k
-
encrypt_40bit_k
public static final keyword encrypt_40bit_k
-
encrypt_128bit_k
public static final keyword encrypt_128bit_k
-
encrypt_aes128_k
public static final keyword encrypt_aes128_k
-
perm_printing_k
public static final keyword perm_printing_k
-
perm_modify_contents_k
public static final keyword perm_modify_contents_k
-
perm_copy_contents_k
public static final keyword perm_copy_contents_k
-
perm_modify_annotations_k
public static final keyword perm_modify_annotations_k
-
perm_fillin_k
public static final keyword perm_fillin_k
-
perm_screen_readers_k
public static final keyword perm_screen_readers_k
-
perm_assembly_k
public static final keyword perm_assembly_k
-
perm_degraded_printing_k
public static final keyword perm_degraded_printing_k
-
perm_all_k
public static final keyword perm_all_k
-
filt_uncompress_k
public static final keyword filt_uncompress_k
-
filt_compress_k
public static final keyword filt_compress_k
-
flatten_k
public static final keyword flatten_k
-
need_appearances_k
public static final keyword need_appearances_k
-
drop_xfa_k
public static final keyword drop_xfa_k
-
drop_xmp_k
public static final keyword drop_xmp_k
-
keep_first_id_k
public static final keyword keep_first_id_k
-
keep_final_id_k
public static final keyword keep_final_id_k
-
replacement_font_k
public static final keyword replacement_font_k
-
verbose_k
public static final keyword verbose_k
-
dont_ask_k
public static final keyword dont_ask_k
-
do_ask_k
public static final keyword do_ask_k
-
rot_north_k
public static final keyword rot_north_k
-
rot_east_k
public static final keyword rot_east_k
-
rot_south_k
public static final keyword rot_south_k
-
rot_west_k
public static final keyword rot_west_k
-
rot_left_k
public static final keyword rot_left_k
-
rot_right_k
public static final keyword rot_right_k
-
rot_upside_down_k
public static final keyword rot_upside_down_k
-
-
Method Detail
-
values
public static keyword[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (keyword c : keyword.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static keyword valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
is_keyword
static keyword is_keyword(java.lang.String ss)
-
consume_keyword
static keyword consume_keyword(java.lang.StringBuilder ssb)
-
-