A Boolean type property. A flag that specifies whether to show the shape's text. True - the text is visible. False - the text is not visible.
Applies to: Shape object
[[Let] booleanRet =] object.ShowText [Let] object.ShowText = showTextSet |
The ShowText property syntax has these parts:
Part | Description |
object | Required. An expression that returns a Shape object. |
booleanRet | Optional. A Boolean type variable. |
showTextSet | Required. An expression that returns a Boolean value. |
The ShowText property is also a table parameter of the shape, that is, its value can be described by a formula. To work with ShowText as a table parameter, use the CDPT_SHOWTEXT constant tag.
See Also |
Text property, NonPrinting property, ResizeBehaviour property, ShowAlignBox property, ShowControlHandles property, ShowShapeHandles property |