home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PBlackAttributes.h --------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 3:40 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PBlackAttributes__
- #define __PBlackAttributes__
- #include "PMTypes.h"
-
- class PGetBlackAttributes;
-
- class PBlackAttributes
- {
-
- public:
-
- PBlackAttributes
- ( short dBlackLimit,
- PMBool bOvrprntTxt,
- short dOvrprntTxtSz,
- PMBool bOvrprntLines,
- PMBool bOvrprntFills);
-
- PBlackAttributes(const PGetBlackAttributes& blackAttr);
-
- private:
-
- PBlackAttributes();
- };
-
- #endif
-
- // end of PBlackAttributes.h
-