public class DefaultProfileID
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ID_CONTINUOUS
The default profile to compare all elements in continuous page mode
|
static java.lang.String |
ID_PAGED
The default profile to compare all elements page by page
|
static java.lang.String |
ID_PAGED_IDENTICAL
The default profile to compare all elements page by page with very strict tolerance settings.
|
static java.lang.String |
ID_TEXT_AND_STYLES
The default profile to compare text and text styles in continuous page mode
|
static java.lang.String |
ID_TEXT_ONLY
The default profile to compare text only in continuous page mode
|
Constructor and Description |
---|
DefaultProfileID() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<java.lang.String> |
getAvailableProfileIDs()
Lists all default profiles which are available in the current environments.
|
static boolean |
isAvailable(java.lang.String id)
Checks whether a profile is available.
|
public static final java.lang.String ID_TEXT_ONLY
public static final java.lang.String ID_TEXT_AND_STYLES
public static final java.lang.String ID_CONTINUOUS
public static final java.lang.String ID_PAGED
public static final java.lang.String ID_PAGED_IDENTICAL
@Nonnull public static java.util.List<java.lang.String> getAvailableProfileIDs()
public static boolean isAvailable(@Nullable java.lang.String id)
id
- the id of the profile to check fortrue
, if the Id can be used for PDFComparer.setProfile(String)
Copyright © 2010-2022 by i-net software GmbH