public final class PdfTextAnnotationBorderStyle
extends com.aspose.ms.System.Enum
Describes style of the PDF Text Annotation border.
Modifier and Type | Field and Description |
---|---|
static int |
Beveled
Beveled 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 Beveled
Beveled border.
public static final int Dashed
Dashed border.
public static final int Inset
Inset border.
public static final int Solid
Solid border.
public static final int Underline
Underlined border.
Copyright © 2019. All rights reserved.