mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-26 18:21:04 +00:00
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
112 lines
3.8 KiB
HTML
112 lines
3.8 KiB
HTML
<html><head>
|
|
<title>NSMutableAttributedString</title>
|
|
</head>
|
|
<body>
|
|
<a href ="NSMutableArray.html">[Previous] </a>
|
|
<a href ="Base.html">[Up] </a>
|
|
<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: $Revision$</p>
|
|
<p>Date: $Date$</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>
|
|
|
|
|
|
<h2>Instance Variables </h2>
|
|
<ul>
|
|
</ul>
|
|
<h2>Methods </h2>
|
|
<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>Instances Methods </h2>
|
|
<h3><a name ="method-0">addAttribute:value:</a></h3>
|
|
- (void) <b>addAttribute:</b> (NSString*)name <b>value:</b> (id)value;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-1">addAttributes:</a></h3>
|
|
- (void) <b>addAttributes:</b> (NSDictionary*)attributes;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-2">appendAttributedString:</a></h3>
|
|
- (void) <b>appendAttributedString:</b> (NSAttributedString*)attributedString;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-3">beginEditing</a></h3>
|
|
- (void) <b>beginEditing</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-4">deleteCharactersInRange:</a></h3>
|
|
- (void) <b>deleteCharactersInRange:</b> (NSRange)aRange;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-5">endEditing</a></h3>
|
|
- (void) <b>endEditing</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-6">insertAttributedString:</a></h3>
|
|
- (void) <b>insertAttributedString:</b> (NSAttributedString*)attributedString;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-7">mutableString</a></h3>
|
|
- (NSMutableString*) <b>mutableString</b>;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-8">removeAttribute:range:</a></h3>
|
|
- (void) <b>removeAttribute:</b> (NSString*)name <b>range:</b> (NSRange)aRange;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-9">replaceCharactersInRange:withAttributedString:</a></h3>
|
|
- (void) <b>replaceCharactersInRange:</b> (NSRange)aRange <b>withAttributedString:</b> (NSAttributedString*)attributedString;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-10">replaceCharactersInRange:withString:</a></h3>
|
|
- (void) <b>replaceCharactersInRange:</b> (NSRange)aRange <b>withString:</b> (NSString*)aString;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-11">setAttributedString:</a></h3>
|
|
- (void) <b>setAttributedString:</b> (NSAttributedString*)attributedString;<br>
|
|
|
|
|
|
<hr>
|
|
<h3><a name ="method-12">setAttributes:</a></h3>
|
|
- (void) <b>setAttributes:</b> (NSDictionary*)attributes;<br>
|
|
|
|
|
|
<hr>
|
|
</body>
|
|
|
|
</html>
|