Range.ParagraphFormat
Range.ParagraphFormat
Range.ParagraphFormat
Property
Definition
Returns or sets a ParagraphFormat object that represents the paragraph settings for the specified range.
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; }
Public Property ParagraphFormat As ParagraphFormat