IconCaptionPosition
Contents
[
Hide
]Inheritance: java.lang.Object, java.lang.Enum < IconCaptionPosition > com.aspose.pdf.IconCaptionPosition, java.lang.Enum < IconCaptionPosition >, com.aspose.pdf.IconCaptionPosition
All Implemented Interfaces: Serializable, Comparable < IconCaptionPosition >
public enum IconCaptionPosition extends Enum < IconCaptionPosition >
Describes position of icon.
Fields
| Field | Description |
|---|---|
| CaptionAboveIcon | Caption is above icon. |
| CaptionBelowIcon | Caption is below icon. |
| CaptionOverlaid | Caption over laid. |
| CaptionToTheLeft | Caption to the left. |
| CaptionToTheRight | Caption to the right. |
| NoCaption | Caption is not displayed. |
| NoIcon | Icon is not displayed. |
Methods
| Method | Description |
|---|---|
| getByValue | |
| getValue | |
| valueOf | Returns the enum constant of this type with the specified name. |
| values | Returns an array containing the constants of this enum type, in the order they are declared. |
CaptionAboveIcon
public static final IconCaptionPosition CaptionAboveIcon
Caption is above icon.
CaptionBelowIcon
public static final IconCaptionPosition CaptionBelowIcon
Caption is below icon.
CaptionOverlaid
public static final IconCaptionPosition CaptionOverlaid
Caption over laid.
CaptionToTheLeft
public static final IconCaptionPosition CaptionToTheLeft
Caption to the left.
CaptionToTheRight
public static final IconCaptionPosition CaptionToTheRight
Caption to the right.
NoCaption
public static final IconCaptionPosition NoCaption
Caption is not displayed.
NoIcon
public static final IconCaptionPosition NoIcon
Icon is not displayed.
getByValue
public static IconCaptionPosition getByValue(int value)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value |
getValue
public int getValue()
valueOf
Returns the enum constant of this type with the specified name.
values
public static IconCaptionPosition [] values()
Returns an array containing the constants of this enum type, in the order they are declared.
Returns: an array containing the constants of this enum type, in the order they are declared