2000-03-05 17:39:33 +00:00
|
|
|
<html><head>
|
|
|
|
<title>NSMutableAttributedString</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<a href="NSMutableArray.html">[Previous]</a>
|
2000-04-10 05:32:04 +00:00
|
|
|
<a href="Base.html">[Up]</a>
|
2000-03-05 17:39:33 +00:00
|
|
|
<a href="NSMutableCharacterSet.html">[Next]</a>
|
|
|
|
<h1>NSMutableAttributedString</h1>
|
|
|
|
<h3>Authors</h3>
|
|
|
|
<dl>
|
|
|
|
<dt><a href="http://www.gnustep.org/developers/whoiswho.html">Richard Frith-Macdonald</a>
|
|
|
|
<dd>
|
|
|
|
</dl>
|
|
|
|
<p>Version: 0.1</p>
|
|
|
|
<p>Date: 28 February, 2000</p>
|
|
|
|
<h2><a name="cont-0">NSMutableAttributedString</a></h2>
|
|
|
|
<h2><a name="NSMutableAttributedString">NSMutableAttributedString</a></h2>
|
|
|
|
<p><b>Declared in:</b> Foundation/NSAttributedString.h</p>
|
|
|
|
<p><b>Inherits from:</b> NSAttributedString</p>
|
|
|
|
<p><b>Conforms to:</b> NSCoding
|
|
|
|
</p>
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li><a href="NSMutableAttributedString.html#method-0">-addAttribute:value:</a>
|
|
|
|
<li><a href="NSMutableAttributedString.html#method-1">-addAttributes:</a>
|
|
|
|
<li><a href="NSMutableAttributedString.html#method-2">-appendAttributedString:</a>
|
|
|
|
<li><a href="NSMutableAttributedString.html#method-3">-beginEditing</a>
|
|
|
|
<li><a href="NSMutableAttributedString.html#method-4">-deleteCharactersInRange:</a>
|
|
|
|
<li><a href="NSMutableAttributedString.html#method-5">-endEditing</a>
|
|
|
|
<li><a href="NSMutableAttributedString.html#method-6">-insertAttributedString:</a>
|
|
|
|
<li><a href="NSMutableAttributedString.html#method-7">-mutableString</a>
|
|
|
|
<li><a href="NSMutableAttributedString.html#method-8">-removeAttribute:range:</a>
|
|
|
|
<li><a href="NSMutableAttributedString.html#method-9">-replaceCharactersInRange:withAttributedString:</a>
|
|
|
|
<li><a href="NSMutableAttributedString.html#method-10">-replaceCharactersInRange:withString:</a>
|
|
|
|
<li><a href="NSMutableAttributedString.html#method-11">-setAttributedString:</a>
|
|
|
|
<li><a href="NSMutableAttributedString.html#method-12">-setAttributes:</a>
|
|
|
|
</ul>
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-0">addAttribute:value:</a></h2>
|
|
|
|
- (void) <b>addAttribute:</b> (NSString*)name <b>value:</b> (id)value<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-1">addAttributes:</a></h2>
|
|
|
|
- (void) <b>addAttributes:</b> (NSDictionary*)attributes<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-2">appendAttributedString:</a></h2>
|
|
|
|
- (void) <b>appendAttributedString:</b> (NSAttributedString*)attributedString<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-3">beginEditing</a></h2>
|
|
|
|
- (void) <b>beginEditing</b><br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-4">deleteCharactersInRange:</a></h2>
|
|
|
|
- (void) <b>deleteCharactersInRange:</b> (NSRange)aRange<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-5">endEditing</a></h2>
|
|
|
|
- (void) <b>endEditing</b><br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-6">insertAttributedString:</a></h2>
|
|
|
|
- (void) <b>insertAttributedString:</b> (NSAttributedString*)attributedString<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-7">mutableString</a></h2>
|
|
|
|
- (NSMutableString*) <b>mutableString</b><br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-8">removeAttribute:range:</a></h2>
|
|
|
|
- (void) <b>removeAttribute:</b> (NSString*)name <b>range:</b> (NSRange)aRange<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-9">replaceCharactersInRange:withAttributedString:</a></h2>
|
|
|
|
- (void) <b>replaceCharactersInRange:</b> (NSRange)aRange <b>withAttributedString:</b> (NSAttributedString*)attributedString<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-10">replaceCharactersInRange:withString:</a></h2>
|
|
|
|
- (void) <b>replaceCharactersInRange:</b> (NSRange)aRange <b>withString:</b> (NSString*)aString<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-11">setAttributedString:</a></h2>
|
|
|
|
- (void) <b>setAttributedString:</b> (NSAttributedString*)attributedString<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
<h2><a name="method-12">setAttributes:</a></h2>
|
|
|
|
- (void) <b>setAttributes:</b> (NSDictionary*)attributes<br>
|
|
|
|
|
|
|
|
|
|
|
|
<hr>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|