IdxRichEditCharacterStyle.Name Property
Specifies the character 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 character style. The Rich Edit control’s automatically generated Styles Gallery displays the Name property values with the corresponding text samples for all primary character styles.
{Image}
You can use the Name property value to access the style via the parent document’s character style collection’s Self property if the name is unique.
The default Name property value is an empty string.
See Also