2000-02-28 16:30:00 +00:00
|
|
|
<?xml version="1.0"?>
|
2000-07-04 19:53:39 +00:00
|
|
|
<!DOCTYPE gsdoc PUBLIC "-//GNUstep//DTD gsdoc 0.6.6//EN" "http://www.gnustep.org/gsdoc-0_6_6.xml">
|
|
|
|
<gsdoc base="NSAttributedString" prev="NSAssertionHandler" next="NSAutoreleasePool" up="Base">
|
2000-02-28 16:30:00 +00:00
|
|
|
<head>
|
|
|
|
<title>NSAttributedString</title>
|
|
|
|
<author name="Richard Frith-Macdonald">
|
|
|
|
<email address="rfm@gnu.org"/>
|
|
|
|
<url url="http://www.gnustep.org/developers/whoiswho.html"/>
|
|
|
|
</author>
|
|
|
|
<version>0.1</version>
|
|
|
|
<date>28 February, 2000</date>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<chapter>
|
|
|
|
<heading>NSAttributedString</heading>
|
|
|
|
<class name="NSAttributedString" super="NSObject">
|
|
|
|
<declared>Foundation/NSAttributedString.h</declared>
|
|
|
|
<conform>NSCoding</conform>
|
2000-02-29 11:01:41 +00:00
|
|
|
<desc>
|
|
|
|
</desc>
|
|
|
|
<method type="id">
|
|
|
|
<sel>attribute:</sel>
|
|
|
|
<arg type="NSString*">attributeName</arg>
|
|
|
|
<sel>atIndex:</sel>
|
|
|
|
<arg type="unsigned int">index</arg>
|
|
|
|
<sel>effectiveRange:</sel>
|
|
|
|
<arg type="NSRange*">aRange</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="id">
|
|
|
|
<sel>attribute:</sel>
|
|
|
|
<arg type="NSString*">attributeName</arg>
|
|
|
|
<sel>atIndex:</sel>
|
|
|
|
<arg type="unsigned int">index</arg>
|
|
|
|
<sel>longestEffectiveRange:</sel>
|
|
|
|
<arg type="NSRange*">aRange</arg>
|
|
|
|
<sel>inRange:</sel>
|
|
|
|
<arg type="NSRange">rangeLimit</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="NSAttributedString*">
|
|
|
|
<sel>attributedSubstringFromRange:</sel>
|
|
|
|
<arg type="NSRange">aRange</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="NSDictionary*">
|
|
|
|
<sel>attributesAtIndex:</sel>
|
|
|
|
<arg type="unsigned int">index</arg>
|
|
|
|
<sel>effectiveRange:</sel>
|
|
|
|
<arg type="NSRange*">aRange</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="NSDictionary*">
|
|
|
|
<sel>attributesAtIndex:</sel>
|
|
|
|
<arg type="unsigned int">index</arg>
|
|
|
|
<sel>longestEffectiveRange:</sel>
|
|
|
|
<arg type="NSRange*">aRange</arg>
|
|
|
|
<sel>inRange:</sel>
|
|
|
|
<arg type="NSRange">rangeLimit</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="id">
|
|
|
|
<sel>initWithAttributedString:</sel>
|
|
|
|
<arg type="NSAttributedString*">attributedString</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="id">
|
|
|
|
<sel>initWithString:</sel>
|
|
|
|
<arg type="NSString*">aString</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="id">
|
|
|
|
<sel>initWithString:</sel>
|
|
|
|
<arg type="NSString*">aString</arg>
|
|
|
|
<sel>attributes:</sel>
|
|
|
|
<arg type="NSDictionary*">attributes</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="BOOL">
|
|
|
|
<sel>isEqualToAttributedString:</sel>
|
|
|
|
<arg type="NSAttributedString*">otherString</arg>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="unsigned int">
|
|
|
|
<sel>length</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-29 11:01:41 +00:00
|
|
|
<method type="NSString*">
|
|
|
|
<sel>string</sel>
|
|
|
|
<desc>
|
|
|
|
</desc>
|
2000-02-28 18:30:41 +00:00
|
|
|
</method>
|
2000-02-28 16:30:00 +00:00
|
|
|
</class>
|
|
|
|
</chapter>
|
|
|
|
</body>
|
|
|
|
</gsdoc>
|