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.
|
|
FINE_DASHED
const short FINE_DASHED = 14;
- Description
- Finely dashed border line.
|
|
BORDER_LINE_STYLE_MAX
const short BORDER_LINE_STYLE_MAX = 14;
- Description
- Maximum valid border line style value.
|
|
Copyright © 2000, 2014 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.