IconCaptionPosition

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

FieldDescription
CaptionAboveIconCaption is above icon.
CaptionBelowIconCaption is below icon.
CaptionOverlaidCaption over laid.
CaptionToTheLeftCaption to the left.
CaptionToTheRightCaption to the right.
NoCaptionCaption is not displayed.
NoIconIcon is not displayed.

Methods

MethodDescription
getByValue
getValue
valueOfReturns the enum constant of this type with the specified name.
valuesReturns 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:

ParameterTypeDescription
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