home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetFindParaAttr.cpp --------------------------------------------------
- * Copyright (c) 1996 Adobe Systems Incorporated. All rights reserved.
- * Created on Thur, Oct 10, 1995 @ 8:49 PM by Paul Norton.
- *
- * Description: For notes about this class, refer to the
- * PCL documentation file PGetFindParaAttr.html
- *-------------------------------------------------------------------------
- */
-
- #include "PGetFindParaAttr.h"
- #include "PReplyBuf.h"
-
- PGetFindParaAttr::PGetFindParaAttr()
- : PHandleQuery(pm_getfindparaattr)
- {
- PReplyBuf reply(replyPtr);
-
- reply >> &sParaStyle
- >> cAlignment
- >> cLeadingType;
- }
-
- // end of PGetFindParaAttr.cpp
-