BorderCornerStyle

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

FieldDescription
NoneNone border style.
RoundRound border style.

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 BorderCornerStyle None

None border style.

Round

public static final BorderCornerStyle Round

Round border style.

getByValue

public static BorderCornerStyle 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 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