Share via


NSAttributedStringDocumentAttributes Constructors

Definition

Overloads

Name Description
NSAttributedStringDocumentAttributes()

Creates a new NSAttributedStringDocumentAttributes with default (empty) values.

NSAttributedStringDocumentAttributes(NSDictionary)

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

NSAttributedStringDocumentAttributes()

Creates a new NSAttributedStringDocumentAttributes with default (empty) values.

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

Applies to

NSAttributedStringDocumentAttributes(NSDictionary)

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

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

Parameters

dictionary
NSDictionary

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

Attributes

Applies to