JAVA/CORBA CLASSES


Accessing items in Java classes
The Item and RichTextItem classes let you examine and manipulate item properties and contents. You gain access to an Item or RichTextItem object through various methods in the Document class. The RichTextItem class inherits from Item, meaning that RichTextItem objects can use all the properties and methods of Item. You can:
See Also