home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / pc / pm65sdk / sourcecode / pagemakerclasslibrary / commands / psettextcursor.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-12  |  574 b   |  30 lines

  1. /*
  2.  *--- PSetTextCursor.h ----------------------------------------------------
  3.  * Copyright (c) 1995-96 Adobe Systems Incorporated.  All rights reserved.
  4.  * Created on Sun, Oct 22, 1995 @ 4:19 PM by Paul Ferguson.
  5.  *
  6.  * Description:
  7.  *-------------------------------------------------------------------------
  8.  */
  9. #ifndef __PSetTextCursor__
  10. #define __PSetTextCursor__
  11.  
  12. class PSetTextCursor
  13. {
  14.  
  15. public:
  16.  
  17.     PSetTextCursor
  18.       (    unsigned long nStoryID,
  19.         long nBegin,
  20.         long nEnd );
  21.  
  22. private:
  23.  
  24.     PSetTextCursor();
  25. };
  26.  
  27. #endif
  28.  
  29. // end of PSetTextCursor.h
  30.