BorderStyle
Contents
[
Hide
]Inheritance: java.lang.Object, java.lang.Enum < BorderStyle > com.aspose.pdf.BorderStyle, java.lang.Enum < BorderStyle >, com.aspose.pdf.BorderStyle
All Implemented Interfaces: Serializable, Comparable < BorderStyle >
public enum BorderStyle extends Enum < BorderStyle >
Describes style of the annotation border.
Fields
| Field | Description |
|---|---|
| Beveled | Bevelled border. |
| Dashed | Dashed border. |
| Inset | Inset border. |
| Solid | Solid border. |
| Underline | Underlined border. |
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. |
Beveled
public static final BorderStyle Beveled
Bevelled border.
Dashed
public static final BorderStyle Dashed
Dashed border.
Inset
public static final BorderStyle Inset
Inset border.
Solid
public static final BorderStyle Solid
Solid border.
Underline
public static final BorderStyle Underline
Underlined border.
getByValue
public static BorderStyle 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 BorderStyle [] 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