某开发者在设置文本组件时,想要实现当文本内容过长时能够自动换行,并且行数最大显 示 6 行,在横线处填写正确的是哪一项?
< Text
ohos:id="$$+id:text"
ohos:width="75vp"
ohos:height="match_content"
ohos:text="TextText"
ohos:text_size="28fp"
ohos:text_color="#0000FF"
ohos:italic="true"
ohos:text_weight="700"
ohos:text_font="serif"
ohos:multiple_lines="______"
ohos:max_text_lines="___"
ohos:background_element="$$graphic:background_text"/>