Returns a ParagraphFormatting object based on the paragraph formatting used by the BodyText style. You can then change the properties of this font and use it elsewhere.

 public ParagraphFormatting CreateParagraphFormatting()
Public Function CreateParagraphFormatting() As ParagraphFormatting

A ParagraphFormatting object based on the paragraph formatting used by the BodyText style.

ParagraphFormatting oParagraphFormatting = oDocument.CreateParagraphFormatting();
Dim oParagraphFormatting As ParagraphFormatting = oDocument.CreateParagraphFormatting()