Jump to content
We've recently updated our Privacy Statement, available here ×

How to decrease linespacing in text field


blessed_spot

Recommended Posts

Hi, 

I have set linespacing to single for my static text field but still it's much. How can I decrease that? 

When I add this line to XML:

 <paragraph lineSpacing="Proportional" lineSpacingSize="0.4"/>

I get an error:

 Invalid content was found starting with element 'paragraph'. No child element is expected at this point.
   

I add that line between <textElement> as: 

<textElement>
                    <font fontName="Verdana" size="10"/>
                     <paragraph lineSpacing="Proportional" lineSpacingSize="0.4"/>
                </textElement>

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...