IPWorks ZIP 2020 Kotlin Edition

Questions / Feedback?

EndPrefixMapping Event

Fired when leaving the scope of a namespace declaration.

Syntax

public open class DefaultOfficedocEventListener : OfficedocEventListener {
  ...
  public override fun endPrefixMapping(e: OfficedocEndPrefixMappingEvent) {}
  ...
}

public class OfficedocEndPrefixMappingEvent {
  val prefix: String?
}

Remarks

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

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks ZIP 2020 Kotlin Edition - Version 20.0 [Build 7941]