LibreOffice
LibreOffice 7.4 SDK API Reference
Modules | Variables
BorderLineStyle.idl File Reference

Go to the source code of this file.

Modules

module  com
 
module  com::sun
 
module  com::sun::star
 the module com::sun::star is the root module of the UNO API.
 
module  com::sun::star::table
 Table specific interfaces (for text and spreadsheet).
 

Constant Groups

constants  com::sun::star::table::BorderLineStyle
 

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...