public static enum SaveOptions.HtmlBorderLineType extends Enum<SaveOptions.HtmlBorderLineType>
Represents line types that can be used in result document for drawing borders or another lines
Enum Constant and Description |
---|
Dashed
Dashed line will be shown.
|
Dotted
Dotted line will be shown.
|
Double
Double line will be shown.
|
Groove
Groove line will be shown.
|
Inset
Inset line will be shown.
|
None
No line will be shown.
|
Outset
Outset line will be shown.
|
Ridge
Ridge line will be shown.
|
Solid
Ssolid line will be shown.
|
Modifier and Type | Method and Description |
---|---|
static SaveOptions.HtmlBorderLineType |
getByValue(int value) |
int |
getValue() |
static SaveOptions.HtmlBorderLineType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaveOptions.HtmlBorderLineType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaveOptions.HtmlBorderLineType None
No line will be shown.
public static final SaveOptions.HtmlBorderLineType Dotted
Dotted line will be shown.
public static final SaveOptions.HtmlBorderLineType Dashed
Dashed line will be shown.
public static final SaveOptions.HtmlBorderLineType Solid
Ssolid line will be shown.
public static final SaveOptions.HtmlBorderLineType Double
Double line will be shown.
public static final SaveOptions.HtmlBorderLineType Groove
Groove line will be shown.
public static final SaveOptions.HtmlBorderLineType Ridge
Ridge line will be shown.
public static final SaveOptions.HtmlBorderLineType Inset
Inset line will be shown.
public static final SaveOptions.HtmlBorderLineType Outset
Outset line will be shown.
public static SaveOptions.HtmlBorderLineType[] values()
for (SaveOptions.HtmlBorderLineType c : SaveOptions.HtmlBorderLineType.values()) System.out.println(c);
public static SaveOptions.HtmlBorderLineType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic int getValue()
public static SaveOptions.HtmlBorderLineType getByValue(int value)
Copyright © 2025 Aspose. All Rights Reserved.