home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 401065 / WPO11 / Data1.cab / _445DB47017BE41E4AA885662F45A3411 < prev    next >
Text File  |  2003-03-07  |  1KB  |  124 lines

  1. boolean:=?HeaderAInParagraph
  2.  
  3. Syntax
  4.  
  5. ()
  6.  
  7. Description
  8.  
  9. Return whether a Header A code is in the active paragraph.
  10.  
  11. Return Value
  12.  
  13. 0    Not in paragraph
  14.  
  15. 1    In paragraph
  16.  
  17. numeric:=?HeaderAOccur
  18.  
  19. Syntax
  20.  
  21. ()
  22.  
  23. Description
  24.  
  25. Return the pages on which Header A appears. It can be printed on odd-numbered pages, even-numbered pages, or all pages.
  26.  
  27. Return Value
  28.  
  29. 0    No pages
  30.  
  31. 1    Odd pages
  32.  
  33. 2    Even pages
  34.  
  35. 3    All pages
  36.  
  37. boolean:=?HeaderBInParagraph
  38.  
  39. Syntax
  40.  
  41. ()
  42.  
  43. Description
  44.  
  45. Return whether a Header B code is in the active paragraph.
  46.  
  47. Return Value
  48.  
  49. 0    Not in paragraph
  50.  
  51. 1    In paragraph
  52.  
  53. numeric:=?HeaderBOccur
  54.  
  55. Syntax
  56.  
  57. ()
  58.  
  59. Description
  60.  
  61. Return the pages on which Header B appears. It can be printed on odd-numbered pages, even-numbered pages, or all pages.
  62.  
  63. Return Value
  64.  
  65. 0    No pages
  66.  
  67. 1    Odd pages
  68.  
  69. 2    Even pages
  70.  
  71. 3    All pages
  72.  
  73. any:=?HeaderSeparator
  74.  
  75. Syntax
  76.  
  77. ()
  78.  
  79. Description
  80.  
  81. Return the spacing above a header in WordPerfect units.
  82.  
  83. boolean:=?HiddenTextActive
  84.  
  85. Syntax
  86.  
  87. ()
  88.  
  89. Description
  90.  
  91. Return True if hidden text is active (hidden text is hidden), False if not (hidden text is displayed).
  92.  
  93. string:=?HypertextLast
  94.  
  95. Syntax
  96.  
  97. ()
  98.  
  99. Description
  100.  
  101. Return the filename of a hypertext link source.
  102.  
  103. numeric:=?HypertextType
  104.  
  105. Syntax
  106.  
  107. ()
  108.  
  109. Description
  110.  
  111. Return whether a hypertext link jumps to a bookmark or plays a macro.
  112.  
  113. Return Value
  114.  
  115. 2    Bookmark
  116.  
  117. 4    Macro
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.