<!--
{
  "availability" : [
    "macOS: 10.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSTextBlock/init()",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSTextBlock(im)init"
  },
  "title" : "init()"
}
-->

# init()

Initializes and returns an empty text block object.

```
init()
```

## Return Value

An initialized text block object.

## Discussion

This is the designated initializer for `NSTextBlock`.

## See Also

[`NSTextTableBlock`](/documentation/AppKit/NSTextTableBlock)

A text block that appears as a cell in a text table.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)