Best Approach to keep everything left aligned via script

Hello,

I have a question to pose.

I have built a simple database that takes paragraph entries and creates a report of those entries. The Fields in the documents that are aggregated for formatting purposes.

My Question is, what is the best approach to keeping all of the entries left aligned.

Currently I am using a RichTextParagraphStyle and ALIGN_LEFT, however that only catches the first line in the appended RTitem.

I want ALL lines to align left.

Any thoughts or suggestions appreciated.

Shawn