Purpose:
The DXMatchesDocSectionTS class provides the interface for a document section.
Methods:
short protocol();
BSTR getObjectType();
BSTR getSectionName();
setSectionName(LPCTSTR SectionName);
long numberOfParagraphs();
Returns the number of document paragraphs contained in the section.
LPDISPATCH getParagraph(long paragraphIndex);
Gets the document paragraph. The paragraphIndex value ranges between 1 and the total number of paragraphs. If no document paragraphs are found, this method returns the value NULL. The returned LPDISPATCH pointer contains a DXMatchesParagraphTS object.
addParagraph(LPDISPATCH paragraph);
Adds a document paragraph. The input parameter LPDISPATCH pointer contains a DXMatchesParagraphTS object.
(c) Copyright International Business Machines Corporation 1996, 2002. IBM Corp. All rights reserved.