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

  1. boolean:=?WatermarkAInParagraph
  2.  
  3. Syntax
  4.  
  5. ()
  6.  
  7. Description
  8.  
  9. Return whether a Watermark 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:=?WatermarkAOccur
  18.  
  19. Syntax
  20.  
  21. ()
  22.  
  23. Description
  24.  
  25. Return the pages on which Watermark 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:=?WatermarkBInParagraph
  38.  
  39. Syntax
  40.  
  41. ()
  42.  
  43. Description
  44.  
  45. Return whether a Watermark 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:=?WatermarkBOccur
  54.  
  55. Syntax
  56.  
  57. ()
  58.  
  59. Description
  60.  
  61. Return the pages on which Watermark 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. numeric:=?WatermarkGraphicShade
  74.  
  75. Syntax
  76.  
  77. ()
  78.  
  79. Description
  80.  
  81. Return the shading value of the active watermark.
  82.  
  83. Return Value
  84.  
  85. Percent.
  86.  
  87. string:=?WebBackgroundImage
  88.  
  89. Syntax
  90.  
  91. ()
  92.  
  93. Description
  94.  
  95. Return the filename (including the path) of the background image of the current Web document. Returns 0 if the current document does not have a background image specified.
  96.  
  97. string:=?WebBaseURL
  98.  
  99. Syntax
  100.  
  101. ()
  102.  
  103. Description
  104.  
  105. Return the base URL specified for the current Web document. Returns 0 if no base URL is specified.
  106.  
  107. string:=?WebBoxHTMLProperties
  108.  
  109. Syntax
  110.  
  111. ()
  112.  
  113. Description
  114.  
  115. Return a value representing the HTML properties of the current box. Returns 0 if no box is selected.
  116.  
  117. string:=?WebMetaTags
  118.  
  119. Syntax
  120.  
  121. ()
  122.  
  123. Description
  124.  
  125. Return the meta information specified for the current Web document. Returns 0 if the current Web document has no meta information specified, or if the current document is not a Web document.
  126.  
  127. any:=?WebTitle
  128.  
  129. Syntax
  130.  
  131. ()
  132.  
  133. Description
  134.  
  135. Return the title specified for the current Web document. Returns 0 if the title of the current Web document is set to the first heading or if the current document is not a Web document.
  136.  
  137. boolean:=?WidowOrphan
  138.  
  139. Syntax
  140.  
  141. ()
  142.  
  143. Description
  144.  
  145. Return True if Widow/Orphan is on, False if not.
  146.  
  147. boolean:=?WritingToolsDisabledState
  148.  
  149. Syntax
  150.  
  151. ()
  152.  
  153. Description
  154.  
  155. Return the state of Disable Writing Tools.
  156.  
  157. Return Value
  158.  
  159. 0    Off
  160.  
  161. 1    On
  162.  
  163. numeric:=?Zoom
  164.  
  165. Syntax
  166.  
  167. ()
  168.  
  169. Description
  170.  
  171. Return the Zoom percent for the current window.
  172.  
  173. Return Value
  174.  
  175. Percent.
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.