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
Default value is
Single |
static int |
Double
Double lines of equal width.
|
static int |
Single
Single line.
|
static int |
ThickThin
Double lines, one thick, one thin.
|
static int |
ThinThick
Double lines, one thin, one thick.
|
static int |
Triple
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.