Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
align text vertically
swapnilpingale
<p>Hi All,</p>
<p>I tried aligning text vertically but didn't got any option to do so.</p>
<p>Tried writing css and importing that but it too didn't worked.</p>
<p>I am using BIRT 4.4.2</p>
<p>Please let me know how i can add the text vertically as shown in attachement.</p>
Find more posts tagged with
Comments
jfranken
<p>Are you trying to rotate text? If so, try this plugin:</p>
<p> </p>
<p><a data-ipb='nomediaparse' href='
https://code.google.com/a/eclipselabs.org/p/birt-controls-lib/'>https://code.google.com/a/eclipselabs.org/p/birt-controls-lib/</a></p>
;
swapnilpingale
<p>Hi Jfranken,</p>
<p>I tried to use the provided pulgin but am getting null pointer exception when running the report.</p>
<p>Also one of the way that i tried to use is writting CSS as follows:</p>
<div><p style ="transform: rotate(-90deg)"></div>
<div>Limited</div>
<div></p></div>
<div>but it didnt worked.</div>
<div>Am not getting why this is not working since if i write</div>
<div>
<div><p style ="color: red"></div>
<div>Limited</div>
<div></p></div>
<div>works fine.</div>
</div>
JFreeman
<p>Can you provide the stack trace with the null pointer exception you are getting when using the plugin?</p>
<p> </p>
<p>Regarding the CSS, I'm guessing you did this within an HTML text element?</p>
<p> </p>
<p>BIRT uses tidy to automatically clean up HTML and HTML with CSS written inline like that tends to have the CSS removed by the tidy process. Instead, you can use java script to hook the element and apply the CSS property. That will prevent tidy from stripping it out.</p>
swapnilpingale
<p>Hi JFreeman,</p>
<p>The plugin worked properly now.</p>
<p>I was not dealing properly with the jars that was required for plugin and due to which i was getting NPE.</p>
<p>Thanks for the guidence</p>
JFreeman
<p>Thanks for the update.</p>
<p>I'm glad to hear you got it figured out. </p>
<p> </p>
<p>Let us know if you have additional questions.</p>