CaretSymbol

Inheritance: java.lang.Object, java.lang.Enum < CaretSymbol > com.aspose.pdf.CaretSymbol, java.lang.Enum < CaretSymbol >, com.aspose.pdf.CaretSymbol

All Implemented Interfaces: Serializable, Comparable < CaretSymbol >

public enum CaretSymbol extends Enum < CaretSymbol >

A symbol to be associated with the caret.

Fields

FieldDescription
NoneNo symbol should be associated with the caret.
ParagraphA new paragraph symbol should be associated with the caret.

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.

None

public static final CaretSymbol None

No symbol should be associated with the caret.

Paragraph

public static final CaretSymbol Paragraph

A new paragraph symbol should be associated with the caret.

getByValue

public static CaretSymbol 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 CaretSymbol [] 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