public class SubmitFormFlags extends AbstractBitFlags
The flags are bits of an integer.
The following bits are defined (more may exist).
| Modifier and Type | Field and Description |
|---|---|
static int |
Bit_CanonicalFormat |
static int |
Bit_EmbedForm |
static int |
Bit_ExclFKey |
static int |
Bit_ExclNonUserAnnots |
static int |
Bit_ExportFormat |
static int |
Bit_GetMethod |
static int |
Bit_Include |
static int |
Bit_IncludeAnnotations |
static int |
Bit_IncludeAppendSaves |
static int |
Bit_IncludeNoValueFields |
static int |
Bit_NotDEFINED |
static int |
Bit_SubmitCoordinates |
static int |
Bit_SubmitPDF |
static int |
Bit_XFDF |
| Constructor and Description |
|---|
SubmitFormFlags(int value) |
SubmitFormFlags(PDActionSubmitForm submitForm) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCanonicalFormat() |
boolean |
isEmbedForm() |
boolean |
isExclFKey() |
boolean |
isExclNonUserAnnots() |
boolean |
isExportFormat() |
boolean |
isGetMethod() |
boolean |
isInclude() |
boolean |
isIncludeAnnotations() |
boolean |
isIncludeAppendSaves() |
boolean |
isIncludeNoValueFields() |
boolean |
isNotDEFINED() |
boolean |
isSubmitCoordinates() |
boolean |
isSubmitPDF() |
boolean |
isXFDF() |
void |
setCanonicalFormat(boolean flag) |
void |
setEmbedForm(boolean flag) |
void |
setExclFKey(boolean flag) |
void |
setExclNonUserAnnots(boolean flag) |
void |
setExportFormat(boolean flag) |
void |
setGetMethod(boolean flag) |
void |
setInclude(boolean flag) |
void |
setIncludeAnnotations(boolean flag) |
void |
setIncludeAppendSaves(boolean flag) |
void |
setIncludeNoValueFields(boolean flag) |
void |
setNotDEFINED(boolean flag) |
void |
setSubmitCoordinates(boolean flag) |
void |
setSubmitPDF(boolean flag) |
void |
setXFDF(boolean flag) |
public static final int Bit_Include
public static final int Bit_IncludeNoValueFields
public static final int Bit_ExportFormat
public static final int Bit_GetMethod
public static final int Bit_SubmitCoordinates
public static final int Bit_XFDF
public static final int Bit_IncludeAppendSaves
public static final int Bit_IncludeAnnotations
public static final int Bit_SubmitPDF
public static final int Bit_CanonicalFormat
public static final int Bit_ExclNonUserAnnots
public static final int Bit_ExclFKey
public static final int Bit_NotDEFINED
public static final int Bit_EmbedForm
public SubmitFormFlags(int value)
public SubmitFormFlags(PDActionSubmitForm submitForm)
public boolean isCanonicalFormat()
public boolean isEmbedForm()
public boolean isExclFKey()
public boolean isExclNonUserAnnots()
public boolean isExportFormat()
public boolean isGetMethod()
public boolean isInclude()
public boolean isIncludeAnnotations()
public boolean isIncludeAppendSaves()
public boolean isIncludeNoValueFields()
public boolean isNotDEFINED()
public boolean isSubmitCoordinates()
public boolean isSubmitPDF()
public boolean isXFDF()
public void setCanonicalFormat(boolean flag)
public void setEmbedForm(boolean flag)
public void setExclFKey(boolean flag)
public void setExclNonUserAnnots(boolean flag)
public void setExportFormat(boolean flag)
public void setGetMethod(boolean flag)
public void setInclude(boolean flag)
public void setIncludeAnnotations(boolean flag)
public void setIncludeAppendSaves(boolean flag)
public void setIncludeNoValueFields(boolean flag)
public void setNotDEFINED(boolean flag)
public void setSubmitCoordinates(boolean flag)
public void setSubmitPDF(boolean flag)
public void setXFDF(boolean flag)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.