DynamicPDF by ceTe Software

com.cete.dynamicpdf.forms
Class FormFieldOutput

java.lang.Object
  extended by com.cete.dynamicpdf.Enums
      extended by com.cete.dynamicpdf.forms.FormFieldOutput

public final class FormFieldOutput
extends Enums

Specifies output options for the form field.

Licensing:
This class is a DynamicPDF Merger Professional Edition feature. One of the following licenses is required for non-evaluation usage:


Field Summary
static FormFieldOutput FLATTEN
          The field will be flattened.
static FormFieldOutput INHERIT
          Field's output will depend on the document's form level output settings.
static FormFieldOutput REMOVE
          The field will be removed.
static FormFieldOutput RETAIN
          The field will be retained.
 
Method Summary
 java.lang.String getName()
          Gets the enumeration constant name.
 
Methods inherited from class com.cete.dynamicpdf.Enums
and, getValue, or, xor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FLATTEN

public static final FormFieldOutput FLATTEN
The field will be flattened.


REMOVE

public static final FormFieldOutput REMOVE
The field will be removed.


RETAIN

public static final FormFieldOutput RETAIN
The field will be retained.


INHERIT

public static final FormFieldOutput INHERIT
Field's output will depend on the document's form level output settings. This is a default option.

Method Detail

getName

public java.lang.String getName()
Gets the enumeration constant name.

Specified by:
getName in class Enums
Returns:
Returns the name of this enumeration constant.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software