Return whether a Watermark A code is in the active paragraph.
Return Value
0 Not in paragraph
1 In paragraph
numeric:=?WatermarkAOccur
Syntax
()
Description
Return the pages on which Watermark A appears. It can be printed on odd-numbered pages, even-numbered pages, or all pages.
Return Value
0 No pages
1 Odd pages
2 Even pages
3 All pages
boolean:=?WatermarkBInParagraph
Syntax
()
Description
Return whether a Watermark B code is in the active paragraph.
Return Value
0 Not in paragraph
1 In paragraph
numeric:=?WatermarkBOccur
Syntax
()
Description
Return the pages on which Watermark B appears. It can be printed on odd-numbered pages, even-numbered pages, or all pages.
Return Value
0 No pages
1 Odd pages
2 Even pages
3 All pages
numeric:=?WatermarkGraphicShade
Syntax
()
Description
Return the shading value of the active watermark.
Return Value
Percent.
string:=?WebBackgroundImage
Syntax
()
Description
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.
string:=?WebBaseURL
Syntax
()
Description
Return the base URL specified for the current Web document. Returns 0 if no base URL is specified.
string:=?WebBoxHTMLProperties
Syntax
()
Description
Return a value representing the HTML properties of the current box. Returns 0 if no box is selected.
string:=?WebMetaTags
Syntax
()
Description
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.
any:=?WebTitle
Syntax
()
Description
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.