_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 paragraphFormatImplementation
Implements _ParagraphFormat
End Class
Dim paragraphFormatImplementation1 As New paragraphFormatImplementation()
Syntax
Public Interface _ParagraphFormat
public interface _ParagraphFormat
public interface class _ParagraphFormat
public interface _ParagraphFormat
public interface _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