libs-base/Documentation/gsdoc/NSAttributedString.html
CaS 0a86bba7b0 Documentation regeneration and XML parsing fixes/updates.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
2001-04-25 14:19:57 +00:00

100 lines
3.6 KiB
HTML

<html><head>
<title>NSAttributedString</title>
</head>
<body>
<a href ="NSAssertionHandler.html">[Previous] </a>
<a href ="Base.html">[Up] </a>
<a href ="NSAutoreleasePool.html">[Next] </a>
<h1>NSAttributedString</h1>
<h3>Authors </h3>
<dl>
<dt><a href ="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
<dd>
</dl>
<p>Version: $Revision$</p>
<p>Date: $Date$</p>
<h2><a name ="cont-0">NSAttributedString</a></h2>
<h2><a name ="NSAttributedString">NSAttributedString</a></h2>
<p><b>Declared in: </b> Foundation/NSAttributedString.h</p>
<p><b>Inherits from: </b> NSObject</p>
<p><b>Conforms to: </b> NSCoding
</p>
<hr>
<h2>Instance Variables </h2>
<ul>
</ul>
<h2>Methods </h2>
<ul>
<li ><a href ="NSAttributedString.html#method-0">-attribute:atIndex:effectiveRange:</a>
<li ><a href ="NSAttributedString.html#method-1">-attribute:atIndex:longestEffectiveRange:inRange:</a>
<li ><a href ="NSAttributedString.html#method-2">-attributedSubstringFromRange:</a>
<li ><a href ="NSAttributedString.html#method-3">-attributesAtIndex:effectiveRange:</a>
<li ><a href ="NSAttributedString.html#method-4">-attributesAtIndex:longestEffectiveRange:inRange:</a>
<li ><a href ="NSAttributedString.html#method-5">-initWithAttributedString:</a>
<li ><a href ="NSAttributedString.html#method-6">-initWithString:</a>
<li ><a href ="NSAttributedString.html#method-7">-initWithString:attributes:</a>
<li ><a href ="NSAttributedString.html#method-8">-isEqualToAttributedString:</a>
<li ><a href ="NSAttributedString.html#method-9">-length</a>
<li ><a href ="NSAttributedString.html#method-10">-string</a>
</ul>
<hr><h2>Instances Methods </h2>
<h3><a name ="method-0">attribute:atIndex:effectiveRange:</a></h3>
- (id) <b>attribute:</b> (NSString*)attributeName <b>atIndex:</b> (unsigned int)index <b>effectiveRange:</b> (NSRange*)aRange;<br>
<hr>
<h3><a name ="method-1">attribute:atIndex:longestEffectiveRange:inRange:</a></h3>
- (id) <b>attribute:</b> (NSString*)attributeName <b>atIndex:</b> (unsigned int)index <b>longestEffectiveRange:</b> (NSRange*)aRange <b>inRange:</b> (NSRange)rangeLimit;<br>
<hr>
<h3><a name ="method-2">attributedSubstringFromRange:</a></h3>
- (NSAttributedString*) <b>attributedSubstringFromRange:</b> (NSRange)aRange;<br>
<hr>
<h3><a name ="method-3">attributesAtIndex:effectiveRange:</a></h3>
- (NSDictionary*) <b>attributesAtIndex:</b> (unsigned int)index <b>effectiveRange:</b> (NSRange*)aRange;<br>
<hr>
<h3><a name ="method-4">attributesAtIndex:longestEffectiveRange:inRange:</a></h3>
- (NSDictionary*) <b>attributesAtIndex:</b> (unsigned int)index <b>longestEffectiveRange:</b> (NSRange*)aRange <b>inRange:</b> (NSRange)rangeLimit;<br>
<hr>
<h3><a name ="method-5">initWithAttributedString:</a></h3>
- (id) <b>initWithAttributedString:</b> (NSAttributedString*)attributedString;<br>
<hr>
<h3><a name ="method-6">initWithString:</a></h3>
- (id) <b>initWithString:</b> (NSString*)aString;<br>
<hr>
<h3><a name ="method-7">initWithString:attributes:</a></h3>
- (id) <b>initWithString:</b> (NSString*)aString <b>attributes:</b> (NSDictionary*)attributes;<br>
<hr>
<h3><a name ="method-8">isEqualToAttributedString:</a></h3>
- (BOOL) <b>isEqualToAttributedString:</b> (NSAttributedString*)otherString;<br>
<hr>
<h3><a name ="method-9">length</a></h3>
- (unsigned int) <b>length</b>;<br>
<hr>
<h3><a name ="method-10">string</a></h3>
- (NSString*) <b>string</b>;<br>
<hr>
</body>
</html>