public final class BorderStyle
extends com.aspose.ms.System.Enum
Enumerates the border styles for page border,text border and table border. Note that dash style is
not included in this enum. Dash can be set in GraphInfo
.
Modifier and Type | Field and Description |
---|---|
static int |
Double
Double border style.
|
static int |
None
None border style.
|
static int |
Normal
Normal border style.
|
public static final int None
None border style.
public static final int Normal
Normal border style.
public static final int Double
Double border style.
Copyright © 2016 Aspose. All Rights Reserved.