Skip to main content

IdxRichEditCharacterStyle.GetIsDeleted Method

Identifies whether the character style is marked as deleted in the parent document.

Declaration

function GetIsDeleted: Boolean;

Returns

Type
Boolean

Remarks

This function returns True if the character style is marked as deleted (that is a character style create operation is undone); otherwise – False. It is impossible to use or save marked character styles.

The GetIsDeleted function is the IsDeleted property’s getter.

See Also