:: com :: sun :: star :: ui ::
|
unpublished |
constants group ItemType |
|
|
- Description
- Determins the type of an item.
- Since
- OpenOffice 2.0.0
|
Constants' Details |
DEFAULT
const short DEFAULT = 0;
- Description
- a normal item
|
|
SEPARATOR_LINE
const short SEPARATOR_LINE = 1;
- Description
- a separarator is inserted as a line.
|
|
SEPARATOR_SPACE
const short SEPARATOR_SPACE = 2;
- Description
- a separarator is inserted as a space.
|
|
SEPARATOR_LINEBREAK
const short SEPARATOR_LINEBREAK = 3;
- Description
- a linebreak is inserted.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.