Working with OpenOffice.org UNO components: Creating a Poly Struct

See Also 
A polymorphic struct type template is similar to a plain struct type, but it has one or more type parameters and its members can have these parameters as types. A polymorphic struct type template must be instantiated with actual type arguments to be used as a type.

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

Templates
  • Name: The name of the template.
  • Type: The dummy type of the template.

Members
  • Name: The name of the member.
  • Type: The type of the member. The template types are available as simple types in the drop down list.

Buttons
  • Add Template: Add a new template.
  • Add Member: Add a new member.
  • Delete: Delete the template or member.

See Also
Overview of OpenOffice.org Components