|
jPod PDF library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.intarsys.tools.enumeration.EnumItem
de.intarsys.pdf.st.EnumWriteMode
public class EnumWriteMode
The enumeration of available write modes for the document.
| Field Summary | |
|---|---|
static EnumWriteMode |
FULL
Force full writing |
static EnumWriteMode |
INCREMENTAL
Force incremental writing |
static de.intarsys.tools.enumeration.EnumMeta |
META
The meta data for the enumeration. |
static EnumWriteMode |
UNDEFINED
Defer decision until writing |
| Method Summary | |
|---|---|
boolean |
isFull()
|
boolean |
isIncremental()
|
boolean |
isUndefined()
|
| Methods inherited from class de.intarsys.tools.enumeration.EnumItem |
|---|
compareTo, getDescription, getIconName, getId, getLabel, getLocalizedLabel, getMessage, getTip, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final de.intarsys.tools.enumeration.EnumMeta META
public static final EnumWriteMode UNDEFINED
public static final EnumWriteMode INCREMENTAL
public static final EnumWriteMode FULL
| Method Detail |
|---|
public boolean isIncremental()
public boolean isFull()
public boolean isUndefined()
|
jPod PDF library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||