IDocumentExtender¶
- class IDocumentExtender¶
Bases:
ImpactCOMWrapperBase- Summary:
Represents a registered document extender being used by the underlying IDocumentProvider.
- Remarks:
Impact supports a plugin architecture of document extenders that add support for external applications, thumbnail generators and meta-data extractors. Document extenders provide functionality to the underlying document provider. Introduced in Impact 9.0.0.83.
Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance
- property guid¶
Gets GUID.
- Summary:
The unique identifier of the document extender.
- Returns:
The value of GUID.
- Return type:
guid (str)
- property name¶
Gets Name.
- Summary:
The name of the document extender.
- Returns:
The value of Name.
- Return type:
name (str)
- property version¶
Gets Version.
- Summary:
The version number of the document extender.
- Returns:
The value of Version.
- Return type:
version (str)
- isNone()¶
Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.
Examples