BorderCornerStyle
Contents
[
Hide
]Inheritance: java.lang.Object, java.lang.Enum < BorderCornerStyle > com.aspose.pdf.BorderCornerStyle, java.lang.Enum < BorderCornerStyle >, com.aspose.pdf.BorderCornerStyle
All Implemented Interfaces: Serializable, Comparable < BorderCornerStyle >
public enum BorderCornerStyle extends Enum < BorderCornerStyle >
Enumerates the border corner styles for border.
Fields
| Field | Description |
|---|---|
| None | None border style. |
| Round | Round border style. |
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 BorderCornerStyle None
None border style.
Round
public static final BorderCornerStyle Round
Round border style.
getByValue
public static BorderCornerStyle 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 BorderCornerStyle [] 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