public final class PdfOptimizerExceptionMessageConstant extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CAN_NOT_CONVERT_DEVICE_COLOR_SPACE_FOR_NON_BITMAP |
static String |
CAN_NOT_CONVERT_DEVICEN_COLOR_SPACE |
static String |
CAN_NOT_CONVERT_INDEXED_COLOR_SPACE_FOR_NON_BITMAP |
static String |
CAN_NOT_CONVERT_SEPARATION_COLOR_SPACE |
static String |
CAN_NOT_CONVERT_SHADING_PATTERN_COLOR_SPACE |
static String |
CAN_NOT_CONVERT_TRANSPARENCY_XOBJECT_GROUP_COLOR_SPACE |
static String |
INVALID_COMPRESSION_PARAMETER
Message notifies that compression parameter is out of range [0., 1.].
|
static String |
INVALID_DATA_LENGTH
Message notifies that the passed data length does not match the expected data length.
|
static String |
INVALID_OUTPUT_INTENT_ICC_PROFILE_COLOR_SPACE
Message notifies that the passed output intent store incorrect Icc profile color space for current color space converter instance.
|
static String |
INVALID_OUTPUT_INTENT_SUBTYPE |
static String |
INVALID_SCALING_PARAMETER
Message notifies that scaling parameter is out of range [0., 1.].
|
static String |
LENGTH_OF_ARRAY_SHOULD_MATCH_NUMBER_OF_COMPONENTS
Message notifies that pixel representation doesn't match current color scheme presentation.
|
static String |
MASK_ARRAY_DOES_NOT_CORRESPOND_WITH_CONVERTER
Message notifies that /Mask array has unexpected length.
|
static String |
MASK_ARRAY_SHOULD_HAVE_EVEN_POSITIVE_LENGTHS
Message notifies that /Mask array has unexpected length.
|
static String |
MASKED_COLORS_HAVE_DIFFERENT_LENGTHS
Message notifies about attempt to create a MaskColors with range of colors defined by two colors with different number of components.
|
static String |
OUTPUT_INTENT_WAS_NOT_SET |
static String |
PIXEL_OUT_OF_BORDERS
Message notifies about access to a pixel which is out of borders of the image.
|
static String |
PROFILE_CANNOT_BE_NULL |
public static final String INVALID_COMPRESSION_PARAMETER
MessageFormatUtil.format(String, Object...)
method before using. List of params:
public static final String INVALID_SCALING_PARAMETER
MessageFormatUtil.format(String, Object...)
method before using. List of params:
public static final String PIXEL_OUT_OF_BORDERS
MessageFormatUtil.format(String, Object...)
method before using. List of params:
public static final String LENGTH_OF_ARRAY_SHOULD_MATCH_NUMBER_OF_COMPONENTS
MessageFormatUtil.format(String, Object...)
method before using. List of params:
public static final String MASKED_COLORS_HAVE_DIFFERENT_LENGTHS
MaskColors
with range of colors defined by two colors with different number of components. This is a parametrized constant and it should be processed with MessageFormatUtil.format(String, Object...)
method before using. List of params:
public static final String MASK_ARRAY_SHOULD_HAVE_EVEN_POSITIVE_LENGTHS
MessageFormatUtil.format(String, Object...)
method before using. List of params:
public static final String MASK_ARRAY_DOES_NOT_CORRESPOND_WITH_CONVERTER
2 * numberOfColorSpaceComponents
. This is a parametrized constant and it should be processed with MessageFormatUtil.format(String, Object...)
method before using. List of params:
public static final String PROFILE_CANNOT_BE_NULL
public static final String INVALID_DATA_LENGTH
MessageFormatUtil.format(String, Object...)
method before using. List of params:
public static final String CAN_NOT_CONVERT_SHADING_PATTERN_COLOR_SPACE
public static final String CAN_NOT_CONVERT_SEPARATION_COLOR_SPACE
public static final String CAN_NOT_CONVERT_DEVICEN_COLOR_SPACE
public static final String CAN_NOT_CONVERT_TRANSPARENCY_XOBJECT_GROUP_COLOR_SPACE
public static final String CAN_NOT_CONVERT_DEVICE_COLOR_SPACE_FOR_NON_BITMAP
public static final String CAN_NOT_CONVERT_INDEXED_COLOR_SPACE_FOR_NON_BITMAP
public static final String INVALID_OUTPUT_INTENT_SUBTYPE
public static final String INVALID_OUTPUT_INTENT_ICC_PROFILE_COLOR_SPACE
public static final String OUTPUT_INTENT_WAS_NOT_SET
Copyright © 1998–2022 iText Group NV. All rights reserved.