NSMutableParagraphStyle Constructors

Definition

Overloads

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

NSMutableParagraphStyle()

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

Applies to

NSMutableParagraphStyle(NSCoder)

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

Parameters

coder
NSCoder
Attributes

Applies to

NSMutableParagraphStyle(NSObjectFlag)

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

Parameters

Applies to

NSMutableParagraphStyle(IntPtr)

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

Parameters

handle
IntPtr

nativeint

Applies to