IPWorks ZIP 2020 Kotlin Edition

Questions / Feedback?

IgnorableWhitespace Event

Fired when a section of ignorable whitespace is encountered.

Syntax

public open class DefaultOfficedocEventListener : OfficedocEventListener {
  ...
  public override fun ignorableWhitespace(e: OfficedocIgnorableWhitespaceEvent) {}
  ...
}

public class OfficedocIgnorableWhitespaceEvent {
  val text: String?
}

Remarks

The ignorable whitespace section is provided by the Text parameter.

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