Skip to main content

IdxRichEditShape.Name Property

Specifies a unique name of the floating shape within the parent document’s shape collection.

Declaration

property Name: string read; write;

Property Value

Type
string

Remarks

Use this property to assign a unique name to a floating picture or text box. You can address it by a meaningful name via the parent document’s Shapes.Items property in addition to indexed access via the Shapes.Self property.

The default Name property value is an empty string.

See Also