Purpose:
The DXMatchesParagraphTS class provides the interface for a document paragraph.
Methods:
short protocol();
BSTR getObjectType();
long getCCSID();
setCCSID(long ccsid);
long getLanguageId();
setLanguageId(long LanguageId);
long numberOfTextItems();
LPDISPATCH getTextItem(long textItemIndex);
Gets the document text item. The textItemIndex value ranges between 1 and the total number of text items. If no text items are found, this method returns the value NULL. The returned LPDISPATCH pointer contains a DXMatchesTextItemTS object.
addTextItem(LPDISPATCH textItem);
Adds a document text item to the paragraph. The input parameter LPDISPATCH pointer contains a DXMatchesTextItemTS object.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.