Index

DKDocSectionTS

Purpose:

This is the class that is used to represent a document model section object.

Class summary:

class DKDocSectionTS
 {
   public:
    DKDocSectionTS();
    virtual ~DKDocSectionTS();
    DKString getName();
    void setName(const char* docSectionName);
    DKString getTag();
    void setTag(const char* docSectionTag);
 }

Members:

Constructors and destructor
DKDocSectionTS();
virtual ~DKDocSectionTS();

Member functions

getName
Gets document section name.
DKString getName(); 

setName
Sets document section name.
void setName(const char* docSectionName); 

getTag
Gets document section tag.
DKString getTag(); 

setTag
Sets document section tag.
void setTag(const char* docSectionTag); 

(c) Copyright International Business Machines Corporation 1996, 2003. IBM Corp. All rights reserved.