ParagraphFormat Interface 

Represents all the formatting for a paragraph.

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

Usage

Public Class aragraphFormatImplementation
    Implements ParagraphFormat
End Class
Dim aragraphFormatImplementation1 As New aragraphFormatImplementation()

Syntax

Public Interface ParagraphFormat
    Inherits _ParagraphFormat
public interface ParagraphFormat : _ParagraphFormat
public interface class ParagraphFormat : public _ParagraphFormat
public interface ParagraphFormat implements _ParagraphFormat
public interface ParagraphFormat implements _ParagraphFormat

Remarks

Use the Format property to return the ParagraphFormat object for a paragraph or paragraphs. The ParagraphFormat property returns the ParagraphFormat object for a Selection, Range, Style, Find, or Replacement object.

You can make a standalone copy of an existing ParagraphFormat object by using the Duplicate property.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

ParagraphFormat Members