Removes a subtextpart from the collection including all its nested subtextparts.
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
Parameter | Description |
---|---|
sub |
Specifies the subtextpart to remove. |
keep |
If this parameter is set to true, the subtextpart is removed without deleting its visible text. Otherwise, the visible text is also removed. |
keep |
If this parameter is set to true, nested subtextparts are preserved. When the keep |
The return value is true, if the textpart could be removed. Otherwise, it is false.