Constants' Details |
NONE
const short NONE = 0x7FFF;
- Description
- No border line
|
|
SOLID
const short SOLID = 0;
- Description
- Solid border line.
|
|
DOTTED
const short DOTTED = 1;
- Description
- Dotted border line.
|
|
DASHED
const short DASHED = 2;
- Description
- Dashed border line.
|
|
DOUBLE
const short DOUBLE = 3;
- Description
- Double border line.
|
|
THINTHICK_SMALLGAP
const short THINTHICK_SMALLGAP = 4;
- Description
- Double border line with a thin line outside and a thick line
inside separated by a small gap.
|
|
THINTHICK_MEDIUMGAP
const short THINTHICK_MEDIUMGAP = 5;
- Description
- Double border line with a thin line outside and a thick line
inside separated by a medium gap.
|
|
THINTHICK_LARGEGAP
const short THINTHICK_LARGEGAP = 6;
- Description
- Double border line with a thin line outside and a thick line
inside separated by a large gap.
|
|
THICKTHIN_SMALLGAP
const short THICKTHIN_SMALLGAP = 7;
- Description
- Double border line with a thick line outside and a thin line
inside separated by a small gap.
|
|
THICKTHIN_MEDIUMGAP
const short THICKTHIN_MEDIUMGAP = 8;
- Description
- Double border line with a thick line outside and a thin line
inside separated by a medium gap.
|
|
THICKTHIN_LARGEGAP
const short THICKTHIN_LARGEGAP = 9;
- Description
- Double border line with a thick line outside and a thin line
inside separated by a large gap.
|
|
EMBOSSED
const short EMBOSSED = 10;
- Description
- 3D embossed border line.
|
|
ENGRAVED
const short ENGRAVED = 11;
- Description
- 3D engraved border line.
|
|
OUTSET
const short OUTSET = 12;
- Description
- Outset border line.
|
|
INSET
const short INSET = 13;
- Description
- Inset border line.
|
|
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.