Package | Description |
---|---|
com.filenet.api.constants |
Provides classes defining collections of related, type-safe constant values.
|
com.filenet.api.sweep |
Provides classes and interfaces for the sweep framework, a background service that visits a specified class and processes the instances that meet a specified criteria.
|
Modifier and Type | Field and Description |
---|---|
static ThumbnailImageColor |
ThumbnailImageColor.BLACK_AND_WHITE
Specifies that the input document is rendered as a black and white thumbnail image.
|
static ThumbnailImageColor |
ThumbnailImageColor.COLOR
Specifies that the input document is rendered as a color thumbnail image.
|
static ThumbnailImageColor |
ThumbnailImageColor.GRAY_SCALE
Specifies that the input document is rendered as a grayscale thumbnail image.
|
Modifier and Type | Method and Description |
---|---|
static ThumbnailImageColor |
ThumbnailImageColor.getInstanceFromInt(int value)
Returns an instance of this class using its associated integer value.
|
Modifier and Type | Method and Description |
---|---|
ThumbnailImageColor |
CmThumbnailRequestSweep.get_ImageColor()
Returns the value of the ImageColor property.
|
Modifier and Type | Method and Description |
---|---|
void |
CmThumbnailRequestSweep.set_ImageColor(ThumbnailImageColor value)
Sets the value of the ImageColor property.
|
© Copyright IBM Corporation 2006, 2015. All rights reserved.