LibreOffice
LibreOffice 24.2 SDK API Reference
Variables
com::sun::star::table::BorderLineStyle Constant Group Reference

Variables

const short NONE = 0x7FFF
 No border line. More...
 
const short SOLID = 0
 Solid border line. More...
 
const short DOTTED = 1
 Dotted border line. More...
 
const short DASHED = 2
 Dashed border line. More...
 
const short DOUBLE = 3
 Double border line. More...
 
const short THINTHICK_SMALLGAP = 4
 Double border line with a thin line outside and a thick line inside separated by a small gap. More...
 
const short THINTHICK_MEDIUMGAP = 5
 Double border line with a thin line outside and a thick line inside separated by a medium gap. More...
 
const short THINTHICK_LARGEGAP = 6
 Double border line with a thin line outside and a thick line inside separated by a large gap. More...
 
const short THICKTHIN_SMALLGAP = 7
 Double border line with a thick line outside and a thin line inside separated by a small gap. More...
 
const short THICKTHIN_MEDIUMGAP = 8
 Double border line with a thick line outside and a thin line inside separated by a medium gap. More...
 
const short THICKTHIN_LARGEGAP = 9
 Double border line with a thick line outside and a thin line inside separated by a large gap. More...
 
const short EMBOSSED = 10
 3D embossed border line. More...
 
const short ENGRAVED = 11
 3D engraved border line. More...
 
const short OUTSET = 12
 Outset border line. More...
 
const short INSET = 13
 Inset border line. More...
 
const short FINE_DASHED = 14
 Finely dashed border line. More...
 
const short DOUBLE_THIN = 15
 Double border line consisting of two fixed thin lines separated by a variable gap. More...
 
const short DASH_DOT = 16
 Line consisting of a repetition of one dash and one dot. More...
 
const short DASH_DOT_DOT = 17
 Line consisting of a repetition of one dash and 2 dots. More...
 
const short BORDER_LINE_STYLE_MAX = 17
 Maximum valid border line style value. More...
 

Variable Documentation

◆ BORDER_LINE_STYLE_MAX

const short BORDER_LINE_STYLE_MAX = 17

Maximum valid border line style value.

◆ DASH_DOT

const short DASH_DOT = 16

Line consisting of a repetition of one dash and one dot.

◆ DASH_DOT_DOT

const short DASH_DOT_DOT = 17

Line consisting of a repetition of one dash and 2 dots.

◆ DASHED

const short DASHED = 2

Dashed border line.

◆ DOTTED

const short DOTTED = 1

Dotted border line.

◆ DOUBLE

const short DOUBLE = 3

Double border line.

Widths of the lines and the gap are all equal, and vary equally with the total width.

◆ DOUBLE_THIN

const short DOUBLE_THIN = 15

Double border line consisting of two fixed thin lines separated by a variable gap.

◆ EMBOSSED

const short EMBOSSED = 10

3D embossed border line.

◆ ENGRAVED

const short ENGRAVED = 11

3D engraved border line.

◆ FINE_DASHED

const short FINE_DASHED = 14

Finely dashed border line.

◆ INSET

const short INSET = 13

Inset border line.

◆ NONE

const short NONE = 0x7FFF

No border line.

◆ OUTSET

const short OUTSET = 12

Outset border line.

◆ SOLID

const short SOLID = 0

Solid border line.

◆ THICKTHIN_LARGEGAP

const short THICKTHIN_LARGEGAP = 9

Double border line with a thick line outside and a thin line inside separated by a large gap.

◆ THICKTHIN_MEDIUMGAP

const short THICKTHIN_MEDIUMGAP = 8

Double border line with a thick line outside and a thin line inside separated by a medium gap.

◆ THICKTHIN_SMALLGAP

const short THICKTHIN_SMALLGAP = 7

Double border line with a thick line outside and a thin line inside separated by a small gap.

◆ THINTHICK_LARGEGAP

const short THINTHICK_LARGEGAP = 6

Double border line with a thin line outside and a thick line inside separated by a large gap.

◆ THINTHICK_MEDIUMGAP

const short THINTHICK_MEDIUMGAP = 5

Double border line with a thin line outside and a thick line inside separated by a medium gap.

◆ THINTHICK_SMALLGAP

const short THINTHICK_SMALLGAP = 4

Double border line with a thin line outside and a thick line inside separated by a small gap.