IPWorks ZIP 2020 Python Edition

Questions / Feedback?

on_end_prefix_mapping Event

Fired when leaving the scope of a namespace declaration.

Syntax

class OfficeDocEndPrefixMappingEventParams(object):
  @property
  def prefix() -> str: ...

# In class OfficeDoc:
@property
def on_end_prefix_mapping() -> Callable[[OfficeDocEndPrefixMappingEventParams], None]: ...
@on_end_prefix_mapping.setter
def on_end_prefix_mapping(event_hook: Callable[[OfficeDocEndPrefixMappingEventParams], None]) -> None: ...

Remarks

The on_start_prefix_mapping event is fired when entering the scope of a namespace declaration.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks ZIP 2020 Python Edition - Version 20.0 [Build 8300]