remove method
remove(type)
Removes the specified object from the set.
def remove(self, type: object):
...
Parameter | Type | Description |
---|---|---|
type | object | A object to remove. |
Exceptions
exception | condition |
---|---|
RuntimeError (Proxy error(ArgumentException)) | Throws if type isNone . |
See Also
- module aspose.words.reporting
- class KnownTypeSet