libs-gui/Documentation/gsdoc/NSPrintInfo.html
Adam Fedor 05bdcda840 Updated docs
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12233 72102866-910b-0410-8b05-ffd578937521
2002-01-28 04:50:14 +00:00

418 lines
17 KiB
HTML

<html>
<head>
<title>NSPrintInfo</title>
</head>
<body>
<a href="Gui.html">Up</a>
<br />
<h1><a name="title$NSPrintInfo">NSPrintInfo</a></h1>
<h3>Authors</h3>
<dl>
<dt>Simon Frankau(<a href="mailto:sgf@frankau.demon.co.uk"><code>
sgf@frankau.demon.co.uk
</code></a>)</dt>
<dd>
</dd>
<dt>Adam Fedor(<a href="mailto:fedor@gnu.org"><code>
fedor@gnu.org
</code></a>)</dt>
<dd>
</dd>
</dl>
<blockquote>
Stores information used in printing.
</blockquote>
<p><b>Copyright:</b> (C) 1996,1997 Free Software Foundation, Inc.</p>
<div>
<hr width="50%" align="left" />
<h3>Contents -</h3>
<ol>
<li>
<a href="#001000000000">Class Description</a>
</li>
</ol>
<hr width="50%" align="left" />
</div>
<h1><a name="001000000000">Class Description</a></h1>
<p>
NSPrintInfo is a storage object that stores
information that describes how a view is to printed
and the destination information for printing.
</p>
<h2><a name="class$NSPrintInfo">NSPrintInfo</a> : <a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#class$NSObject">NSObject</a></h2>
<blockquote>
<dl>
<dt><b>Declared in:</b></dt>
<dd>AppKit/NSPrintInfo.h</dd>
</dl>
</blockquote>
<blockquote>
<dl>
<dt><b>Conforms to:</b></dt>
<dd><a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#protocol$(NSCoding)">NSCoding</a></dd>
<dd><a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#protocol$(NSCopying)">NSCopying</a></dd>
</dl>
</blockquote>
<blockquote>
<b>Standards:</b>
<ul>
<li>GNUstep</li>
<li>MacOS-X</li>
<li>OpenStep</li>
</ul>
</blockquote>
<p>
</p>
<b>Method summary</b>
<ul>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo+defaultPrinter">+defaultPrinter</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo+setDefaultPrinter:">+setDefaultPrinter:</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo+setSharedPrintInfo:">+setSharedPrintInfo:</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo+sharedPrintInfo">+sharedPrintInfo</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo+sizeForPaperName:">+sizeForPaperName:</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-bottomMargin">-bottomMargin</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-dictionary">-dictionary</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-horizontalPagination">-horizontalPagination</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-initWithDictionary:">-initWithDictionary:</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-isHorizontallyCentered">-isHorizontallyCentered</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-isVerticallyCentered">-isVerticallyCentered</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-jobDisposition">-jobDisposition</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-leftMargin">-leftMargin</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-orientation">-orientation</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-paperName">-paperName</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-paperSize">-paperSize</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-printer">-printer</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-rightMargin">-rightMargin</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-setBottomMargin:">-setBottomMargin:</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-setHorizontalPagination:">-setHorizontalPagination:</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-setHorizontallyCentered:">-setHorizontallyCentered:</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-setJobDisposition:">-setJobDisposition:</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-setLeftMargin:">-setLeftMargin:</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-setOrientation:">-setOrientation:</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-setPaperName:">-setPaperName:</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-setPaperSize:">-setPaperSize:</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-setPrinter:">-setPrinter:</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-setRightMargin:">-setRightMargin:</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-setTopMargin:">-setTopMargin:</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-setUpPrintOperationDefaultValues">-setUpPrintOperationDefaultValues</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-setVerticalPagination:">-setVerticalPagination:</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-setVerticallyCentered:">-setVerticallyCentered:</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-topMargin">-topMargin</a></li>
<li><a rel="gsdoc" href="NSPrintInfo.html#method$NSPrintInfo-verticalPagination">-verticalPagination</a></li>
</ul>
<hr width="50%" align="left" />
<h3><a name="method$NSPrintInfo+defaultPrinter">defaultPrinter</a></h3>
+ (<a rel="gsdoc" href="NSPrinter.html#class$NSPrinter">NSPrinter</a>*) <b>defaultPrinter</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo+setDefaultPrinter:">setDefaultPrinter:</a></h3>
+ (void) <b>setDefaultPrinter:</b> (<a rel="gsdoc" href="NSPrinter.html#class$NSPrinter">NSPrinter</a>*)printer;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo+setSharedPrintInfo:">setSharedPrintInfo:</a></h3>
+ (void) <b>setSharedPrintInfo:</b> (<a rel="gsdoc" href="#class$NSPrintInfo">NSPrintInfo</a>*)printInfo;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo+sharedPrintInfo">sharedPrintInfo</a></h3>
+ (<a rel="gsdoc" href="#class$NSPrintInfo">NSPrintInfo</a>*) <b>sharedPrintInfo</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo+sizeForPaperName:">sizeForPaperName:</a></h3>
+ (NSSize) <b>sizeForPaperName:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)name;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-bottomMargin">bottomMargin</a></h3>
- (float) <b>bottomMargin</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-dictionary">dictionary</a></h3>
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSDictionary.html#class$NSMutableDictionary">NSMutableDictionary</a>*) <b>dictionary</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-horizontalPagination">horizontalPagination</a></h3>
- (NSPrintingPaginationMode) <b>horizontalPagination</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-initWithDictionary:">initWithDictionary:</a></h3>
- (id) <b>initWithDictionary:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSDictionary.html#class$NSDictionary">NSDictionary</a>*)aDict;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-isHorizontallyCentered">isHorizontallyCentered</a></h3>
- (BOOL) <b>isHorizontallyCentered</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-isVerticallyCentered">isVerticallyCentered</a></h3>
- (BOOL) <b>isVerticallyCentered</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-jobDisposition">jobDisposition</a></h3>
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*) <b>jobDisposition</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-leftMargin">leftMargin</a></h3>
- (float) <b>leftMargin</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-orientation">orientation</a></h3>
- (NSPrintingOrientation) <b>orientation</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-paperName">paperName</a></h3>
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*) <b>paperName</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-paperSize">paperSize</a></h3>
- (NSSize) <b>paperSize</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-printer">printer</a></h3>
- (<a rel="gsdoc" href="NSPrinter.html#class$NSPrinter">NSPrinter</a>*) <b>printer</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-rightMargin">rightMargin</a></h3>
- (float) <b>rightMargin</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-setBottomMargin:">setBottomMargin:</a></h3>
- (void) <b>setBottomMargin:</b> (float)value;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-setHorizontalPagination:">setHorizontalPagination:</a></h3>
- (void) <b>setHorizontalPagination:</b> (NSPrintingPaginationMode)mode;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-setHorizontallyCentered:">setHorizontallyCentered:</a></h3>
- (void) <b>setHorizontallyCentered:</b> (BOOL)flag;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-setJobDisposition:">setJobDisposition:</a></h3>
- (void) <b>setJobDisposition:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)disposition;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-setLeftMargin:">setLeftMargin:</a></h3>
- (void) <b>setLeftMargin:</b> (float)value;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-setOrientation:">setOrientation:</a></h3>
- (void) <b>setOrientation:</b> (NSPrintingOrientation)mode;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-setPaperName:">setPaperName:</a></h3>
- (void) <b>setPaperName:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSString.html#class$NSString">NSString</a>*)name;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-setPaperSize:">setPaperSize:</a></h3>
- (void) <b>setPaperSize:</b> (NSSize)size;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-setPrinter:">setPrinter:</a></h3>
- (void) <b>setPrinter:</b> (<a rel="gsdoc" href="NSPrinter.html#class$NSPrinter">NSPrinter</a>*)aPrinter;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-setRightMargin:">setRightMargin:</a></h3>
- (void) <b>setRightMargin:</b> (float)value;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-setTopMargin:">setTopMargin:</a></h3>
- (void) <b>setTopMargin:</b> (float)value;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-setUpPrintOperationDefaultValues">setUpPrintOperationDefaultValues</a></h3>
- (void) <b>setUpPrintOperationDefaultValues</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-setVerticalPagination:">setVerticalPagination:</a></h3>
- (void) <b>setVerticalPagination:</b> (NSPrintingPaginationMode)mode;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-setVerticallyCentered:">setVerticallyCentered:</a></h3>
- (void) <b>setVerticallyCentered:</b> (BOOL)flag;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-topMargin">topMargin</a></h3>
- (float) <b>topMargin</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<h3><a name="method$NSPrintInfo-verticalPagination">verticalPagination</a></h3>
- (NSPrintingPaginationMode) <b>verticalPagination</b>;<br />
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
<p>
<em>Description forthcoming.</em>
</p>
<hr width="25%" align="left" />
<br />
<a href="Gui.html">Up</a>
</body>
</html>