home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PIndexFormat.h ------------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:19 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PIndexFormat__
- #define __PIndexFormat__
-
-
- #include "PMTypes.h"
-
- class PIndexFormat
- {
-
- public:
-
- PIndexFormat
- ( PMBool bHeadings,
- PMBool bEmpties,
- short cFormat,
- const char * sFollow,
- const char * sBetPgeNbrs,
- const char * sBetEntries,
- const char * sPageRange,
- const char * sBeforeXRef,
- const char * sEnd );
-
- private:
-
- PIndexFormat();
- };
-
- #endif
-
- // end of PIndexFormat.h
-