ImageLocation
Contents
[
Hide
]
Inheritance: java.lang.Object, java.lang.Enum
public enum ImageLocation extends Enum<ImageLocation>
Specifies an image location.
Fields
Field | Description |
---|---|
Separate | An image in separate file. |
Embedded | An image embedded in another document. |
ContainerItem | An image that is an element in a container file. |
Methods
Method | Description |
---|---|
values() | |
valueOf(String name) |
Separate
public static final ImageLocation Separate
An image in separate file.
Embedded
public static final ImageLocation Embedded
An image embedded in another document.
ContainerItem
public static final ImageLocation ContainerItem
An image that is an element in a container file.
values()
public static ImageLocation[] values()
Returns: com.groupdocs.search.options.ImageLocation[]
valueOf(String name)
public static ImageLocation valueOf(String name)
Parameters:
Parameter | Type | Description |
---|---|---|
name | java.lang.String |
Returns: ImageLocation