Home > Common Problem > What are the methods for automatic line wrapping in ireport?

What are the methods for automatic line wrapping in ireport?

小老鼠
Release: 2023-12-21 10:22:01
Original
1469 people have browsed it

Automatic line wrapping method: 1. Drag a text box component on the design interface and put the text content into it. Select the text box component, find the "Stretch With Overflow" property in the properties panel, and set it to true. When the text content exceeds the width of the text box, it will automatically wrap; 2. Select the table component and change the line that needs to be wrapped. Put the content into the cell, select the cell, find the "Stretch With Overflow" property in the properties panel, and set it to true.

What are the methods for automatic line wrapping in ireport?

There are many ways to implement automatic text wrapping in ireport. Two methods are provided below:

Method 1:

  1. Drag a text box component on the design interface and put the text content into it.
  2. Select the text box component, find the "Stretch With Overflow" property in the properties panel, and set it to true. In this way, when the text content exceeds the width of the text box, it will automatically wrap.

Method 2:

  1. Use the table component.
  2. Select the table component and put the content that needs to be wrapped into the cells.
  3. Select the cell, find the "Stretch With Overflow" property in the properties panel, and set it to true.

The above is the detailed content of What are the methods for automatic line wrapping in ireport?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template