Working with OpenOffice.org UNO components: Creating an Enum

See Also 
An enum type defines a simple enumeration. The elements of an enum are successive values of integers, starting with 1.

Properties
  • Name: The name of the enum.
  • Package: The package structure.

Types
  • Name: The name of the type. Values start with 1 and increase by 1.

Buttons
  • Add Enum: Add a name to the enum.
  • Delete: Delete the enum.

See Also
Overview of OpenOffice.org Components