2001-12-17 16:51:51 +00:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>NSParagraphStyle</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
2002-01-28 04:50:14 +00:00
|
|
|
<a href="Gui.html">Up</a>
|
|
|
|
<br />
|
|
|
|
<h1><a name="title$NSParagraphStyle">NSParagraphStyle</a></h1>
|
2001-12-17 16:51:51 +00:00
|
|
|
<h3>Authors</h3>
|
|
|
|
<dl>
|
|
|
|
<dt>Richard Frith-Macdonald(<a href="mailto:richard@brainstorm.co.uk"><code>
|
|
|
|
richard@brainstorm.co.uk
|
|
|
|
</code></a>)</dt>
|
|
|
|
<dd>
|
|
|
|
</dd>
|
|
|
|
</dl>
|
|
|
|
<blockquote>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
2001-12-17 16:51:51 +00:00
|
|
|
NSParagraphStyle and NSMutableParagraphStyle
|
|
|
|
hold paragraph style information NSTextTab holds information
|
|
|
|
about a single tab stop
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
</blockquote>
|
|
|
|
<p><b>Copyright:</b> (C) 1996 Free Software Foundation, Inc.</p>
|
|
|
|
<div>
|
|
|
|
<hr width="50%" align="left" />
|
|
|
|
<h3>Contents -</h3>
|
|
|
|
<ol>
|
|
|
|
<li>
|
|
|
|
<a href="#001000000000">Software documentation for the NSMutableParagraphStyle
|
|
|
|
class</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="#002000000000">Software documentation for the NSParagraphStyle class</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
|
|
|
<a href="#003000000000">Software documentation for the NSTextTab class</a>
|
|
|
|
</li>
|
|
|
|
</ol>
|
|
|
|
<hr width="50%" align="left" />
|
|
|
|
</div>
|
|
|
|
<h1><a name="001000000000">
|
2001-12-17 16:51:51 +00:00
|
|
|
Software documentation for the NSMutableParagraphStyle
|
|
|
|
class
|
2002-01-28 04:50:14 +00:00
|
|
|
</a></h1>
|
|
|
|
<h2><a name="class$NSMutableParagraphStyle">NSMutableParagraphStyle</a> : <a rel="gsdoc" href="#class$NSParagraphStyle">NSParagraphStyle</a></h2>
|
|
|
|
<blockquote>
|
|
|
|
<dl>
|
|
|
|
<dt><b>Declared in:</b></dt>
|
|
|
|
<dd>AppKit/NSParagraphStyle.h</dd>
|
|
|
|
</dl>
|
|
|
|
</blockquote>
|
|
|
|
<blockquote>
|
|
|
|
<b>Standards:</b>
|
|
|
|
<ul>
|
|
|
|
<li>GNUstep</li>
|
|
|
|
<li>MacOS-X</li>
|
|
|
|
<li>OpenStep</li>
|
|
|
|
</ul>
|
|
|
|
</blockquote>
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<b>Method summary</b>
|
|
|
|
<ul>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSMutableParagraphStyle-addTabStop:">-addTabStop:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSMutableParagraphStyle-removeTabStop:">-removeTabStop:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSMutableParagraphStyle-setAlignment:">-setAlignment:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSMutableParagraphStyle-setFirstLineHeadIndent:">-setFirstLineHeadIndent:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSMutableParagraphStyle-setHeadIndent:">-setHeadIndent:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSMutableParagraphStyle-setLineBreakMode:">-setLineBreakMode:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSMutableParagraphStyle-setLineSpacing:">-setLineSpacing:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSMutableParagraphStyle-setMaximumLineHeight:">-setMaximumLineHeight:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSMutableParagraphStyle-setMinimumLineHeight:">-setMinimumLineHeight:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSMutableParagraphStyle-setParagraphSpacing:">-setParagraphSpacing:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSMutableParagraphStyle-setParagraphStyle:">-setParagraphStyle:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSMutableParagraphStyle-setTabStops:">-setTabStops:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSMutableParagraphStyle-setTailIndent:">-setTailIndent:</a></li>
|
|
|
|
</ul>
|
|
|
|
<hr width="50%" align="left" />
|
|
|
|
<h3><a name="method$NSMutableParagraphStyle-addTabStop:">addTabStop:</a></h3>
|
|
|
|
- (void) <b>addTabStop:</b> (<a rel="gsdoc" href="#class$NSTextTab">NSTextTab</a>*)anObject;<br />
|
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSMutableParagraphStyle-removeTabStop:">removeTabStop:</a></h3>
|
|
|
|
- (void) <b>removeTabStop:</b> (<a rel="gsdoc" href="#class$NSTextTab">NSTextTab</a>*)anObject;<br />
|
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSMutableParagraphStyle-setAlignment:">setAlignment:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>setAlignment:</b> (NSTextAlignment)newAlignment;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSMutableParagraphStyle-setFirstLineHeadIndent:">setFirstLineHeadIndent:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>setFirstLineHeadIndent:</b> (float)aFloat;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSMutableParagraphStyle-setHeadIndent:">setHeadIndent:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>setHeadIndent:</b> (float)aFloat;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSMutableParagraphStyle-setLineBreakMode:">setLineBreakMode:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>setLineBreakMode:</b> (NSLineBreakMode)mode;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSMutableParagraphStyle-setLineSpacing:">setLineSpacing:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>setLineSpacing:</b> (float)aFloat;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSMutableParagraphStyle-setMaximumLineHeight:">setMaximumLineHeight:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>setMaximumLineHeight:</b> (float)aFloat;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSMutableParagraphStyle-setMinimumLineHeight:">setMinimumLineHeight:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>setMinimumLineHeight:</b> (float)aFloat;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSMutableParagraphStyle-setParagraphSpacing:">setParagraphSpacing:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>setParagraphSpacing:</b> (float)aFloat;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSMutableParagraphStyle-setParagraphStyle:">setParagraphStyle:</a></h3>
|
|
|
|
- (void) <b>setParagraphStyle:</b> (<a rel="gsdoc" href="#class$NSParagraphStyle">NSParagraphStyle</a>*)obj;<br />
|
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSMutableParagraphStyle-setTabStops:">setTabStops:</a></h3>
|
|
|
|
- (void) <b>setTabStops:</b> (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSArray.html#class$NSArray">NSArray</a>*)array;<br />
|
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSMutableParagraphStyle-setTailIndent:">setTailIndent:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (void) <b>setTailIndent:</b> (float)aFloat;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h1><a name="002000000000">
|
2001-12-17 16:51:51 +00:00
|
|
|
Software documentation for the NSParagraphStyle class
|
2002-01-28 04:50:14 +00:00
|
|
|
</a></h1>
|
|
|
|
<h2><a name="class$NSParagraphStyle">NSParagraphStyle</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/NSParagraphStyle.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$(NSCopying)">NSCopying</a></dd>
|
|
|
|
<dd><a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#protocol$(NSMutableCopying)">NSMutableCopying</a></dd>
|
|
|
|
<dd><a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSObject.html#protocol$(NSCoding)">NSCoding</a></dd>
|
|
|
|
</dl>
|
|
|
|
</blockquote>
|
|
|
|
<blockquote>
|
|
|
|
<b>Standards:</b>
|
|
|
|
<ul>
|
|
|
|
<li>GNUstep</li>
|
|
|
|
<li>MacOS-X</li>
|
|
|
|
<li>OpenStep</li>
|
|
|
|
</ul>
|
|
|
|
</blockquote>
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<b>Method summary</b>
|
|
|
|
<ul>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSParagraphStyle+defaultParagraphStyle">+defaultParagraphStyle</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSParagraphStyle-alignment">-alignment</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSParagraphStyle-firstLineHeadIndent">-firstLineHeadIndent</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSParagraphStyle-headIndent">-headIndent</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSParagraphStyle-lineBreakMode">-lineBreakMode</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSParagraphStyle-lineSpacing">-lineSpacing</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSParagraphStyle-maximumLineHeight">-maximumLineHeight</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSParagraphStyle-minimumLineHeight">-minimumLineHeight</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSParagraphStyle-paragraphSpacing">-paragraphSpacing</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSParagraphStyle-tabStops">-tabStops</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSParagraphStyle-tailIndent">-tailIndent</a></li>
|
|
|
|
</ul>
|
|
|
|
<hr width="50%" align="left" />
|
|
|
|
<h3><a name="method$NSParagraphStyle+defaultParagraphStyle">defaultParagraphStyle</a></h3>
|
|
|
|
+ (<a rel="gsdoc" href="#class$NSParagraphStyle">NSParagraphStyle</a>*) <b>defaultParagraphStyle</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$NSParagraphStyle-alignment">alignment</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (NSTextAlignment) <b>alignment</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSParagraphStyle-firstLineHeadIndent">firstLineHeadIndent</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (float) <b>firstLineHeadIndent</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSParagraphStyle-headIndent">headIndent</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (float) <b>headIndent</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSParagraphStyle-lineBreakMode">lineBreakMode</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (NSLineBreakMode) <b>lineBreakMode</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSParagraphStyle-lineSpacing">lineSpacing</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (float) <b>lineSpacing</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSParagraphStyle-maximumLineHeight">maximumLineHeight</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (float) <b>maximumLineHeight</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSParagraphStyle-minimumLineHeight">minimumLineHeight</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (float) <b>minimumLineHeight</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSParagraphStyle-paragraphSpacing">paragraphSpacing</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (float) <b>paragraphSpacing</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSParagraphStyle-tabStops">tabStops</a></h3>
|
|
|
|
- (<a rel="gsdoc" href="/usr/GNUstep-devel/System/Documentation/Base/NSArray.html#class$NSArray">NSArray</a>*) <b>tabStops</b>;<br />
|
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSParagraphStyle-tailIndent">tailIndent</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (float) <b>tailIndent</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h1><a name="003000000000">
|
2001-12-17 16:51:51 +00:00
|
|
|
Software documentation for the NSTextTab class
|
2002-01-28 04:50:14 +00:00
|
|
|
</a></h1>
|
|
|
|
<h2><a name="class$NSTextTab">NSTextTab</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/NSParagraphStyle.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$(NSCopying)">NSCopying</a></dd>
|
|
|
|
</dl>
|
|
|
|
</blockquote>
|
|
|
|
<blockquote>
|
|
|
|
<b>Standards:</b>
|
|
|
|
<ul>
|
|
|
|
<li>GNUstep</li>
|
|
|
|
<li>MacOS-X</li>
|
|
|
|
<li>OpenStep</li>
|
|
|
|
</ul>
|
|
|
|
</blockquote>
|
|
|
|
<p>
|
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<b>Method summary</b>
|
|
|
|
<ul>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSTextTab-initWithType:location:">-initWithType:location:</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSTextTab-location">-location</a></li>
|
|
|
|
<li><a rel="gsdoc" href="NSParagraphStyle.html#method$NSTextTab-tabStopType">-tabStopType</a></li>
|
|
|
|
</ul>
|
|
|
|
<hr width="50%" align="left" />
|
|
|
|
<h3><a name="method$NSTextTab-initWithType:location:">initWithType:location:</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (id) <b>initWithType:</b> (NSTextTabType)type<b> location:</b> (float)loc;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSTextTab-location">location</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (float) <b>location</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<h3><a name="method$NSTextTab-tabStopType">tabStopType</a></h3>
|
2001-12-17 16:51:51 +00:00
|
|
|
- (NSTextTabType) <b>tabStopType</b>;<br />
|
2002-01-28 04:50:14 +00:00
|
|
|
<b>Standards:</b> GNUstep, MacOS-X, OpenStep<br />
|
2001-12-17 16:51:51 +00:00
|
|
|
<p>
|
2002-01-28 04:50:14 +00:00
|
|
|
|
|
|
|
<em>Description forthcoming.</em>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
<hr width="25%" align="left" />
|
|
|
|
<br />
|
|
|
|
<a href="Gui.html">Up</a>
|
2001-12-17 16:51:51 +00:00
|
|
|
</body>
|
|
|
|
</html>
|