SaveOptions.HtmlBorderLineType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public static final class SaveOptions.HtmlBorderLineType extends System.Enum

Represents line types that can be used in result document for drawing borders or another lines

Fields

FieldDescription
NoneNo line will be shown.
DottedDotted line will be shown.
DashedDashed line will be shown.
SolidSsolid line will be shown.
DoubleDouble line will be shown.
GrooveGroove line will be shown.
RidgeRidge line will be shown.
InsetInset line will be shown.
OutsetOutset line will be shown.

None

public static final int None

No line will be shown.

Dotted

public static final int Dotted

Dotted line will be shown.

Dashed

public static final int Dashed

Dashed line will be shown.

Solid

public static final int Solid

Ssolid line will be shown.

Double

public static final int Double

Double line will be shown.

Groove

public static final int Groove

Groove line will be shown.

Ridge

public static final int Ridge

Ridge line will be shown.

Inset

public static final int Inset

Inset line will be shown.

Outset

public static final int Outset

Outset line will be shown.