From 4669bb25fc218ac581eb9708e478cd40d3840a9b Mon Sep 17 00:00:00 2001 From: craig Date: Wed, 25 Apr 2012 20:57:24 +0000 Subject: Update Italian documentation git-svn-id: svn://scribus.net/branches/Version14x/Scribus@17472 11d20701-8431-0410-a711-e3c959e3b870 --- scribus/doc/it/scripterapi-Printer.html | 89 +++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 scribus/doc/it/scripterapi-Printer.html (limited to 'scribus/doc/it/scripterapi-Printer.html') diff --git a/scribus/doc/it/scripterapi-Printer.html b/scribus/doc/it/scripterapi-Printer.html new file mode 100644 index 0000000..a638ffb --- /dev/null +++ b/scribus/doc/it/scripterapi-Printer.html @@ -0,0 +1,89 @@ + + + + Python: class Printer + + +

Python: class Printer

+

+class Printer(object) +

+
+ +

Methods defined here:

+
+
Print(...)
+
This method is deprecated - use print() instead.
+ +
__init__(...)
+
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
+ +
print(...)
+
Prints selected pages.
+ +
+

Data and other attributes defined here:

+
+
__new__ = <built-in method __new__ of type object>
+
T.__new__(S, ...) -> a new object with type S, a subtype of T
+ +
allPrinters = <attribute 'allPrinters' of 'Printer' objects>
+
List of installed printers -- read only
+ +
cmd = <attribute 'cmd' of 'Printer' objects>
+
Alternative Printer Command
+ +
color = <member 'color' of 'Printer' objects>
+
Print in color.
+True - color -- Default
+False - greyscale
+ +
copies = <member 'copies' of 'Printer' objects>
+
Number of copies
+ +
file = <attribute 'file' of 'Printer' objects>
+
Name of file to print into
+ +
mph = <member 'mph' of 'Printer' objects>
+
Mirror Pages Horizontal
+True
+False -- Default
+ +
mpv = <member 'mpv' of 'Printer' objects>
+
Mirror Pages Vertical
+ True
+False -- Default
+ +
pages = <attribute 'pages' of 'Printer' objects>
+
List of pages to be printed
+ +
printer = <attribute 'printer' of 'Printer' objects>
+
Name of printer to use.
+Default is 'File' for printing into file
+ +
pslevel = <member 'pslevel' of 'Printer' objects>
+
PostScript Level
+Can be 1 or 2 or 3 -- Default is 3.
+ +
separation = <attribute 'separation' of 'Printer' objects>
+
Print separationl
+ 'No' -- Default
+ 'All'
+ 'Cyan'
+ 'Magenta'
+ 'Yellow'
+ 'Black'
+Beware of misspelling because a check is not performed
+ +
ucr = <member 'ucr' of 'Printer' objects>
+
Apply Under Color Removal
+True -- Default
+False
+ +
useICC = <member 'useICC' of 'Printer' objects>
+
Use ICC Profile
+True
+False -- Default
+ + + \ No newline at end of file -- cgit