HasTxtblockAttr Property

A Boolean type property. A flag that specifies whether the TextBlock property of this style is effective. True - the TextBlock property is effective. False - the text block attributes stored in the TextBlock property don't apply when the style is assigned to a shape.

Applies to: Style object

Syntax

[[Let] booleanRet =] object.HasTxtblockAttr

[Let] object.HasTxtblockAttr = hasTxtblockAttrSet

The HasTxtblockAttr property syntax has these parts:

Part Description
object Required. An expression that returns a Style object.
booleanRet Optional. A Boolean type variable.
hasTxtblockAttrSet Required. An expression that returns a Boolean value.

 

See Also

HasCharAttr property, HasEndsAttr property, HasFillAttr property, HasParaAttr property, HasPenAttr property, HasShadowAttr property, TextBlock property