Programmer's Reference > WordApplication API > NamedStyle > ParagraphFormatting
Returns a ParagraphFormatting object that is a copy of this style's paragraph formatting. Some style types do not have paragraph formatting. In these cases, this method returns null.
ParagraphFormatting
ParagraphFormatting is a read only property.
[csharp]
ParagraphFormatting pFormatting = namedStyl.ParagraphFormatting;
[vbnet]
Dim pFormatting As ParagraphFormatting = namedStyl.ParagraphFormatting
public ParagraphFormatting ParagraphFormatting
Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.