home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / edit / cword / mw.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-22  |  3.9 KB  |  103 lines

  1. #define MWE_MEMORY                      100
  2. #define MWE_FILE                        101
  3.  
  4. #define MW_MAXZBUF                      10
  5. #define MW_MAXABUF                      120
  6. #define MW_MAXBBUF                      40
  7.  
  8. #define MW_DRUCKFORMAT                  1001
  9. #define MW_COLOR                        1002
  10. #define MW_ALIGNMENT                    1003
  11. #define MW_NOMARGIN                     1004
  12. #define MW_WITHMARGIN                   1005
  13. #define MW_HEADER                       1006
  14. #define MW_FOOTER                       1007
  15. #define MW_LINE_COLOR                   1008
  16. #define MW_LINE_SPACING                 1009
  17. #define MW_SPACE_BEFORE                 1010
  18. #define MW_SPACE_AFTER                  1011
  19. #define MW_FIRST_LINE                   1012
  20. #define MW_SET                          1013
  21. #define MW_CLEAR                        1014
  22. #define MW_RESETALL                     1015
  23. #define MW_LINE_STYLE                   1016
  24. #define MW_SHADING                      1017
  25. #define MW_BOX                          1018
  26. #define MW_BEREICHSWECHSEL              1019
  27. #define MW_PAGE_NUMBER_FORMAT           1020
  28. #define MW_LINE_NUMBER_RESTART          1021
  29. #define MW_PAGE_NUMBER_START            1022
  30. #define MW_COLUMNS                      1023
  31. #define MW_LINE_NUMBER_INCREMENT        1024
  32. #define MW_LENGTH                       1025
  33. #define MW_WIDTH                        1026
  34. #define MW_MARGIN_TOP                   1027
  35. #define MW_MARGIN_BOTTOM                1028
  36. #define MW_MARGIN_LEFT                  1029
  37. #define MW_MARGIN_RIGHT                 1030
  38. #define MW_HEADER_POS                   1031
  39. #define MW_FOOTER_POS                   1032
  40. #define MW_COLUMN_SPACE                 1033
  41. #define MW_GUTTER_MARGIN                1034
  42. #define MW_PAGE_NUMBERS_FROM_TOP        1035
  43. #define MW_PAGE_NUMBERS_FROM_LEFT       1036
  44. #define MW_LINE_NUMBERS_FROM_TEXT       1037
  45. #define MW_SUPERSCRIPT                  1038
  46. #define MW_SUBSCRIPT                    1039
  47.  
  48.  
  49. #define MW_UNDERLINE                    0x01
  50. #define MW_STRIKETHROUGH                0x02
  51. #define MW_UPPERCASE                    0x10
  52. #define MW_SMALLCAPS                    0x30
  53. #define MW_DOUBLE_UNDERLINE             0x04
  54. #define MW_HIDDEN                       0x80
  55.  
  56. #define MW_NORMAL                       0x00
  57. #define MW_BOLD                         0x40
  58. #define MW_DOUBLE                       0x80
  59. #define MW_STRONG                       0xc0
  60. #define MW_ITALIC                       0x20
  61.  
  62. #define MW_LEFT                         0x00
  63. #define MW_CENTER                       0x01
  64. #define MW_RIGHT                        0x02
  65. #define MW_JUSTIFIED                    0x03
  66. #define MW_OBEN                         0x04
  67. #define MW_UNTEN                        0x08
  68. #define MW_DECIMAL                      0x03
  69. #define MW_VERTICAL                     0x04
  70.  
  71. #define MW_KEEP_TOGETHER                0x04
  72. #define MW_KEEP_FOLLOW                  0x08
  73. #define MW_SIDE_BY_SIDE                 0x10
  74.  
  75. #define MW_EVEN_PAGES                   0x04
  76. #define MW_ODD_PAGES                    0x02
  77. #define MW_FIRST_PAGE                   0x08
  78.  
  79. #define MW_LINES                        0x20
  80.  
  81. #define MW_LINE_LEFT                    0x01
  82. #define MW_LINE_RIGHT                   0x02
  83. #define MW_LINE_ABOVE                   0x04
  84. #define MW_LINE_BELOW                   0x08
  85.  
  86. #define MW_PAGE                         0x00
  87. #define MW_COLUMN                       0x01
  88. #define MW_DIVISION                     0x01
  89. #define MW_CONTINUOUS                   0x02
  90. #define MW_UNGERADE                     0x03
  91. #define MW_GERADE                       0x04
  92.  
  93. #define MW_MIRROR_PAGE                  0x10
  94. #define MW_LINE_NUMBERS                 0x20
  95. #define MW_PAGE_NUMBERS                 0x40
  96. #define MW_FOOTNOTES_AT_END             0x80
  97.  
  98. #define MW_AUTO                         -0.334
  99.  
  100. #define ON                              1
  101. #define OFF                             0
  102.  
  103.