The ParagraphStyle object represents the paragraph style of a text item (TextRange#paragraphStyle) or a text range (TextRange#paragraphStyle).
Sample code:
var text = new PointText(new Point(0,0)); text.content = 'Hello world.'; text.paragraphStyle.justification = 'center';