Text Property

A String type property. A string that contains the text of the shape.

Applies to: Shape object

Syntax

[[Let] textStrRet =] object.Text

[Let] object.Text = textStrSet

The Text property syntax has these parts:

Part Description
object Required. An expression that returns a Shape object.
textStrRet Optional. A String type variable.
textStrSet Required. An expression that returns a String value.

Remarks

The Text property is also a table parameter of the shape, that is, its value can be described by a formula. To work with Text as a table parameter, use the CDPT_TEXT constant tag.

 

See Also

TextAngle property, TextBlock property, TextFlipX property, TextFlipY property, TextGPinX property, TextGPinY property, TextHeight property, TextLPinX property, TextLPinY property TextWidth property