IgnorableWhitespace Event

Fired when a section of ignorable whitespace is encountered.

Syntax

ANSI (Cross Platform)
virtual int FireIgnorableWhitespace(OfficeDocIgnorableWhitespaceEventParams *e);
typedef struct {
const char *Text; int reserved; } OfficeDocIgnorableWhitespaceEventParams; Unicode (Windows) virtual INT FireIgnorableWhitespace(OfficeDocIgnorableWhitespaceEventParams *e);
typedef struct {
LPCWSTR Text; INT reserved; } OfficeDocIgnorableWhitespaceEventParams;
- (void)onIgnorableWhitespace:(NSString*)text;
#define EID_OFFICEDOC_IGNORABLEWHITESPACE 9

virtual INT IPWORKSZIP_CALL FireIgnorableWhitespace(LPSTR &lpszText);

Remarks

The ignorable whitespace section is provided by the Text parameter.

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