| Overload | Description |
|---|---|
| Filter(NShape) | Returns true if the NShape.Text of the shape is equal to the text passed to the constructor of this class. |
| Filter(NNode) | Returns true if the node is a shape and its NShape.Text is equal to the text passed to the constructor of this class. |
| Filter(NDiagramItem) | Returns true if the item is a shape and its NShape.Text is equal to the text passed to the constructor of this class. |
| Filter(NPageItem) | Returns true if the item is a shape and its NShape.Text is equal to the text passed to the constructor of this class. |