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

FieldDescription
NoIconIcon is not displayed.
NoCaptionCaption is not displayed.
CaptionBelowIconCaption is below icon.
CaptionAboveIconCaption is above icon.
CaptionToTheRightCaption to the right.
CaptionToTheLeftCaption to the left.
CaptionOverlaidCaption 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.