Paragraphs.Format 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 formatting of the specified paragraph or paragraphs.
public:
property Microsoft::Office::Interop::Word::ParagraphFormat ^ Format { Microsoft::Office::Interop::Word::ParagraphFormat ^ get(); void set(Microsoft::Office::Interop::Word::ParagraphFormat ^ value); };
public Microsoft.Office.Interop.Word.ParagraphFormat Format { get; set; }
member this.Format : Microsoft.Office.Interop.Word.ParagraphFormat with get, set
Public Property Format As ParagraphFormat