LibreOffice
LibreOffice 7.4 SDK API Reference
Variables
com::sun::star::awt::FontStrikeout Constant Group Referencepublished

These values are used to specify the kind of strikeout. More...

Variables

const short NONE = 0
 specifies not to strike out the characters. More...
 
const short SINGLE = 1
 specifies to strike out the characters with a single line. More...
 
const short DOUBLE = 2
 specifies to strike out the characters with a double line. More...
 
const short DONTKNOW = 3
 The strikeout mode is not specified. More...
 
const short BOLD = 4
 specifies to strike out the characters with a bold line. More...
 
const short SLASH = 5
 specifies to strike out the characters with slashes. More...
 
const short X = 6
 specifies to strike out the characters with X's. More...
 

Detailed Description

These values are used to specify the kind of strikeout.

They may be expanded in future versions.

Variable Documentation

◆ BOLD

const short BOLD = 4

specifies to strike out the characters with a bold line.

◆ DONTKNOW

const short DONTKNOW = 3

The strikeout mode is not specified.

◆ DOUBLE

const short DOUBLE = 2

specifies to strike out the characters with a double line.

◆ NONE

const short NONE = 0

specifies not to strike out the characters.

◆ SINGLE

const short SINGLE = 1

specifies to strike out the characters with a single line.

◆ SLASH

const short SLASH = 5

specifies to strike out the characters with slashes.

◆ X

const short X = 6

specifies to strike out the characters with X's.