Share via


NSAttributedStringDocumentReadingOptions Constructors

Definition

Overloads

Name Description
NSAttributedStringDocumentReadingOptions()

Creates a new NSAttributedStringDocumentReadingOptions with default (empty) values.

NSAttributedStringDocumentReadingOptions(NSDictionary)

Creates a new NSAttributedStringDocumentReadingOptions from the values that are specified in dictionary.

NSAttributedStringDocumentReadingOptions()

Creates a new NSAttributedStringDocumentReadingOptions with default (empty) values.

[Foundation.Preserve(Conditional=true)]
public NSAttributedStringDocumentReadingOptions();
public NSAttributedStringDocumentReadingOptions();
Attributes

Applies to

NSAttributedStringDocumentReadingOptions(NSDictionary)

Creates a new NSAttributedStringDocumentReadingOptions from the values that are specified in dictionary.

[Foundation.Preserve(Conditional=true)]
public NSAttributedStringDocumentReadingOptions(Foundation.NSDictionary? dictionary);
public NSAttributedStringDocumentReadingOptions(Foundation.NSDictionary? dictionary);
[<Foundation.Preserve(Conditional=true)>]
new AppKit.NSAttributedStringDocumentReadingOptions : Foundation.NSDictionary -> AppKit.NSAttributedStringDocumentReadingOptions
new AppKit.NSAttributedStringDocumentReadingOptions : Foundation.NSDictionary -> AppKit.NSAttributedStringDocumentReadingOptions

Parameters

dictionary
NSDictionary

The dictionary to use to populate the properties of this type.

Attributes

Applies to