Read-only. Returns a Paragraph object that contains parameters of the paragraph's text for this style.
Applies to: Style object
[[Set] paragraphRet =] object.Paragraph |
The Paragraph property syntax has these parts:
Part | Description |
object | Required. An expression that returns a Style object. |
paragraphRet | Optional. A Paragraph type variable. |
You can't modify the instance of the Paragraph object, stored in the Paragraph property of the style. However, you can change parameters of this instance of the Paragraph object. When a style is assigned to a shape, the parameters of the Paragraph property of the style are set to all paragraphs of the shape's text. The Paragraph property is only effective when the HasParaAttr property of this style is True.
See Also |
Character property, HasParaAttr property, TextBlock property, Paragraph object |