public static final class SaveOptions.HtmlBorderLineType
extends com.aspose.ms.System.Enum
Represents line types that can be used in result document for drawing borders or another lines
Modifier and Type | Field and Description |
---|---|
static int |
Dashed
dashed line will be shown
|
static int |
Dotted
dotted line will be shown
|
static int |
Double
double line will be shown
|
static int |
Groove
grove line will be shown
|
static int |
Inset
inset line will be shown
|
static int |
None
No line will be shown
|
static int |
Outset
outset line will be shown
|
static int |
Ridge
ridhe line will be shown
|
static int |
Solid
solid line will be shown
|
public static final int None
No line will be shown
public static final int Dotted
dotted line will be shown
public static final int Dashed
dashed line will be shown
public static final int Solid
solid line will be shown
public static final int Double
double line will be shown
public static final int Groove
grove line will be shown
public static final int Ridge
ridhe line will be shown
public static final int Inset
inset line will be shown
public static final int Outset
outset line will be shown
Copyright © 2017 Aspose. All Rights Reserved.