![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /proc/self/root/usr/share/GNUstep/Documentation/Developer/Gui/Reference/ |
Upload File : |
<?xml version="1.0"?> <!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 1.0.4//EN" "http://www.gnustep.org/gsdoc-1_0_4.dtd"> <gsdoc base="NSPrintInfo" up="Gui"> <head> <title>NSPrintInfo</title> <author name="Simon Frankau"> <email address="sgf@frankau.demon.co.uk"> sgf@frankau.demon.co.uk </email> </author> <author name="Adam Fedor"> <email address="fedor@gnu.org"> fedor@gnu.org </email> </author> <author name="Chad Hardin"> <email address="cehardin@mac.com"> cehardin@mac.com </email> </author> <abstract> Stores information used in printing. </abstract> <copy>1996,1997,2004 Free Software Foundation, Inc.</copy> </head> <body> <front><contents /></front> <chapter> <heading><strong>Class</strong> Description</heading> <p> NSPrintInfo is a storage object that stores information that describes how a view is to printed and the destination information for printing. </p> <class name="NSPrintInfo" super="NSObject" ovadd="1.0.0"> <declared>AppKit/NSPrintInfo.h</declared> <conform>NSCoding</conform> <conform>NSCopying</conform> <desc> <em>Description forthcoming.</em> </desc> <ivariable type="NSMutableDictionary*" name="_info" validity="protected" ovadd="1.0.0"> <desc> <em>Warning</em> the underscore at the start of the name of this instance variable indicates that, even though it is not technically <em>private</em>, it is intended for internal use within the package, and you should not use the variable in other code. </desc> </ivariable> <method type="NSPrinter*" factory="yes" ovadd="1.0.0"> <sel>defaultPrinter</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" factory="yes" ovadd="1.0.0"> <sel>setDefaultPrinter:</sel> <arg type="NSPrinter*">printer</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" factory="yes" ovadd="1.0.0"> <sel>setSharedPrintInfo:</sel> <arg type="NSPrintInfo*">printInfo</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSPrintInfo*" factory="yes" ovadd="1.0.0"> <sel>sharedPrintInfo</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSSize" factory="yes" ovadd="1.0.0"> <sel>sizeForPaperName:</sel> <arg type="NSString*">name</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="CGFloat" ovadd="1.0.0"> <sel>bottomMargin</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSMutableDictionary*" ovadd="1.0.0"> <sel>dictionary</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSPrintingPaginationMode" ovadd="1.0.0"> <sel>horizontalPagination</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSRect" ovadd="10.2.0"> <sel>imageablePageBounds</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="id" ovadd="1.0.0"> <sel>initWithDictionary:</sel> <arg type="NSDictionary*">aDict</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="BOOL" ovadd="1.0.0"> <sel>isHorizontallyCentered</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="BOOL" ovadd="1.0.0"> <sel>isVerticallyCentered</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSString*" ovadd="1.0.0"> <sel>jobDisposition</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="CGFloat" ovadd="1.0.0"> <sel>leftMargin</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSString*" ovadd="10.3.0"> <sel>localizedPaperName</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSPrintingOrientation" ovadd="1.0.0"> <sel>orientation</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSString*" ovadd="1.0.0"> <sel>paperName</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSSize" ovadd="1.0.0"> <sel>paperSize</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSPrinter*" ovadd="1.0.0"> <sel>printer</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="CGFloat" ovadd="1.0.0"> <sel>rightMargin</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setBottomMargin:</sel> <arg type="CGFloat">value</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setHorizontalPagination:</sel> <arg type="NSPrintingPaginationMode">mode</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setHorizontallyCentered:</sel> <arg type="BOOL">flag</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setJobDisposition:</sel> <arg type="NSString*">disposition</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setLeftMargin:</sel> <arg type="CGFloat">value</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setOrientation:</sel> <arg type="NSPrintingOrientation">mode</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setPaperName:</sel> <arg type="NSString*">name</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setPaperSize:</sel> <arg type="NSSize">size</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setPrinter:</sel> <arg type="NSPrinter*">aPrinter</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setRightMargin:</sel> <arg type="CGFloat">value</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setTopMargin:</sel> <arg type="CGFloat">value</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setUpPrintOperationDefaultValues</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setVerticalPagination:</sel> <arg type="NSPrintingPaginationMode">mode</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="void" ovadd="1.0.0"> <sel>setVerticallyCentered:</sel> <arg type="BOOL">flag</arg> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="CGFloat" ovadd="1.0.0"> <sel>topMargin</sel> <desc> <em>Description forthcoming.</em> </desc> </method> <method type="NSPrintingPaginationMode" ovadd="1.0.0"> <sel>verticalPagination</sel> <desc> <em>Description forthcoming.</em> </desc> </method> </class> </chapter> </body> </gsdoc>