# Linefill (/developers/pinets/api-coverage/linefill)



### Management [#management]

| Function            | Status | Description              |
| ------------------- | ------ | ------------------------ |
| `linefill.all`      | ✅      | All linefills collection |
| `linefill()`        | ✅      | Casts na to linefill     |
| `linefill.delete()` | ✅      | Delete linefill          |
| `linefill.new()`    | ✅      | Create new linefill      |

### Getters [#getters]

| Function               | Status | Description     |
| ---------------------- | ------ | --------------- |
| `linefill.get_line1()` | ✅      | Get first line  |
| `linefill.get_line2()` | ✅      | Get second line |

### Setters [#setters]

| Function               | Status | Description        |
| ---------------------- | ------ | ------------------ |
| `linefill.set_color()` | ✅      | Set linefill color |
