IgnorableWhitespace Event

Fired when a section of ignorable whitespace is encountered.

Syntax

public class DefaultOfficedocEventListener implements OfficedocEventListener {
  ...
  public void ignorableWhitespace(OfficedocIgnorableWhitespaceEvent e) {}
  ...
}

public class OfficedocIgnorableWhitespaceEvent {
  public String text;
}

Remarks

The ignorable whitespace section is provided by the Text parameter.

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