How i can reduce the size of the fields that will be displayed on the report

Hi , i want to minimize the size of the field called on the report.fodt that will be displayed after on my own PDF.

i have putted “Header” but the size of the field very bigger than what i want .
so i want to know if it’s possible how i can reduce the size, what’s the feature i should make instead of “Header”

<table:table-cell table:style-name="Table3.M1" office:value-type="string">
      <text:p text:style-name="Header"><text:placeholder text:placeholder-type="text">&lt;health.operation&gt;</text:placeholder></text:p> 
</table:table-cell>

You can truncate the string content with for example: health.operation[:80]

1 Like

Thank you so much and if i want to reduce the size of a string words not a field, what’s the feature i should make instead of “Header”!

<table:table-cell table:style-name="Table3.M1" office:value-type="string">
      <text:p text:style-name="Header"><text:placeholder text:placeholder-type="text">&lt;The  ID of Operation 1 for healthy  seeams &gt;</text:placeholder></text:p> 
</table:table-cell>

I do not understand. If you do not want to have the full string, why do you type the full string?

for now i just want to reduce the size of " ```
The ID of Operation 1 for healthy seeams in The PDF

When you say “reduce the size of” do you mean reduce the font size?

yeah exactly the font size of " ```
The ID of Operation 1 for healthy seeams in The PDF