Exemplo n.º 1
0
 /**
  * @param range
  * @param dict
  * @return
  * @since Available in iOS 7.0 and later.
  * @throws NSErrorException
  */
 public NSData getData(NSRange range, NSAttributedStringDocumentAttributes dict)
     throws NSErrorException {
   return NSAttributedStringExtensions.getData(this, range, dict);
 }