home *** CD-ROM | disk | FTP | other *** search
/ Popular Software (Premium Edition) / mycd.iso / INTERNET / PIE5.0 / IEDATAJA.CAB / OSP.ZIP / com / ms / osp / OSPFORMAT.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-07-28  |  304 b   |  9 lines

  1. package com.ms.osp;
  2.  
  3. public interface OSPFORMAT {
  4.    int OSPFORMAT_RAW = 0;
  5.    int OSPFORMAT_DEFAULT = 0;
  6.    int OSPFORMAT_FORMATTED = 1;
  7.    int OSPFORMAT_HTML = 2;
  8. }
  9.