Purpose:
The DKMatchesDocSectionTS class provides the interface for a document section.
Class summary:
class DKMatchesDocSectionTS : public dkDataObjectBase { public: ... DKMatchesDocSectionTS(); virtual ~DKMatchesDocSectionTS(); short protocol(); DKString getObjectType(); DKString getSectionName(); void setSectionName(const char* sectionName); long numberOfParagraphs(); DKMatchesParagraphTS* getParagraph(long paragraphIndex); void addParagraph(DKMatchesParagraphTS* paragraph); }
Members:
DKMatchesDocSectionTS(); virtual ~DKMatchesDocSectionTS();
short protocol();
DKString getObjectType();
DKString getSectionName();
void setSectionName(const char* sectionName);
long numberOfParagraphs();
DKMatchesParagraphTS* getParagraph(long paragraphIndex);
void addParagraph(DKMatchesParagraphTS* paragraph);
(c) Copyright International Business Machines Corporation 1996, 2003. IBM Corp. All rights reserved.