IconCaptionPosition
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class IconCaptionPosition extends System.Enum
Describes position of icon.
Fields
Field | Description |
---|---|
NoIcon | Icon is not displayed. |
NoCaption | Caption is not displayed. |
CaptionBelowIcon | Caption is below icon. |
CaptionAboveIcon | Caption is above icon. |
CaptionToTheRight | Caption to the right. |
CaptionToTheLeft | Caption to the left. |
CaptionOverlaid | Caption over laid. |
NoIcon
public static final int NoIcon
Icon is not displayed.
NoCaption
public static final int NoCaption
Caption is not displayed.
CaptionBelowIcon
public static final int CaptionBelowIcon
Caption is below icon.
CaptionAboveIcon
public static final int CaptionAboveIcon
Caption is above icon.
CaptionToTheRight
public static final int CaptionToTheRight
Caption to the right.
CaptionToTheLeft
public static final int CaptionToTheLeft
Caption to the left.
CaptionOverlaid
public static final int CaptionOverlaid
Caption over laid.