MonobjcMonobjc Documented Class Library
NSTextAttachment Constructor
NamespacesMonobjc.AppKitNSTextAttachmentNSTextAttachment()()()()
Members
IconMemberDescription
NSTextAttachment(NSFileWrapper)

Initializes a newly allocated NSTextAttachment object to contain the given file wrapper.

Original signature is '- (id)initWithFileWrapper:(NSFileWrapper *)aWrapper'

Available in Mac OS X v10.0 and later.


NSTextAttachment(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.


NSTextAttachment()()()()
Initializes a new instance of the NSTextAttachment class.

NSTextAttachment(IntPtr)
Initializes a new instance of the NSTextAttachment class.

NSTextAttachment(String, Object, array<Object>[]()[][])
Initializes a new instance of the NSTextAttachment class.

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)