.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

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 "Accessing rich text items in Java classes" for information specific to rich text items.

See Also