@Deprecated public final class OfficeLineStyle extends com.aspose.ms.System.Enum
Represents the compound line style of a OfficeLineFormat
Modifier and Type | Field and Description |
---|---|
static int |
Default
Deprecated.
Default value is
Single |
static int |
Double
Deprecated.
Double lines of equal width.
|
static int |
Single
Deprecated.
Single line.
|
static int |
ThickThin
Deprecated.
Double lines, one thick, one thin.
|
static int |
ThinThick
Deprecated.
Double lines, one thin, one thick.
|
static int |
Triple
Deprecated.
Three lines, thin, thick, thin.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Single
Single line.
public static final int Default
Default value is Single
public static final int Double
Double lines of equal width.
public static final int ThickThin
Double lines, one thick, one thin.
public static final int ThinThick
Double lines, one thin, one thick.
public static final int Triple
Three lines, thin, thick, thin.