NSDocumentType Enum

Definition

An enumeration of known document types. Used with the DocumentType property.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public enum NSDocumentType
public enum NSDocumentType
type NSDocumentType = 
Inheritance
NSDocumentType
Attributes

Fields

DocFormat 5
HTML 3
MacSimpleText 4
OfficeOpenXml 7
OpenDocument 9
PlainText 0
RTF 1
RTFD 2
Unknown -1
WebArchive 8
WordML 6

Applies to