Removes a subtextpart from the collection including all its nested subtextparts.

Remove(SubTextPart, Bool, Bool)

public bool Remove(SubTextPart subTextPart, bool keepText, bool keepNested);
Public Function Remove(ByVal subTextPart As SubTextPart, ByVal keepText As Boolean, ByVal keepNested As Boolean) As Boolean

Parameters

Parameter Description
subTextPart Specifies the subtextpart to remove.
keepText If this parameter is set to true, the subtextpart is removed without deleting its visible text. Otherwise, the visible text is also removed.
keepNested If this parameter is set to true, nested subtextparts are preserved. When the keepText parameter is set to false, this parameter is ignored.

Return Value

The return value is true, if the textpart could be removed. Otherwise, it is false.