Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Cocoa Text | MBS MacBase Plugin | 15.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
NSTextAttachment objects are used by the NSAttributedString class cluster as the values for attachment attributes (stored in the attributed string under the key named NSAttachmentAttributeName). The objects you create with this class are referred to as text attachment objects, or when no confusion will result, as text attachments or merely attachments.
A text attachment object contains an NSFileWrapper in NSFileWrapper Class Reference object, which in turn holds the contents of the attached file. It also uses a cell object conforming to the NSTextAttachmentCell in NSTextAttachmentCell Protocol Reference protocol to draw and handle mouse events. Most of the behavior of a text attachment is relegated to the file wrapper and the attachment cell. See the corresponding class and protocol specifications for more information.
See the NSAttributedString in NSAttributedString Class Reference and NSTextView in NSTextView Class Reference class specifications for general information on text attachments.
see also
https://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Classes/NSTextAttachment_Class/index.html#//apple_ref/occ/instm/NSTextAttachment/initWithFileWrapper:
Constant | Value | Description |
---|---|---|
NSAttachmentCharacter | &hFFFC | This character is used to denote an attachment. Example |
This class has no sub classes.
The items on this page are in the following plugins: MBS MacBase Plugin.