Forums     Knowledge Base     OfficeWriter Online     
 
 
This documentation is for
OfficeWriter v3.8.1
.NET Platform

View Docs for Another
Version or Platform

Programmer's Reference > WordApplication API > NamedStyle > ParagraphFormatting

ParagraphFormatting Property


C# Signature:

VB.NET Signature:


Description:

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 is a read only property.



Examples:

[csharp]
ParagraphFormatting pFormatting = namedStyl.ParagraphFormatting;
[vbnet]
Dim pFormatting As ParagraphFormatting = namedStyl.ParagraphFormatting


Getter

Signature:

public ParagraphFormatting ParagraphFormatting

Returns:

ParagraphFormatting A ParagraphFormatting object that is a copy of this style's paragraph formatting.



Copyright 2007 © SoftArtisans, Inc. All Rights Reserved.