TextRange2.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 the paragraph formatting for the specified text. Read-only.
public:
property Microsoft::Office::Core::ParagraphFormat2 ^ ParagraphFormat { Microsoft::Office::Core::ParagraphFormat2 ^ get(); };
public Microsoft.Office.Core.ParagraphFormat2 ParagraphFormat { get; }
member this.ParagraphFormat : Microsoft.Office.Core.ParagraphFormat2
Public ReadOnly Property ParagraphFormat As ParagraphFormat2