NSMutableParagraphStyle 생성자

정의

오버로드

NSMutableParagraphStyle()
NSMutableParagraphStyle(NSCoder)
NSMutableParagraphStyle(NSObjectFlag)
NSMutableParagraphStyle(IntPtr)

NSMutableParagraphStyle()

[Foundation.Export("init")]
public NSMutableParagraphStyle ();
특성

적용 대상

NSMutableParagraphStyle(NSCoder)

[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSMutableParagraphStyle (Foundation.NSCoder coder);
new AppKit.NSMutableParagraphStyle : Foundation.NSCoder -> AppKit.NSMutableParagraphStyle

매개 변수

coder
NSCoder
특성

적용 대상

NSMutableParagraphStyle(NSObjectFlag)

protected NSMutableParagraphStyle (Foundation.NSObjectFlag t);
new AppKit.NSMutableParagraphStyle : Foundation.NSObjectFlag -> AppKit.NSMutableParagraphStyle

매개 변수

적용 대상

NSMutableParagraphStyle(IntPtr)

protected internal NSMutableParagraphStyle (IntPtr handle);
new AppKit.NSMutableParagraphStyle : nativeint -> AppKit.NSMutableParagraphStyle

매개 변수

handle
IntPtr

nativeint

적용 대상