public final class OfficeLineStyle extends Object
OfficeLineFormat
.Modifier and Type | Field and Description |
---|---|
static int |
Default
Default value is
. |
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.
|
public static final int Single
Single line.
public static final int Default
OfficeLineStyle.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.