A Boolean type property. A flag that specifies whether the Paragraph property of this style is effective. True - the Paragraph property is effective. False - the text paragraph attributes stored in the Paragraph property don't apply when the style is assigned to a shape.
Applies to: Style object
[[Let] booleanRet =] object.HasParaAttr [Let] object.HasParaAttr = hasParaAttrSet |
The HasParaAttr property syntax has these parts:
Part | Description |
object | Required. An expression that returns a Style object. |
booleanRet | Optional. A Boolean type variable. |
hasParaAttrSet | Required. An expression that returns a Boolean value. |
See Also |
HasCharAttr property, HasEndsAttr property, HasFillAttr property, HasPenAttr property, HasShadowAttr property, HasTxtblockAttr property, Paragraph property |