Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
490
AddRichContent Text Alignment
posted

I am using the Infragistics.Win.UltraWinGrid.DocumentExport.Utilities.BuildFormattedText method to create a pdf of the contents of an UltraFormattedTextEditor. However, the end result is always left-aligned.

Looking at the comments it says Text Alignment is "...not possible without providing an element into which multiple IText elements can be added...".

The element it is referring to is an IGridCell.

Does anyone have an idea how the overloaded method could be used with a UTFE?

Thanks in advance.