> ## Documentation Index
> Fetch the complete documentation index at: https://docs.supernote.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Title

> Title data structure in NOTE.

| Field              | Type       | Description                                                                                     |
| ------------------ | ---------- | ----------------------------------------------------------------------------------------------- |
| `X`                | `number`   | Top-left X coordinate (pixel coordinates)                                                       |
| `Y`                | `number`   | Top-left Y coordinate (pixel coordinates)                                                       |
| `width`            | `number`   | Width (pixels)                                                                                  |
| `height`           | `number`   | Height (pixels)                                                                                 |
| `page`             | `number`   | Page number where the title is located                                                          |
| `style`            | `number`   | Title style: `0` remove title, `1` black background, `2` gray-white, `3` gray-black, `4` shadow |
| `controlTrailNums` | `number[]` | Related stroke indices (strokes that belong to this title)                                      |
