> For the complete documentation index, see [llms.txt](https://docs.angular-package.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.angular-package.dev/designing/design-processes/wrap/methods.md).

# Methods

The final proposal for method names of the `Wrap` instance. The methods having some explanation can be clicked.

## Instance method names

| Name                                                                   | Description                                              |
| ---------------------------------------------------------------------- | -------------------------------------------------------- |
| get()                                                                  | Gets the primitive value.                                |
| getClosing()                                                           | Gets the closing chars.                                  |
| getOpening()                                                           | Gets the opening chars.                                  |
| getText()                                                              | Gets the text.                                           |
| hasClosing()                                                           | Checks whether the object has the closing.               |
| [hasOpening()](/designing/design-processes/wrap/methods/hasopening.md) | Checks whether the object has the opening.               |
| hasText()                                                              | Checks whether the object has the text.                  |
| [isWrapped()](/designing/design-processes/wrap/methods/iswrapped.md)   | Checks whether object has the opening and closing chars. |
| replaceClosing()                                                       | Returns the primitive value with replaced closing chars. |
| replaceOpening()                                                       | Returns the primitive value with replaced opening chars. |
| replaceText()                                                          | Returns the primitive value with replaced text.          |
| toString()                                                             | Returns the primitive value.                             |
| valueOf()                                                              | Returns the primitive value.                             |
