-
Packages that use ThumbnailImageFormat 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. -
-
Uses of ThumbnailImageFormat in com.filenet.api.constants
Fields in com.filenet.api.constants declared as ThumbnailImageFormat Modifier and Type Field and Description static ThumbnailImageFormatThumbnailImageFormat. GIFSpecifies that the input document is rendered as a thumbnail GIF image.static ThumbnailImageFormatThumbnailImageFormat. JPEGSpecifies that the input document is rendered as a thumbnail JPEG image.static ThumbnailImageFormatThumbnailImageFormat. PNGSpecifies that the input document is rendered as a thumbnail PNG image.Methods in com.filenet.api.constants that return ThumbnailImageFormat Modifier and Type Method and Description static ThumbnailImageFormatThumbnailImageFormat. getInstanceFromInt(int value)Returns an instance of this class using its associated integer value. -
Uses of ThumbnailImageFormat in com.filenet.api.sweep
Methods in com.filenet.api.sweep that return ThumbnailImageFormat Modifier and Type Method and Description ThumbnailImageFormatCmThumbnailRequestSweep. get_ImageFormat()Returns the value of the ImageFormat property.Methods in com.filenet.api.sweep with parameters of type ThumbnailImageFormat Modifier and Type Method and Description voidCmThumbnailRequestSweep. set_ImageFormat(ThumbnailImageFormat value)Sets the value of the ImageFormat property.
-