Skip to main content

IdxRichEditParagraphStyle.Name Property

Specifies the paragraph style’s public name in the parent document.

Declaration

property Name: string read; write;

Property Value

Type
string

Remarks

Use this property to assign a meaningful name to the paragraph style. The Rich Edit control’s automatically generated Styles Gallery displays the Name property values with the corresponding text samples for all primary paragraph and character styles.

You can use the Name property value to access the paragraph style via the parent document’s ParagraphStyles.Self property if the name is unique.

The Name property’s default value is an empty string.

See Also