# 8. 텍스트가 길 경우, •••으로 처리하고 싶어요.

* 텍스트 블록 또는 멀티 라인 텍스트 블록의 스타일 설정에서 [라인 개수](/main/guide/develop_app/4/style/line-number.md)를 설정해 주면 돼요. &#x20;
* 라인 개수에 '1'을 입력하면 1줄만 표시하겠다는 뜻이고 '2'를 입력하면 2줄을 표시하겠다는 뜻이에요.

> \#텍스트 한 줄 설정하기, #텍스트 •••으로 처리하기, #텍스트 말줄임표, #텍스트 줄 개수

2023.07.25 Jinny

**If the text is long, I'd like to display it as •••.**

* You can adjust the number of lines in the style settings of text building blocks or multi-line text building blocks.
* Entering '1' in the number of lines will display only one line, and entering '2' will display two lines.

> \#setting up one line of text, #display the text as ••, #termination letters, #text line count

2023.08.18 Song


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ohmyapp.io/main/guide/faq/app-settings/8.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
