public final class IconCaptionPosition
extends com.aspose.ms.System.Enum
Describes position of icon.
Modifier and Type | Field and Description |
---|---|
static int |
CaptionAboveIcon
Caption is above icon.
|
static int |
CaptionBelowIcon
Caption is below icon.
|
static int |
CaptionOverlaid
Caption over laid.
|
static int |
CaptionToTheLeft
Caption to the left.
|
static int |
CaptionToTheRight
Caption to the right.
|
static int |
NoCaption
Caption is not displayed.
|
static int |
NoIcon
Icon is not displayed.
|
public static final int NoIcon
Icon is not displayed.
public static final int NoCaption
Caption is not displayed.
public static final int CaptionBelowIcon
Caption is below icon.
public static final int CaptionAboveIcon
Caption is above icon.
public static final int CaptionToTheRight
Caption to the right.
public static final int CaptionToTheLeft
Caption to the left.
public static final int CaptionOverlaid
Caption over laid.