JAVA/CORBA CLASSES


Accessing an outline
Example

You can access and create outlines in a database as follows:


The Outline class provides access to properties through the following methods:
The getChild, getFirst, getLast, getNext, getNextSibling, getPrev, and getPrevSibling methods return OutlineEntry objects that represent entries in the outline. The addEntry, createEntry, moveEntry, and removeEntry methods manipulate entries in the outline. You must save an outline after manipulating an entry.

The OutlineEntry class provides access to properties through the following methods:


You can set class and type attributes with the following methods:
Example
See Also