All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jpedal.objects.acroforms.creation.FormOptions Maven / Gradle / Ivy

/*
 * ===========================================
 * Java Pdf Extraction Decoding Access Library
 * ===========================================
 *
 * Project Info:  http://www.idrsolutions.com
 * Help section for developers at http://www.idrsolutions.com/support/
 *
 * (C) Copyright 1997-2017 IDRsolutions and Contributors.
 *
 * This file is part of JPedal/JPDF2HTML5
 *
 @LICENSE@
 *
 * ---------------
 * FormOptions.java
 * ---------------
 */
package org.jpedal.objects.acroforms.creation;

/**
 * specific flags to control HTML forms
 */
public enum FormOptions {

    DISABLE_CACHING_ON_SAME_SIZE_BUTTON_IMAGES, INCLUDE_EXPORT_VALUE_IN_CHECKBOXES, DO_NOT_USE_IMAGES_FOR_CHECKBOXES_OR_RADIO_BUTTONS

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy