Selection.ParagraphFormat Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a ParagraphFormat object that represents the paragraph settings for the specified selection.
public:
property Microsoft::Office::Interop::Word::ParagraphFormat ^ ParagraphFormat { Microsoft::Office::Interop::Word::ParagraphFormat ^ get(); void set(Microsoft::Office::Interop::Word::ParagraphFormat ^ value); };
public Microsoft.Office.Interop.Word.ParagraphFormat ParagraphFormat { get; set; }
member this.ParagraphFormat : Microsoft.Office.Interop.Word.ParagraphFormat with get, set
Public Property ParagraphFormat As ParagraphFormat