Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents all the formatting for a paragraph.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
<GuidAttribute("00020953-0000-0000-C000-000000000046")> _
Public Interface ParagraphFormat _
Inherits _ParagraphFormat
'Usage
Dim instance As ParagraphFormat
[GuidAttribute("00020953-0000-0000-C000-000000000046")]
public interface ParagraphFormat : _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.