Share via


NSAttributedString.CreateWithDocFormat(NSData, NSDictionary) Method

Definition

Create an NSAttributedString by parsing the wordDocFormat data as a Microsoft Word document.

public static Foundation.NSAttributedString? CreateWithDocFormat(Foundation.NSData wordDocFormat, out Foundation.NSDictionary docAttributes);
static member CreateWithDocFormat : Foundation.NSData * NSDictionary -> Foundation.NSAttributedString

Parameters

wordDocFormat
NSData

The data to parse, in Microsoft Word format.

docAttributes
NSDictionary

Upon return, any document-specific attributes.

Returns

A newly created NSAttributedString, created from a Microsoft Word document

Applies to