public abstract class ImageIndexingOptions extends Object
| Constructor and Description |
|---|
ImageIndexingOptions() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
getEnabledForContainerItemImages()
Gets a value indicating whether to index images that are items in a container
(for example, images in a ZIP archive).
|
abstract boolean |
getEnabledForEmbeddedImages()
Gets a value indicating whether to index embedded images
(for example, images in a DOCX document).
|
abstract boolean |
getEnabledForSeparateImages()
Gets a value indicating whether to index separate image files.
|
abstract void |
setEnabledForContainerItemImages(boolean value)
Sets a value indicating whether to index images that are items in a container
(for example, images in a ZIP archive).
|
abstract void |
setEnabledForEmbeddedImages(boolean value)
Sets a value indicating whether to index embedded images
(for example, images in a DOCX document).
|
abstract void |
setEnabledForSeparateImages(boolean value)
Sets a value indicating whether to index separate image files.
|
public abstract boolean getEnabledForContainerItemImages()
false.public abstract boolean getEnabledForEmbeddedImages()
false.public abstract boolean getEnabledForSeparateImages()
false.public abstract void setEnabledForContainerItemImages(boolean value)
false.value - A value indicating whether to index images that are items in a container.public abstract void setEnabledForEmbeddedImages(boolean value)
false.value - A value indicating whether to index embedded images.public abstract void setEnabledForSeparateImages(boolean value)
false.value - A value indicating whether to index separate image files.Copyright © 2026. All rights reserved.