:: com :: sun :: star :: awt ::
|
constants group FontStrikeout |
- Description
- These values are used to specify the kind of strikeout.
They may be expanded in future versions.
|
Constants |
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.
|
Constants' Details |
NONE
const short NONE = 0;
- Description
- specifies not to strike out the characters.
|
|
SINGLE
const short SINGLE = 1;
- Description
- specifies to strike out the characters with a single line.
|
|
DOUBLE
const short DOUBLE = 2;
- Description
- specifies to strike out the characters with a double line.
|
|
DONTKNOW
const short DONTKNOW = 3;
- Description
- The strikeout mode is not specified.
|
|
BOLD
const short BOLD = 4;
- Description
- specifies to strike out the characters with a bold line.
|
|
SLASH
const short SLASH = 5;
- Description
- specifies to strike out the characters with slashes.
|
|
X
const short X = 6;
- Description
- specifies to strike out the characters with X's.
|
|
Top of Page
Copyright © 2000, 2012 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.
Privacy Policy | Impressum (Legal Info) | Copyright information: The source code of LibreOffice is licensed under the GNU Lesser General Public License (LGPLv3). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.