IP*Works! ZIP V8

ipworkszip
Class OfficedocSpecialSectionEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--ipworkszip.OfficedocSpecialSectionEvent
All Implemented Interfaces:
java.io.Serializable

public class OfficedocSpecialSectionEvent
extends java.util.EventObject

Fired when a special section is encountered.

The SpecialSection event is fired whenever a special section (such as <![ CDATA [ ..text... ]]>) is found in the document.

The full text of the special section is provided by the Text parameter, while the SectionId parameter provides the section identifier (e.g. "CDATA").

See Also:
Officedoc, Officedoc.SpecialSectionEvent, Serialized Form

Field Summary
 java.lang.String sectionId
           
 java.lang.String text
           
 
Fields inherited from class java.util.EventObject
source
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

sectionId

public java.lang.String sectionId

text

public java.lang.String text

IP*Works! ZIP V8

Copyright (c) 2011 /n software inc. - All rights reserved.