public final class BorderStyle
extends com.aspose.ms.System.Enum
Describes style of the annotation border.
Modifier and Type | Field and Description |
---|---|
static int |
Beveled
Bevelled border.
|
static int |
Dashed
Dashed border.
|
static int |
Inset
Inset border.
|
static int |
Solid
Solid border.
|
static int |
Underline
Underlined border.
|
public static final int Solid
Solid border.
public static final int Dashed
Dashed border.
public static final int Beveled
Bevelled border.
public static final int Inset
Inset border.
public static final int Underline
Underlined border.