Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSTextAttachmentMBS class.

NSTextAttachmentMBS.attributedStringWithAttachment(attachment as NSTextAttachmentMBS) as NSAttributedStringMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Text MBS MacBase Plugin 15.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Creates an attributed string with an attachment.
Example
dim content as MemoryBlock = "Hello World"
dim f as NSFileWrapperMBS = NSFileWrapperMBS.initRegularFileWithContents(content)
f.filename = "HelloWorld.txt"

dim a as new NSTextAttachmentMBS(f)
dim s as NSAttributedStringMBS = NSTextAttachmentMBS.attributedStringWithAttachment(a)

This is a convenience method for creating an attributed string containing an attachment using NSAttachmentCharacter as the base character.

The items on this page are in the following plugins: MBS MacBase Plugin.


The biggest plugin in space...