(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

Developer's Guide

API

SDK

Tips 'n' Tricks

Miscellaneous

Content for OpenOffice.org version 3.3.

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

Apache Feather

Copyright & License | Privacy | Contact Us

Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.