constants group FontStrikeout in module com::sun::star::awt::

(Global Index)

Syntax

constants group FontStrikeout;

Description

These values are used to specify the kind of strikeout.

They may be expanded in future versions.

Constants Summary

NONE specifies not to strike out the characters.

SINGLE specifies to strike out the characters with a single line.

DOUBLE specifies to strike out the characters with a double line.

DONTKNOW The strikeout mode is not specified.

BOLD specifies to strike out the characters with a bold line.

SLASH specifies to strike out the characters with slashes.

X specifies to strike out the characters with X's.

Field Details



NONE

Syntax

const short  NONE = 0;

Description

specifies not to strike out the characters.


SINGLE

Syntax

const short  SINGLE = 1;

Description

specifies to strike out the characters with a single line.


DOUBLE

Syntax

const short  DOUBLE = 2;

Description

specifies to strike out the characters with a double line.


DONTKNOW

Syntax

const short  DONTKNOW = 3;

Description

The strikeout mode is not specified.


BOLD

Syntax

const short  BOLD = 4;

Description

specifies to strike out the characters with a bold line.


SLASH

Syntax

const short  SLASH = 5;

Description

specifies to strike out the characters with slashes.


X

Syntax

const short  X = 6;

Description

specifies to strike out the characters with X's.

Top of Page