CaretSymbol
Contents
[
Hide
]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
| Field | Description |
|---|---|
| None | No symbol should be associated with the caret. |
| Paragraph | A new paragraph symbol should be associated with the caret. |
Methods
| Method | Description |
|---|---|
| getByValue | |
| getValue | |
| valueOf | Returns the enum constant of this type with the specified name. |
| values | Returns 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:
| Parameter | Type | Description |
|---|---|---|
| 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