How to align items

How to align items.

Can I right align text in header?

Can I right align text in a cell in table?

How about centering?

Sorry to ask so many questions, but without and index I am stumbling around.

All your questions have the only answer: ParagraphFormat.Alignment is a property responsible for horizontal alignment of the current paragraph content. Access the ParagraphFormat object either via the DocumentBuilder.ParagraphFormat property or via the Paragraph.ParagraphFormat property.