C# 클래스 Smartmobili.Cocoa.NSAttributedString

상속: NSObject
파일 보기 프로젝트 열기: smartmobili/CocoaBuilder 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Class Class

보호된 프로퍼티들

프로퍼티 타입 설명
_string NSString

공개 메소드들

메소드 설명
Alloc ( ) : NSAttributedString
InitWithRTF ( NSData rtfData, NSDictionary &docAttributes ) : id
InitWithRTFD ( NSData rtfData, NSDictionary &docAttributes ) : id
NSAttributedString ( ) : System

메소드 상세

Alloc() 공개 정적인 메소드

public static Alloc ( ) : NSAttributedString
리턴 NSAttributedString

InitWithRTF() 공개 메소드

public InitWithRTF ( NSData rtfData, NSDictionary &docAttributes ) : id
rtfData NSData
docAttributes NSDictionary
리턴 id

InitWithRTFD() 공개 메소드

public InitWithRTFD ( NSData rtfData, NSDictionary &docAttributes ) : id
rtfData NSData
docAttributes NSDictionary
리턴 id

NSAttributedString() 공개 메소드

public NSAttributedString ( ) : System
리턴 System

프로퍼티 상세

Class 공개적으로 정적으로 프로퍼티

public static Class,Smartmobili.Cocoa Class
리턴 Class

_string 보호되어 있는 프로퍼티

protected NSString _string
리턴 NSString