Scilab 6.0.0
- Справка Scilab
- GUI
- Borders
- Layouts
- uitree
- about
- addmenu
- clipboard
- close
- Console properties
- createWindow
- delmenu
- exportUI
- figure
- findobj
- gcbo
- getcallbackobject
- getinstalledlookandfeels
- getlookandfeel
- getvalue
- Interactive Editor
- loadGui
- messagebox
- printfigure
- printsetupbox
- progressionbar
- root_properties
- saveGui
- setlookandfeel
- setmenu
- toolbar
- toprint
- tree_show
- uicontextmenu
- uicontrol
- uicontrol properties
- uigetcolor
- uigetdir
- uigetfile
- uigetfont
- uimenu
- uimenu properties
- uiputfile
- unsetmenu
- usecanvas
- waitbar
- x_choices
- x_choose
- x_choose_modeless
- x_dialog
- x_matrix
- x_mdialog
Справка Scilab >> GUI > toprint
toprint
Send text or figure to the printer.
Syntax
toprint(filename) toprint(linestoprint,pageheader) toprint(figid) toprint(figid,output) status = toprint(filename) status = toprint(linestoprint,pageheader) status = toprint(figid) status = toprint(figid,output)
Arguments
- filename
String: path of the text file to be printed.
- linestoprint
String matrix: text to be printed, each entry is a line in printed pages.
- pageheader
String: header of printed pages.
- figid
Real: the id of the figure to be printed.
- output
String: printing output type, must be "pos" for PostScript or "gdi" for Bitmap format ("gdi" by default).
- status
Boolean: %T if the printing succeeds, %F otherwise.
Description
Prints a text file, Scilab character strings or figure.
Examples
See Also
- printfigure — Opens a printing dialog and prints a figure.
- printsetupbox — Display print dialog box.
Comments
Add a comment:
Please login to comment this page.