FOM Reference > Content > Publish Controls > fPublish interface
  
fPublish interface
Macro: sprint
Publish a document. If both format and print settings are provided, the document will be formatted and printed in one pass.
This object inherits from fControl.
drawlevel attribute
The draw level settings to use when publishing the document.
drawlevel
Access
read-only
Returns
fDrawLevel
format attribute
The fFormat object containing the parameters to use when formatting the document.
format
Access
read-write
Returns
fFormat
print attribute
The fPrint object containing the printer settings to use when publishing the document.
print
Access
read-write
Returns
fPrint
variables attribute
An array of system variables to set before publishing the document. The previous values of these variables will be saved and restored when printing has completed.
variables
Access
read-only
Returns
fStringArray
view attribute
The fFview object containing the view parameters to use when formatting the document.
view
Access
read-write
Returns
fArray