NSAttributedString.CreateWithDocFormat(NSData, NSDictionary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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