BorderStyle

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

FieldDescription
BeveledBevelled border.
DashedDashed border.
InsetInset border.
SolidSolid border.
UnderlineUnderlined border.

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.

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:

ParameterTypeDescription
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