다음을 통해 공유


NSParagraphStyle 생성자

정의

오버로드

NSParagraphStyle()
NSParagraphStyle(NSCoder)
NSParagraphStyle(NSObjectFlag)
NSParagraphStyle(IntPtr)

NSParagraphStyle()

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

적용 대상

NSParagraphStyle(NSCoder)

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

매개 변수

coder
NSCoder
특성

적용 대상

NSParagraphStyle(NSObjectFlag)

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

매개 변수

적용 대상

NSParagraphStyle(IntPtr)

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

매개 변수

handle
IntPtr

nativeint

적용 대상