Paragraph.Format Property 

Returns or sets a ParagraphFormat object that represents the formatting of the specified paragraph or paragraphs.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim paragraph1 As Paragraph

Dim returnValue As ParagraphFormat
returnValue = paragraph1.Format

Dim sampleValue As ParagraphFormat
paragraph1.Format = sampleValue

Syntax

Property Format() As ParagraphFormat
ParagraphFormat Format {get; set;}
property ParagraphFormat^ Format{
    ParagraphFormat^ get();
    Void set(ParagraphFormat^);
}
public ParagraphFormat get_Format();
public void set_Format(ParagraphFormat);
function get Format() : ParagraphFormat;
function set Format(ParagraphFormat);

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Paragraph Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Paragraph Members