IdxRichEditCharacterStyle.GetName Method
Returns the character style’s public name in the parent document.
Declaration
function GetName: string;
Returns
Type |
---|
string |
Remarks
Call this function to obtain the character style’s meaningful name. You can access the style via the parent document’s CharacterStyles.Self property if the name is unique. The function returns an empty string if the style has no public name assigned.
The GetName function is the Name property’s getter.
See Also