Skip to main content

IdxRichEditParagraphStyle.GetIsDeleted Method

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

Declaration

function GetIsDeleted: Boolean;

Returns

Type
Boolean

Remarks

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

The GetIsDeleted function is the IsDeleted property’s getter.

See Also