TextRange2.ParagraphFormat Property
Returns a ParagraphFormat object that represents paragraph formatting for the specified text. Read-only.
Syntax
expression.ParagraphFormat
expression An expression that returns a TextRange2 object.
Return Value
ParagraphFormat
Example
This example sets the line spacing before, within, and after each paragraph in shape two on slide one in the active PowerPoint presentation.
| Visual Basic for Applications |
|---|
|