Index

DKDocModelTS

Purpose:

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

Class summary:

class DKDocModelTS
 {
   public:
    DKDocModelTS();
    virtual ~DKDocModelTS();
    DKString getName();
    void setName(const char* docModelName);
    long getCCSID();
    void setCCSID(long docModelCCSID);
    long numberOfDocSections();
    void addDocSection(DKDocSectionTS* docSection);
    DKDocSectionTS* getDocSection(long docSectionIndex);
 }

Members:

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

Member functions

getName
Gets document model name.
DKString getName(); 

setName
Sets document model name.
void setName(const char* docModelName); 

getCCSID
Gets ccsid (coded character set ID).
long getCCSID(); 

setCCSID
Sets ccsid (coded character set ID).
void setCCSID(long docModelCCSID); 

numberOfDocSections
Gets number of document sections.
long numberOfDocSections(); 

addDocSection
Adds a document section.
void addDocSection(DKDocSectionTS* docSection);

getDocSection
Gets a document section.
DKDocSectionTS* getDocSection(long docSectionIndex);

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