public static enum Settings.EXPORT extends java.lang.Enum<Settings.EXPORT> implements VisibilitySetting
Enum Constant and Description |
---|
COMMENTS
Show the annotable in export
|
CREATE_DIFFIMAGES_FIRST
Specifies if a PNG image with the marked difference will be created.
|
CREATE_DIFFIMAGES_SECOND
Specifies if a PNG image with the marked difference will be created.
|
CREATE_ORIGIMAGES
Specifies if a PNG image with the original content will be created for each compared page.
|
CREATE_XORIMAGES
Creates an (negated) XOR image for any pair of pages with differences.
|
FOOTER
Add a footer per page
|
HEADER
Add a header per page
|
ONLY_ON_DIFFERENCES
Export the document if contain difference, all other didn't export
|
SCALETOPAGEHEIGHT
Fit first page to the PDFs to first exported page
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTyp()
Return the enum typ for this setting/s
|
static Settings.EXPORT |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Settings.EXPORT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
getTranslationKey, name
public static final Settings.EXPORT COMMENTS
public static final Settings.EXPORT HEADER
public static final Settings.EXPORT FOOTER
public static final Settings.EXPORT SCALETOPAGEHEIGHT
public static final Settings.EXPORT ONLY_ON_DIFFERENCES
public static final Settings.EXPORT CREATE_DIFFIMAGES_FIRST
Settings.EXPORT.CREATE_DIFFIMAGES_SECOND
enable both pages will be paintpublic static final Settings.EXPORT CREATE_DIFFIMAGES_SECOND
Settings.EXPORT.CREATE_DIFFIMAGES_FIRST
enable both pages will be paintpublic static final Settings.EXPORT CREATE_XORIMAGES
public static final Settings.EXPORT CREATE_ORIGIMAGES
public static Settings.EXPORT[] values()
for (Settings.EXPORT c : Settings.EXPORT.values()) System.out.println(c);
public static Settings.EXPORT valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getTyp()
getTyp
in interface VisibilitySetting
Copyright © 2010-2022 by i-net software GmbH